@pedro_udifar Please update to the latest code base and then let us know if you still encounter this issue.
Posts
-
RE: Continuos replication failing with "checkBaseVdis() failed"
-
RE: Continuos replication failing with "checkBaseVdis() failed"
@pedro_udifar What is your current commit for the XO VM? Can you share the full error log as an attachment?
-
RE: Custom Provider support for Parallels RAS CPF integration
@rvreugde I believe this is already being reviewed internally.
-
RE: Rolling Pool Update fails with HOST_NOT_ENOUGH_FREE_MEMORY, when it really ought to be fine
@acebmxer Do you have VMs that aren't configured for HA? Does it work if you temporarily disable HA?
-
RE: Rolling Pool Update fails with HOST_NOT_ENOUGH_FREE_MEMORY, when it really ought to be fine
@pkgw Thanks for the feedback. The good news is that there is already an effort under way rework and enhance the RPU process. Let me ping @Team-XAPI-Network and @Team-XO-Backend in case they want to request additional information from you.
-
RE: Rolling Pool Update fails with HOST_NOT_ENOUGH_FREE_MEMORY, when it really ought to be fine
It's possible that you hit this known issue.
-
RE: Can't restart stopped VMs; unclear error message
If you haven't rebooted after patching, then that could be a contributing factor.
-
RE: Can't restart stopped VMs; unclear error message
Have you tried restarting the toolstack?
To investigate further, you can review the host's log files https://docs.xcp-ng.org/troubleshooting/log-files/
-
RE: 14 VMs Running: After Pool patch update - message states I need to restart to take effect?
IIUC, the Smart Reboot option found on the host's Advanced tab does what you are asking.

-
RE: unacceptable message conflict
this CONFLICT is not OK!
You will need to provide more details about this specific backup job. It's possible that the backup succeeded, but then the subsequent Health Check failed or timed out. Have you tried downloading and examining the full log from the failed backup?

-
RE: Reverting to a snapshot in XO Lite
I'm not positive, but this may be available RSN in xo-lite.
-
RE: Backups failing since the last 2 days.
@Greg_E Looks to me like the timeouts are occurring during the Health Check phase of the backup job. Thus the backup was successfully transferred to the remote, but the subsequent restoration and startup of the VMs failed because the VMs didn't respond in time.
Are you performing the Health Check on every backup run?
-
RE: VDI not showing in XO 5 from Source.
@andrewperry This script hasn't been designed or tested to work on XCP-ng 8.2.1 because it reached EOL status last year. Installing Python3 on XCP-ng 8.2.1 should be fine, but we aren't able to guarantee the script's functionality on that platform.
Upgrading to XCP-ng 8.3 is your best option here so that you can benefit from product improvements, security updates, etc.
-
RE: Host crash during backup
@BrantleyHobbs You may want to provide some additional details on your setup, ie:
- Version of XCP-ng
- Are the host's fully patched?
- Current XO version or commit
- etc
Have you checked /var/crash subdirectory on the crashed host to see if kernel crash logs were captured? https://docs.xcp-ng.org/troubleshooting/log-files/
-
RE: VDI not showing in XO 5 from Source.
ISOs in my NFS ISO SR
The simplest way to correct those is to forget the VDI and then rescan the SR.
Note: The ISO names will be lost if they were uploaded via XOA, which causes them to be renamed to .IMG files.
-
RE: Tag-Based Automation: Manage VM CPU Priority via assigned tag.
Nice. I believe that I read elsewhere that our dev team was working on something similar.
FYI, you have a typo (performace.sh vs performance.sh)

-
RE: XCP-ng 8.3 updates announcements and testing
@IgorGlock Are you able to open the support tunnel for us to investigate? You can either post the tunnel ID here or open a support ticket.
-
RE: XCP-ng 8.3 updates announcements and testing
@IgorGlock Thanks for the report. Can you elaborate on the exact steps required to reproduce this? Also, are you running XOA or XO from sources? Which version or commit?
-
RE: Lates commit breaks install
@acebmxer The documentations says to use Node LTS, which is currently Node v24. There may have been past issues with running on Node v24. However, AFAIK XO should build and operate fine on Node v24 now.
-
RE: Lates commit breaks install
Node v24 should work fine. The reason for your failure is here --
error eslint-visitor-keys@5.0.1: The engine "node" is incompatible with this module. Expected version "^20.19.0 || ^22.13.0 || >=24". Got "23.11.0"
Either upgrade Node to v24 or downgrade it to v22.