Thank you everyone for your tests and your feedback!
The updates are live now: https://xcp-ng.org/blog/2025/12/18/december-2025-security-and-maintenance-updates-for-xcp-ng-8-3-lts/
Thank you everyone for your tests and your feedback!
The updates are live now: https://xcp-ng.org/blog/2025/12/18/december-2025-security-and-maintenance-updates-for-xcp-ng-8-3-lts/
@Andrew had the wrong link. I fixed it as soon as it was mentioned.
The name is xcp-ng-8.3.0-20250606.2.iso because it's the same update level as back then... Only with two updated drivers.
@dcskinner That was a mistake. Thanks for your vigilance, it's fixed!
Let us know if you have any issue with it. It's OK on our side, but I'll wait for some time before making is the new default download.
I added a warning to my initial announcement.
@ovicz I'd also like to have a look at /var/log/daemon.log after a failed VM startup attempt.
@ovicz Is Secure Boot enabled on these VMs?
A hardware issue was found in AMD Zen 5 CPU devices, related to how random numbers are generated. It's best fixed via a firmware update, but we also provide updated microcode to mitigate it, and Xen is updated to support loading the newer microcode. We also publish other non-urgent updates which we had in the pipe for the next update release.
Security updates:
amd-microcode: This release fixes vulnerability CVE-2025-62626 in AMD Zen 5 CPUs microcode that may generate excessive number of zeros in random outputs, potentially compromising cryptographic security.xen:
gpumon, xcp-featured: rebuilt for updated XAPIqemu:
sm:
varstored:
xapi:
gpumon xcp-featured: rebuild for updated XAPI.xcp-ng-pv-tools:
xcp-ng-release: fix benign "unary operator expected" error, displayed when connecting from some terminal softwarexha: Nothing of note, minor changes such as logging typos...xo-lite: version 0.17.0
xsconsole: Prepare for a future feature.Optional packages updated:
qlogic-netxtreme2-alt: alternate driver for NetXtreme2 updated to version 7.15.24.qlogic-qla2xxx-alt: alternate driver qla2xxx updated to version 10.02.14.01_kyum clean metadata --enablerepo=xcp-ng-testing,xcp-ng-candidates
yum update --enablerepo=xcp-ng-testing,xcp-ng-candidates
reboot
The usual update rules apply: pool coordinator first, etc.
Do not apply these updates if you are using the QCOW2 disk format. QCOW2 testing requires specific update repositories. Updating via the normal test channels would render your disks invisible, and even once the necessary packages are restored, their metadata (which disk is attached to what VM, etc.) will be lost.
For QCOW2 testers, update with:
yum update --enablerepo=xcp-ng-testing,xcp-ng-candidates,xcp-ng-qcow2
For others who'd like to start testing with the QCOW2 format, please head towards the dedicated thread: https://xcp-ng.org/forum/topic/10308/dedicated-thread-removing-the-2tib-limit-with-qcow2-volumes
amd-microcode: 20251203-1.1.xcpng8.3gpumon: 24.1.0-71.1.xcpng8.3qemu: 4.2.1-5.2.15.1.xcpng8.3sm: 3.2.12-16.1.xcpng8.3varstored: 1.2.0-3.4.xcpng8.3xapi: 25.33.1-2.1.xcpng8.3xcp-featured: 1.1.8-3.xcpng8.3xcp-ng-pv-tools: 8.3-15.xcpng8.3xcp-ng-release: 8.3.0-35xen: 4.17.5-23.1.xcpng8.3xha: 25.2.0-1.1.xcpng8.3xo-lite: 0.17.0-1.xcpng8.3xsconsole: 11.0.9.1-1.1.xcpng8.3.3Optional packages:
qlogic-netxtreme2-alt: 7.15.24-1.xcpng8.3qlogic-qla2xxx-alt: 10.02.14.01_k-1.xcpng8.3Normal use and anything else you want to test.
2 days.
The installer is built. We are testing it, then we will be able to provide it to you so you can test it in turn.
We do warn about the certificate situation in the 8.3 release notes, indeed, but it's easy to get caught by that.
There's a way to temporarily disable LTS verification on the new hosts in order to join it to the existing pool.
See https://docs.xcp-ng.org/releases/release-8-3/#certificate-verification-xs which in turns points to https://docs.xenserver.com/en-us/xenserver/8/hosts-pools/certificate-verification where you'll find that command.
Regarding your initial situation, I'm not 100% sure, but I think Warm Migration, might be a way to migrate your VMs off your slave hosts while minimizing downtime. I don't know how it plays with CBT and heterogenous pool state exactly though.
@paco I think it's the first time someone asks this, which is surprising to me, because CBT enabled + local storage may not be such a rare thing.
I wasn't aware of this blocking situation. We'll need to evaluate it, document it, and if possible find a way to avoid it.
In your situation, if all you've done is upgrading the pool master, I would advise to boot the upgrade ISO again and use it to restore the 8.2 backup that was made automatically during the upgrade. Then boot the master again, disable CBT on all your disks, and start again with the upgrade.
@thomasp I'm struggling so much to find the time to do it, and my colleagues are equally busy, but I'll try to make it happen this week!
@gduperrey said in How to Install XCP-ng Guest Tools on Rocky Linux 10?:
but I don't have a release date yet, even for testing
Actually it's already available as xcp-ng-pv-tools in the xcp-ng-incoming repository. What Gaël means is that we haven't run CI on it yet, so we haven't moved the package to the testing repository yet, which is when we usually invite users to test.
However here I'm able to say that there's no risk in installing it now for testing, with:
yum update xcp-ng-pv-tools --enablerepo=xcp-ng-incoming,xcp-ng-ci,xcp-ng-testing,xcp-ng-candidates
(the testing repos will only be enabled for the time of the command, not permanently)
@flakpyro Thanks for letting us know. I suppose there was a mirror that was not ready yet, or had a transient issue, and unfortunately XOA's rolling pool update feature is not very resilient to that at the moment.
IMPORTANT NOTICE!
After publishing the updates, we discovered a very nasty bug when using the UEFI certificates that we distribute. Long story short, they're too big, and there's only limited space (57K), and combined to a preexisting bug in varstored, this will cause the VM to stop booting after Windows or any other OS attempts to append to the DBX (revocation database).
We pulled the varstored update, but those who updated can be affected.
There are conditions for the issue:
secureboot-certs install), or cleared them using secureboot-certs clear in order to use our default certificates.If you have the affected version of varstored (rpm -q varstored yields varstored-1.2.0-3.1.xcpng8.3) :
yum downgrade varstored-1.2.0-2.3.xcpng8.3. No reboot or toolstack restart required.varstored currently in the making.@acebmxer said in XCP-ng 8.3 updates announcements and testing:
@stormi
How to revert changes if needed to? and/or how to switch back to normal repo?
The command only enables the testing repositories for the time of the update, so no need to disable them afterwards.
Reverting changes can be done with yum downgrade, but it's not always doable. XAPI updates can come with an upgrade of the XAPI database. If you downgrade, then XAPI with detect that the database is too recent and will refuse to start.
So, you can technically downgrade the files, but not the state.
New updates join the previous batch of update candidates. I also take this opportunity to call for more feedback on the previous batch of updates, in particular on the changes mentioned in its "What to test" part. Anyway, installing this batch will also install the previous one.
Main changes:
Other changes:
Optional packages:
yum clean metadata --enablerepo=xcp-ng-testing
yum update --enablerepo=xcp-ng-testing
reboot
The usual update rules apply: pool coordinator first, etc.
qemu: qemu-4.2.1-5.2.12.2.xcpng8.3xcp-ng-pv-tools: xcp-ng-pv-tools-8.3-13.xcpng8.3xcp-ng-xapi-plugins: xcp-ng-xapi-plugins-1.15.0-1.xcpng8.3Optional packages:
netdata: netdata-1.47.5-4.2.xcpng8.3Normal use and anything else you want to test.
Additional focus can be given to:
XAPI's handling of remote logging remains to be fixed before the release.
So: don't attempt to set up remote logging yet. If you set it up previously, then it should continue to work.
~5 days.
@olivierlambert LVM also plays a role with such SRs, maybe that's it. Or it's another optimization. XAPI had some too.