From 020dd358f9f2762c49d671c537b6a74f9ea7ea76 Mon Sep 17 00:00:00 2001 From: Stefan Reiter Date: Wed, 21 Apr 2021 16:25:23 +0200 Subject: [PATCH] qmrestore: add live-restore option Signed-off-by: Stefan Reiter --- 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 cb5c1224..7c098140 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 => {