[pve-devel] [PATCH] check for valid config changes

Dietmar Maurer dietmar at proxmox.com
Tue Feb 25 16:48:48 CET 2014


> -	    foreach my $opt (keys %$param) { # add/change
> +	    my $conf_param = { %$param, map {$_ => undef} @delete };

I guess you need to process @delete parameters first? Or maybe we should check
that we do net set both (param value and delete)?




More information about the pve-devel mailing list