From 89caf77b87d9a5c1226a0a5f2135e9ab319027f7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 11 Dec 2018 10:09:21 +0100 Subject: [PATCH] add the rest of themissing lock types Signed-off-by: Wolfgang Bumiller --- PVE/QemuServer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index c3a5412..4a6a6cc 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -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, -- 2.39.2