[pve-devel] [RFC vb2 pve-container] CT protection mode

Dietmar Maurer dietmar at proxmox.com
Thu Sep 10 10:34:22 CEST 2015



> +		die "can't delete CT $vmid protection option - protection mode enabled\n"
> +		    if ($conf->{protection} == 1);

$conf->{protection} can be undefined, so above code will throw warnings in 
most cases. I already fixed that in current git, so please use similar
code.




More information about the pve-devel mailing list