[pve-devel] [PATCH-SERIES qemu-server v3 0/3] fix #6007: fix PBS template backup for certain configurations
Fiona Ebner
f.ebner at proxmox.com
Wed Feb 12 12:04:24 CET 2025
Changes in v3:
* actually decouple config data and control flow by using a blessed object
Changes in v2:
* add comment about decoupling config data and metadata
Fiona Ebner (3):
backup: also restore VM power state for early failures
config: add special class that prevents writing the configuration
fix #6007: template backup: use minimized configuration for handling
the full vm start
PVE/Makefile | 1 +
PVE/QemuConfig.pm | 15 +++++++++++++++
PVE/QemuConfig/Makefile | 5 +++++
PVE/QemuConfig/NoWrite.pm | 25 +++++++++++++++++++++++++
PVE/QemuServer.pm | 17 ++++++++++++++---
PVE/VZDump/QemuServer.pm | 12 ++++++------
6 files changed, 66 insertions(+), 9 deletions(-)
create mode 100644 PVE/QemuConfig/Makefile
create mode 100644 PVE/QemuConfig/NoWrite.pm
--
2.39.5
More information about the pve-devel
mailing list