I'm using a Ubuntu cloud image with cloud-init. How is it supposed to upgrade the system? Should it be automatically upgraded at startup or something?
It completely depends on what your cloud-init file contains. The one that is generated by PVE contains the following line:Should it be automatically upgraded at startup or something?
package_upgrade: true
qm cloudinit dump 102 user
RunningIt completely depends on what your cloud-init file contains. The one that is generated by PVE contains the following line:
Code:package_upgrade: true
This instructs the cloud-init to run OS dependent process to upgrade packages.
If you are using built-in cloudinit, you can examine it with:
Code:qm cloudinit dump 102 user
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
qm cloudinit dump 102 user
says that package_upgrade is set to true. However, if I reboot, the packages won't upgrade.That's my question: how can I edit the cloud-init file generated by Proxmox in order to run my command sequence?some things in cloud-init only work on first boot.
How to downgrade VM packages is something completely separate from PVE installation and configuration. Once you figure out the command sequence, you can add it to cloud-init.
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
You cant.That's my question: how can I edit the cloud-init file generated by Proxmox in order to run my command sequence?
We use essential cookies to make this site work, and optional cookies to enhance your experience.