5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-01-25 06:03:52 +03:00

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,
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 => {