[pve-devel] applied: Re: [PATCH guest-common] fix #2834: skip refs in config_with_pending_array

Thomas Lamprecht t.lamprecht at proxmox.com
Sat Jul 11 18:49:16 CEST 2020


On 10.07.20 20:11, Stoiko Ivanov wrote:
> With the refactoring of config_with_pending_array in
> daf8fca57a34417365c873ed91f3a52bf0002a4f a few sanity checks on parsed configs
> were dropped.
> 
> One case where a config value should be skipped, instead of parsed and added
> is when the value is not scalar. This is the case for the raw lxc keys
> (e.g. lxc.init.cmd, lxc.apparmor.profile) - which get added as array to the
> 'lxc' key.
> 
> This patch reintroduces the skipping of non-scalar values, when parsing the
> config but not for the pending values.
> From a short look through the commit history the sanity checks were in place
> since 2014 (introduced in qemu-server for handling pending configuration
> changes), and their removal did not cause any other regressions.
> To my knowledge only the raw lxc config keys are parsed into a non-scalar
> value.
> 
> Tested by adding a 'lxc.init.cmd' key to a container config.
> 
> Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
> ---
> I hope that I did not miss another case where the sanity-checks are necessary,
> and can gladly send a v2 reintroducing all of them.
> 
>  PVE/GuestHelpers.pm | 2 ++
>  1 file changed, 2 insertions(+)
> 
>

applied, many thanks! Added a comment as followup, as during the refactoring Oguz had
some feeling that there was something else besides snapshots but could not come
up with anything, so I've thrown it out. Vetter safe than sorry (twice).





More information about the pve-devel mailing list