XCP-ng 8.3 updates announcements and testing
-
Just installed updates on host 1. Once host rebooted it took an extra min or two to reconnect to xo, but did finally connect. Applying updates on host 2 now.
Update - host2 no issues. Once reboot complete it connected to xo as expected without delay.
I see these updates include -
-
xen: Add support for xenpm get-core-temp to query CPU temperature on Intel platforms.
-
Use xenpm get-core-temp to get the temperature on Intel's CPU, to fallback unsupported coretemp. Doc update being reviewed .
My host are AMD so can verify these. I might be able to deploy a Intel host later tonight. Will this come to AMD later?
-
-
Just installed updates on host 1. Once host rebooted it took an extra min or two to reconnect to xo, but did finally connect. Applying updates on host 2 now.
Update - host2 no issues. Once reboot complete it connected to xo as expected without delay.
I see these updates include -
-
xen: Add support for xenpm get-core-temp to query CPU temperature on Intel platforms.
-
Use xenpm get-core-temp to get the temperature on Intel's CPU, to fallback unsupported coretemp. Doc update being reviewed .
My host are AMD so can verify these. I might be able to deploy a Intel host later tonight. Will this come to AMD later?
AMD rely on a different method to expose the temperature, that don't require this xenpm-based approach. In principle, it should already work with plain
sensors(through k10temp), but our driver may not be up to date for recent AMD CPUs. -
-
No issues on the same test hosts i used for the last 2 batches of updates.
-
Just installed updates on host 1. Once host rebooted it took an extra min or two to reconnect to xo, but did finally connect. Applying updates on host 2 now.
Update - host2 no issues. Once reboot complete it connected to xo as expected without delay.
I see these updates include -
-
xen: Add support for xenpm get-core-temp to query CPU temperature on Intel platforms.
-
Use xenpm get-core-temp to get the temperature on Intel's CPU, to fallback unsupported coretemp. Doc update being reviewed .
My host are AMD so can verify these. I might be able to deploy a Intel host later tonight. Will this come to AMD later?
AMD rely on a different method to expose the temperature, that don't require this xenpm-based approach. In principle, it should already work with plain
sensors(through k10temp), but our driver may not be up to date for recent AMD CPUs.From AMD 7950x
[17:51 xcp-ng-haznrrtw ~]# xenpm get-core-temp [Package0] Unable to fetch temperature (61 - No data available) [CPU0] Unable to fetch temperature (61 - No data available) [CPU2] Unable to fetch temperature (61 - No data available) [CPU4] Unable to fetch temperature (61 - No data available) [CPU6] Unable to fetch temperature (61 - No data available) [CPU8] Unable to fetch temperature (61 - No data available) [CPU10] Unable to fetch temperature (61 - No data available) [CPU12] Unable to fetch temperature (61 - No data available) [CPU14] Unable to fetch temperature (61 - No data available) [CPU16] Unable to fetch temperature (61 - No data available) [CPU18] Unable to fetch temperature (61 - No data available) [CPU20] Unable to fetch temperature (61 - No data available) [CPU22] Unable to fetch temperature (61 - No data available) [CPU24] Unable to fetch temperature (61 - No data available) [CPU26] Unable to fetch temperature (61 - No data available) [CPU28] Unable to fetch temperature (61 - No data available) [CPU30] Unable to fetch temperature (61 - No data available)Intel 13700k
[17:50 xcp-ng-kulwlwbp ~]# xenpm get-core-temp Package0: 28°C CPU0: 26°C CPU2: 23°C CPU4: 23°C CPU6: 25°C CPU8: 25°C CPU10: 24°C CPU12: 23°C CPU14: 25°C CPU16: 24°C CPU18: 24°C CPU20: 28°C CPU22: 28°C -
-
@rzr Up and running on several pools. Rolling pool reboot worked (after fixing a few non-upgrade issues). Running normal operations, replication, backup, migration, NFS, ISO, etc.
xenpm get-core-tempis mostly working. Not working on AMD Ryzen 5 5600U as expected. HP DL G8 Intel E5-2673 v2 shows 64 CPUs. The actual CPUs show correctly, the higher ones (that don't exist) show[CPUxx] Unable to fetch temperature (19 - No such device). HP DL G10 Intel Xeon(R) Gold 62xx and Desktop Core i7 11th and 7th are good. -
@rzr Installed on my 2 node lab pool, so far no issues.
-
@Andrew said:
HP DL G8 Intel E5-2673 v2 shows 64 CPUs. The actual CPUs show correctly, the higher ones (that don't exist) show[CPUxx] Unable to fetch temperature (19 - No such device)Machines with hotpluggable CPUs are a pretty tricky case, the logic tries up to "maximum possible CPU" and fails here because the CPU is not online (
No such deviceerror). That doesn't prevent the temperature from getting fetched for CPU that exists.
I can try to add a check to hide this specific error, so it's doesn't create noise for offline CPUs on such machines. -
Temps seem to be working on i5-10500T:
[11:46 delta-2 ~]# xenpm get-core-temp Package0: 57°C CPU0: 56°C CPU2: 57°C CPU4: 56°C CPU6: 56°C CPU8: 55°C CPU10: 57°C
As this is my first time installing these update candidates, is there no other action required after doing:
yum clean metadata --enablerepo=xcp-ng-testing,xcp-ng-candidates yum update --enablerepo=xcp-ng-testing,xcp-ng-candidates rebootMeaning I am not permanently in testing mode now? Next yum update should just pull the latest stable versions?
-
As this is my first time installing these update candidates,
Actually we moved first batch of packages that landed in testing to candidates repo, to avoid mix up in the second batch that just landed in testing repo. Since nothing new appeared in candidate you should probably already had them before, home this is clarifying what is actually happening

Next yum update should just pull the latest stable versions?
Not if you already have installed then from testing (or candidate) repo, because versions are same, it's only the distribution channel that change, no impact for testers.
-
As this is my first time installing these update candidates,
Actually we moved first batch of packages that landed in testing to candidates repo, to avoid mix up in the second batch that just landed in testing repo. Since nothing new appeared in candidate you should probably already had them before, home this is clarifying what is actually happening

Next yum update should just pull the latest stable versions?
Not if you already have installed then from testing (or candidate) repo, because versions are same, it's only the distribution channel that change, no impact for testers.
I'm not sure what you understood from @scarfantennae's question, but that we moved packages from xcp-ng-testing to xcp-ng-candidates doesn't seem on topic here.
The question is: "now that I've applied this update candidates from the testing repositories, am I definitively in testing mode?".
The answer is: no, because:
- The
--enable-reposwitch only applies to the two commands you ran: clearing the cache and applying updates. The repositories remain disabled by default, so yes, next time you update you'll only get stable updates if there are any. - Either the exact packages that you installed will be pushed as official updates (in which case there will be nothing for you to do), or we'll push newer updates that will supersede them automatically next time you update.
Hope it's clear.
- The
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login