mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-02-04 17:47:16 +03:00
add 'clone' to lock schema definition/confdesc.
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
parent
7c954c426d
commit
9759415454
@ -277,7 +277,7 @@ my $confdesc = {
|
||||
optional => 1,
|
||||
type => 'string',
|
||||
description => "Lock/unlock the VM.",
|
||||
enum => [qw(migrate backup snapshot rollback)],
|
||||
enum => [qw(migrate backup snapshot rollback clone)],
|
||||
},
|
||||
cpulimit => {
|
||||
optional => 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user