[pve-devel] [PATCH qemu-server 2/3] qmrestore: allow starting a VM after it was restored successfully
Daniel Kral
d.kral at proxmox.com
Mon Nov 10 15:36:18 CET 2025
Signed-off-by: Daniel Kral <d.kral at proxmox.com>
---
src/PVE/CLI/qmrestore.pm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/PVE/CLI/qmrestore.pm b/src/PVE/CLI/qmrestore.pm
index 0153db57..ebe6665d 100755
--- a/src/PVE/CLI/qmrestore.pm
+++ b/src/PVE/CLI/qmrestore.pm
@@ -72,6 +72,12 @@ __PACKAGE__->register_method({
description =>
"Start the VM immediately from the backup and restore in background. PBS only.",
},
+ start => {
+ optional => 1,
+ type => 'boolean',
+ default => 0,
+ description => "Start VM after it was restored successfully.",
+ },
},
},
returns => {
--
2.47.3
More information about the pve-devel
mailing list