mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-29 18:34:50 +00:00
qmrestore: add live-restore option
Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
This commit is contained in:
parent
ab5b97d8a8
commit
020dd358f9
@ -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 => {
|
||||||
|
Loading…
Reference in New Issue
Block a user