[pve-devel] [PATCH qemu-server 0/6] fix #2862: more template backup fixes
Fabian Grünbichler
f.gruenbichler at proxmox.com
Fri Jun 4 11:47:42 CEST 2021
first one is unrelated, rest should fix the remaining cases where
template backups to PBS fail.
Fabian Grünbichler (6):
test: unbreak restore_config_test
drive: factor out read-only helper
template: mark efidisk as read-only
test: add template drive read-only tests
template: add -snapshot to KVM command
template: start VM for VMA backup
PVE/QemuServer.pm | 18 +++++----
PVE/QemuServer/Drive.pm | 10 +++++
PVE/VZDump/QemuServer.pm | 20 ++--------
test/cfg2cmd/efi-raw-old.conf.cmd | 2 +-
test/cfg2cmd/efi-raw-template.conf | 5 +++
test/cfg2cmd/efi-raw-template.conf.cmd | 28 ++++++++++++++
test/cfg2cmd/efi-raw.conf.cmd | 2 +-
test/cfg2cmd/i440fx-win10-hostpci.conf.cmd | 2 +-
.../q35-linux-hostpci-multifunction.conf.cmd | 2 +-
test/cfg2cmd/q35-linux-hostpci.conf.cmd | 2 +-
test/cfg2cmd/q35-win10-hostpci.conf.cmd | 2 +-
test/cfg2cmd/simple1-template.conf | 17 +++++++++
test/cfg2cmd/simple1-template.conf.cmd | 37 +++++++++++++++++++
test/run_qemu_restore_config_tests.pl | 14 +++++++
14 files changed, 132 insertions(+), 29 deletions(-)
create mode 100644 test/cfg2cmd/efi-raw-template.conf
create mode 100644 test/cfg2cmd/efi-raw-template.conf.cmd
create mode 100644 test/cfg2cmd/simple1-template.conf
create mode 100644 test/cfg2cmd/simple1-template.conf.cmd
--
2.30.2
More information about the pve-devel
mailing list