Add option for qubes-vm-update to wait till qubes shut down to terminate #9814
Labels
C: updates
P: default
Priority: default. Default priority for new issues, to be replaced given sufficient information.
The problem you're addressing (if any)
I want to script with
qubes-vm-update
due to Salt being unreliable. Butqubes-vm-update
finishes after it asks the target to shutdown without waiting. Then I have to make a while true loop to check if the qube is running or not.If I ask for the template
fedora-41
to be updated and then clone it, the clone can happen before the qube shuts down, having an old state.The solution you'd like
qubes-vm-update --wait-shutdown
An option that does the same as
qvm-shutdown --wait
.The value to a user and who that user might be
Be able to script:
Without cloning an old state.
Completion criteria checklist
No response
The text was updated successfully, but these errors were encountered: