]> git.proxmox.com Git - qemu-server.git/commit
cloudinit: restore previous default for package upgrades
authorFiona Ebner <f.ebner@proxmox.com>
Wed, 21 Jun 2023 10:04:32 +0000 (12:04 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 21 Jun 2023 10:40:58 +0000 (12:40 +0200)
commitec11b92abb5e5610ce64934e0876f1b54d375cab
treefb286af81e4c4e2ae185be97334b42a56ca7be73
parent178c355ded32b5a601433dfd4f8a3c887ef2f9e4
cloudinit: restore previous default for package upgrades

Commit efa3355d ("fix #3428: cloudinit: add parameter for upgrade on
boot") changed the default, but this is a breaking change. The bug
report was only about making the option configurable.

The commit doesn't give an explicit reason for why, and arguably,
doing the upgrade is not an issue for most users. It also leads to a
different cloud-init instance ID, because of the different setting,
which in turn leads to ssh host key regeneration within the VM.

Reported-by: Friedrich Weber <f.weber@proxmox.com>
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
PVE/QemuServer.pm
PVE/QemuServer/Cloudinit.pm