add the rest of themissing lock types

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2018-12-11 10:09:21 +01:00
parent 9759415454
commit 89caf77b87

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