]> git.proxmox.com Git - qemu-server.git/commitdiff
add the rest of themissing lock types
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 11 Dec 2018 09:09:21 +0000 (10:09 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 11 Dec 2018 09:09:21 +0000 (10:09 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
PVE/QemuServer.pm

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