]> git.proxmox.com Git - pve-guest-common.git/commit
fix 2682: make sure configuration file is up-to-date for lock_config-variants
authorFabian Ebner <f.ebner@proxmox.com>
Tue, 5 May 2020 08:27:17 +0000 (10:27 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 5 May 2020 09:11:29 +0000 (11:11 +0200)
commit97b9ccec088ea2dcf08d4b606569ce0a18de399d
treec8d237fd4776b4e8f173b9410ed66f6461e6abff
parent093c4c6e09e1159338dd857ef6c6fe7f33352fb8
fix 2682: make sure configuration file is up-to-date for lock_config-variants

See [0] for the details. The call tree for the variants is
lock_config -> lock_config_full -> lock_config_mode
so it is sufficient to adapt lock_config_mode.

[0]: https://bugzilla.proxmox.com/show_bug.cgi?id=2682

Suggested-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
PVE/AbstractConfig.pm