]> git.proxmox.com Git - pve-guest-common.git/commit
fix #4572: config: also update volume IDs in pending section
authorFiona Ebner <f.ebner@proxmox.com>
Wed, 15 Mar 2023 14:44:22 +0000 (15:44 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 16 Mar 2023 09:27:44 +0000 (10:27 +0100)
commitc788e7c8d1e3b75570231642865d538277b87e22
tree83b5702b6551e367f2b9e64a5b0beb2b5b7eb873
parentc363e8245c7e0aaed7f26596671f49616deb095f
fix #4572: config: also update volume IDs in pending section

The method is intended to be used in cases where the volumes actually
got renamed (e.g. migration). Thus, updating the volume IDs should of
course also be done for pending changes to avoid changes referring to
now non-existent volumes or even the wrong existing volume.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
src/PVE/AbstractConfig.pm