]> git.proxmox.com Git - pve-container.git/commitdiff
config: add the rest of the missing lock types
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 13 Sep 2018 07:48:13 +0000 (09:48 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 13 Sep 2018 09:00:10 +0000 (11:00 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/PVE/LXC/Config.pm

index 7c10f4dea5fb425a6940921a191d5898cb269c45..3b1e2df1da5babfa6a8adc87752467a07d042699 100644 (file)
@@ -277,7 +277,7 @@ my $confdesc = {
        optional => 1,
        type => 'string',
        description => "Lock/unlock the VM.",
-       enum => [qw(mounted migrate backup snapshot rollback)],
+       enum => [qw(backup disk migrate mounted rollback snapshot snapshot-delete)],
     },
     onboot => {
        optional => 1,