FYI: The next Proxmox VE point release 7.4 (2023/H1) will default to QEMU 7.2. Internal testing for that version started in December, and it was available on the pvetest repository since last Wednesday without any relevant issue coming up, but a lot of positive feedback about resolving odd bugs.
Therefore, it was made available on the pve-no-subscription repository today.
To upgrade ensure you have the Proxmox VE No Subscription repositories configured, which can be added through the Web UI's
or use the upgrade functionality of the web-interface.
Note, as with all QEMU updates: A VM needs to be either fully restarted (shutdown/start or using restart via the CLI or web-interface) or, to avoid downtime, live-migrated to an already upgraded host to actually run with the newer QEMU version.
While we successfully run our production and lots of testing loads on this version since a while, no software is bug free, and often such issues are related to the specific setup. So, if you run into regressions that are definitively caused by installing the new QEMU version (and not some other change), please always include the affected VM config and some basic HW and Storage details.
Therefore, it was made available on the pve-no-subscription repository today.
To upgrade ensure you have the Proxmox VE No Subscription repositories configured, which can be added through the Web UI's
Repositories
panel, and then use the standard:
Bash:
apt update
apt full-upgrade
pveversion -v
(or the web-interface's Node Summary -> Packages versions) should then include something like pve-qemu-kvm: 7.2.0-5
Note, as with all QEMU updates: A VM needs to be either fully restarted (shutdown/start or using restart via the CLI or web-interface) or, to avoid downtime, live-migrated to an already upgraded host to actually run with the newer QEMU version.
While we successfully run our production and lots of testing loads on this version since a while, no software is bug free, and often such issues are related to the specific setup. So, if you run into regressions that are definitively caused by installing the new QEMU version (and not some other change), please always include the affected VM config and some basic HW and Storage details.