[pve-devel] [PATCH qemu-server 1/3] qmrestore: add live-restore option

Stefan Reiter s.reiter at proxmox.com
Wed Apr 21 16:25:23 CEST 2021


Signed-off-by: Stefan Reiter <s.reiter at proxmox.com>
---
 PVE/CLI/qmrestore.pm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/PVE/CLI/qmrestore.pm b/PVE/CLI/qmrestore.pm
index cb5c122..7c09814 100755
--- a/PVE/CLI/qmrestore.pm
+++ b/PVE/CLI/qmrestore.pm
@@ -58,7 +58,12 @@ __PACKAGE__->register_method({
 		optional => 1,
 		type => 'number',
 		minimum => '0',
-	    }
+	    },
+	    'live-restore' => {
+		optional => 1,
+		type => 'boolean',
+		description => "Start the VM immediately from the backup and restore in background. PBS only.",
+	    },
 	},
     },
     returns => {
-- 
2.20.1






More information about the pve-devel mailing list