qemu-server/PVE
Fiona Ebner 800ceed2c1 backup: prepare: cancel previous job if still running
This can happen after a hard failure, e.g. if the vzdump task was
killed. The next backup (after unlocking the VM) would then fail with

> ERROR: VM 125 qmp command 'backup' failed - previous backup not finished

During the failure path of that attempt, 'backup-cancel' is executed
and the subsequent attempt would then work again. Do it up-front with
a warning instead of relying on this behavior.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
2024-11-17 19:38:26 +01:00
..
API2 api: delete unused OVF.pm 2024-11-17 16:17:50 +01:00
CLI move nbd_stop helper to QMPHelpers module 2024-11-11 14:54:06 +01:00
QemuServer pci: don't hard require resetting devices for passthrough 2024-11-11 20:33:25 +01:00
VZDump backup: prepare: cancel previous job if still running 2024-11-17 19:38:26 +01:00
Makefile buildsys: use $(MAKE) instead of make 2019-09-24 18:06:16 +02:00
QemuConfig.pm config: define machine schema as property-string 2024-04-11 10:18:27 +02:00
QemuMigrate.pm remote migration: fix online migration via API clients 2024-09-06 19:02:46 +02:00
QemuServer.pm restore: die early when there is no size for a device 2024-11-12 10:27:52 +01:00
QMPClient.pm fix typos in user-visible strings 2024-10-24 13:15:06 +02:00