qemu-server/PVE
Wolfgang Bumiller 8009da73f1 fix #6317: backup: use correct cleanup_fleecing_images helper
The local one is specific for `allocate_fleecing_images` and has a
comment stating to use the one from `PVE::QemuConfig` in all other
cases.

The `cleanup` sub already called this, but only if the VM was running.
We do allocate fleecing images for previously-stopped VMs as well,
though, so we also need to do the cleanup.

As for the `detach_fleecing_images()` call: while could have stayed in
the `vm_running_locall()` branch, it also performs this check and this
way the entire fleecing cleanup stays together in one place.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2025-04-16 12:39:34 +02:00
..
API2 fix #1027: virtio-fs support 2025-04-07 22:30:11 +02:00
CLI vm stop-cleanup: allow callers to decide error behavior 2025-03-06 16:33:14 +01:00
QemuConfig config: make attempts at writing out NoWrite configs fatal 2025-02-18 15:06:04 +01:00
QemuServer virtiofs: drop writeback option 2025-04-08 17:30:03 +02:00
VZDump fix #6317: backup: use correct cleanup_fleecing_images helper 2025-04-16 12:39:34 +02:00
Makefile config: add special class that prevents writing the configuration 2025-02-18 15:06:04 +01:00
QemuConfig.pm Merge patch series "more robust handling of fleecing images" 2025-04-07 14:13:56 +02:00
QemuMigrate.pm Merge patch series "more robust handling of fleecing images" 2025-04-07 14:13:56 +02:00
QemuServer.pm disable snapshot (with RAM) and hibernate with virtio-fs devices 2025-04-07 22:31:04 +02:00
QMPClient.pm tree-wide: fix various typos in comments 2024-12-05 12:33:24 +01:00