mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-14 07:38:21 +00:00
![]() A failure during enforce_vm_running_for_backup() would result in restore_vm_power_state() not being called, but the VM might already have been started before the failure. In particular, this could happen in the context of bug #6007 [0], where the 'set_link' QMP command fails right after VM start. If the failure happens before successful start, there will be an additional error message issued by restore_vm_power_state() (that the VM is not running). This could be avoided by returning early if the VM is not running anymore, but that would mean not warning about it in other scenarios where it is not expected and keeping track of whether the VM was actually started or not does not seem to be worth it just for avoiding that error message in this edge case. [0]: https://bugzilla.proxmox.com/show_bug.cgi?id=6007 Signed-off-by: Fiona Ebner <f.ebner@proxmox.com> |
||
---|---|---|
debian | ||
PVE | ||
qemu-configs | ||
qmeventd | ||
query-machine-capabilities | ||
test | ||
vm-network-scripts | ||
.gitignore | ||
bootsplash.jpg | ||
bootsplash.xcf | ||
Makefile | ||
modules-load.conf | ||
qm | ||
qmextract | ||
qmrestore |