[pve-devel] [PATCH container] config: add the rest of the missing lock types

Wolfgang Bumiller w.bumiller at proxmox.com
Thu Sep 13 09:48:13 CEST 2018


Signed-off-by: Wolfgang Bumiller <w.bumiller at proxmox.com>
---
And sorted them...

 src/PVE/LXC/Config.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,
-- 
2.11.0





More information about the pve-devel mailing list