Re: [pve-devel] [PATCH qemu-server] resume: error out if VM is a template

2025-02-18 Thread Fiona Ebner
Am 18.02.25 um 12:03 schrieb Fabian Grünbichler: > template VMs might be started in prelaunch state when creating a backup, but > they must never be actually started fully, to avoid modifying their disks. > > Signed-off-by: Fabian Grünbichler > --- > PVE/QemuServer.pm | 3 +++ > 1 file changed,

[pve-devel] [PATCH qemu-server] resume: error out if VM is a template

2025-02-18 Thread Fabian Grünbichler
template VMs might be started in prelaunch state when creating a backup, but they must never be actually started fully, to avoid modifying their disks. Signed-off-by: Fabian Grünbichler --- PVE/QemuServer.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PVE/QemuServer.pm b/PVE/QemuServe