]> git.proxmox.com Git - qemu-server.git/commitdiff
add 'clone' to lock schema definition/confdesc.
authorStoiko Ivanov <s.ivanov@proxmox.com>
Tue, 4 Dec 2018 19:52:46 +0000 (20:52 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 11 Dec 2018 09:03:00 +0000 (10:03 +0100)
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
PVE/QemuServer.pm

index 70be5db5b0a254c097609ea09a8f17fb8d47e95d..c3a541266c1aa922349dcabc814049ca5396ab68 100644 (file)
@@ -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,