qmrestore: add live-restore option

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
This commit is contained in:
Stefan Reiter 2021-04-21 16:25:23 +02:00 committed by Thomas Lamprecht
parent ab5b97d8a8
commit 020dd358f9

View File

@ -58,7 +58,12 @@ __PACKAGE__->register_method({
optional => 1, optional => 1,
type => 'number', type => 'number',
minimum => '0', minimum => '0',
} },
'live-restore' => {
optional => 1,
type => 'boolean',
description => "Start the VM immediately from the backup and restore in background. PBS only.",
},
}, },
}, },
returns => { returns => {