qemu-server/PVE
Dominik Csapak edae17185b partially fix #3056: try to cancel backup without uuid
if the 'backup' qmp call itself times out or fails, we still want to
try to cancel the backup, else it can happen that there is still
a backup running even when vzdump thinks it was canceled

qapi docs says that backup cancel always returns success, even
if no backup is running

since we hold a global and a per vm lock for the backup, this should be
ok, since we should not reach this code without that lock

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2020-10-29 18:19:06 +01:00
..
API2 api: factor out common vm_is_paused code in private helper 2020-10-16 17:51:24 +02:00
CLI tree wide cleanups 2020-10-16 18:03:32 +02:00
QemuServer cloudinit: use normal grep 2020-10-19 15:32:03 +02:00
VZDump partially fix #3056: try to cancel backup without uuid 2020-10-29 18:19:06 +01:00
Makefile buildsys: use $(MAKE) instead of make 2019-09-24 18:06:16 +02:00
QemuConfig.pm tree wide cleanup of s/return undef/return/ 2020-10-16 16:20:05 +02:00
QemuMigrate.pm fix various conditionally declared vars 2020-10-16 16:52:11 +02:00
QemuServer.pm migrate: enable dirty-bitmap migration 2020-10-29 18:18:02 +01:00
QMPClient.pm tree wide cleanups 2020-10-16 18:03:32 +02:00