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:
parent
ab5b97d8a8
commit
020dd358f9
@ -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 => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user