]> git.proxmox.com Git - qemu-server.git/commit
config: fix dropping description on parsing special cloud init section
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 16 Nov 2022 10:32:14 +0000 (11:32 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 16 Nov 2022 10:41:34 +0000 (11:41 +0100)
commiteb9923f9b901ecb8c5a5c52a2cad492a84a7a698
tree7927e7297b61a3cd295e9ab1083d4465de5826e6
parentcbfc9d753f63659a59e648e8fe257128c65ccb75
config: fix dropping description on parsing special cloud init section

we now always write out a new clouding special section on start (to
be fixed) independent of any cloudinit drive/config configured or
not, and thus always run into that section after a VM started with
the new qemu-server installed, which in turn set the description
always to undef.

Fixes: 95a5135 ("cloudinit: add cloudinit section for current generated config.")
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuServer.pm