Since yesterday, even the replication jobs started to fail (I'm again 12 commits behind the current version, but other scheduled jobs continued to fail when I was up to date with XO)
The replication is set to run from one host and store on the SSD on another. I had a power failure yesterday, but both hosts needed for this job (xcp-ng-1 and xcp-ng-2) was back up and running at the time the job was started.
{
"data": {
"mode": "delta",
"reportWhen": "failure"
},
"id": "1753705802804",
"jobId": "0bb53ced-4d52-40a9-8b14-7cd1fa2b30fe",
"jobName": "Admin Ubuntu 24",
"message": "backup",
"scheduleId": "69a05a67-c43b-4d23-b1e8-ada77c70ccc4",
"start": 1753705802804,
"status": "failure",
"infos": [
{
"data": {
"vms": [
"1728e876-5644-2169-6c62-c764bd8b6bdf"
]
},
"message": "vms"
}
],
"tasks": [
{
"data": {
"type": "VM",
"id": "1728e876-5644-2169-6c62-c764bd8b6bdf",
"name_label": "Admin Ubuntu 24"
},
"id": "1753705804503",
"message": "backup VM",
"start": 1753705804503,
"status": "failure",
"tasks": [
{
"id": "1753705804984",
"message": "snapshot",
"start": 1753705804984,
"status": "success",
"end": 1753712867640,
"result": "4afbdcd9-818f-9e3d-555a-ad0943081c3f"
},
{
"data": {
"id": "46f9b5ee-c937-ff71-29b1-520ba0546675",
"isFull": false,
"name_label": "Local h2 SSD",
"type": "SR"
},
"id": "1753712867640:0",
"message": "export",
"start": 1753712867640,
"status": "interrupted"
}
],
"infos": [
{
"message": "will delete snapshot data"
},
{
"data": {
"vdiRef": "OpaqueRef:c2504c79-d422-3f0a-d292-169d431e5aee"
},
"message": "Snapshot data has been deleted"
}
],
"end": 1753717484618,
"result": {
"name": "BodyTimeoutError",
"code": "UND_ERR_BODY_TIMEOUT",
"message": "Body Timeout Error",
"stack": "BodyTimeoutError: Body Timeout Error\n at FastTimer.onParserTimeout [as _onTimeout] (/opt/xo/xo-builds/xen-orchestra-202507262229/node_modules/undici/lib/dispatcher/client-h1.js:646:28)\n at Timeout.onTick [as _onTimeout] (/opt/xo/xo-builds/xen-orchestra-202507262229/node_modules/undici/lib/util/timers.js:162:13)\n at listOnTimeout (node:internal/timers:588:17)\n at process.processTimers (node:internal/timers:523:7)"
}
}
],
"end": 1753717484619
}
Also, the replication job for my Debian XO machine fails with the same 'timeout' problem.