From: Wolfgang Bumiller Date: Thu, 13 Sep 2018 07:48:13 +0000 (+0200) Subject: config: add the rest of the missing lock types X-Git-Url: https://git.proxmox.com/?p=pve-container.git;a=commitdiff_plain;h=14c9b535aa4cac9f7ef032f9a498b2f61a7c4768 config: add the rest of the missing lock types Signed-off-by: Wolfgang Bumiller --- diff --git a/src/PVE/LXC/Config.pm b/src/PVE/LXC/Config.pm index 7c10f4d..3b1e2df 100644 --- a/src/PVE/LXC/Config.pm +++ b/src/PVE/LXC/Config.pm @@ -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,