[pve-devel] applied: [PATCH container] config: add the rest of the missing lock types
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Sep 13 11:04:11 CEST 2018
On 9/13/18 9:48 AM, Wolfgang Bumiller wrote:
> Signed-off-by: Wolfgang Bumiller <w.bumiller at proxmox.com>
> ---
> And sorted them...
thanks for that! irked me too on the last addition..
>
> 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,
>
More information about the pve-devel
mailing list