5
0
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:
Stoiko Ivanov 2018-12-04 20:52:46 +01:00 committed by Wolfgang Bumiller
parent 7c954c426d
commit 9759415454

View File

@ -277,7 +277,7 @@ my $confdesc = {
optional => 1, optional => 1,
type => 'string', type => 'string',
description => "Lock/unlock the VM.", description => "Lock/unlock the VM.",
enum => [qw(migrate backup snapshot rollback)], enum => [qw(migrate backup snapshot rollback clone)],
}, },
cpulimit => { cpulimit => {
optional => 1, optional => 1,