No problem, this is always good to have feedback and cases showing an error and the explanation 
Posts
-
RE: XO PROXY upgrade error - ENOENT: no such file or directory, mkdir '/tmp/xoa-updater'
-
RE: Can't Reboot VMs (or Force Reboot) or Start VMs - Getting Blocked by SR.Scan - But Running VMs are fine?
When a network share is stalled, the easiest way to get out of it is a host reboot. Or you can try to lazy umount the share and remount it first, but no guarantee.
-
RE: Backup fails with "Body Timeout Error", "all targets have failed, step: writer.run()"
I have a theory that I'd like you to test on a specific branch. It might be an Undici bug, but I'm far from being sure.
You need Node >=22.19 to make it work. Switch to the branch named
fix_undici_paused_parser_crash, build it and try again. -
RE: XCP-ng 8.3 updates announcements and testing
Ah good catch @andersonalipio ! We'll check that

Ping @Team-XAPI-Network
-
RE: Backup fails with "Body Timeout Error", "all targets have failed, step: writer.run()"
5 minutes is clearly an HTTP timeout, the question is way we are reaching this timeout in the first place.
-
RE: Backup fails with "Body Timeout Error", "all targets have failed, step: writer.run()"
Are you sure it really worked? Because we fixed something that swallowed the error before. Maybe it was successful while in fact not working. When you have some hosts down in a pool, you cannot safely export metadata because XAPI can't tell if the other hosts are dead, disconnected or simply stopped.
-
RE: Backup fails with "Body Timeout Error", "all targets have failed, step: writer.run()"
@JB I'd like to test a different way of investigating the problem. So I won't do it for many people, just send me a private message with a way to SSH to your host and XOA, promise it's not a scam

-
RE: Backup fails with "Body Timeout Error", "all targets have failed, step: writer.run()"
Is there a way in private message to give access to the XCP-ng host and XO VM in question OR to get all logs from 2 machines somewhere? 5min is clearly a timeout error.
-
RE: VDI_IO_ERROR during manual import of xoa
What kind of storage are you using? Is it a 4K block native storage?
You should be able to see if you can create a virtual disk easily with
xe vdi-create name-label=test virtual-size=1G sr-uuid=356475ac-β¦ -
RE: XCP-ng 8.3: Broadcom BCM57414 `bnxt_en` Driver Fails to Probe on HPE DL380a Gen12
Very cool, thanks for the feedback @maximsachs !
-
RE: Rolling Pool Update and Affinity Host
Hi! No, but check XO logs/output to see what's going on

-
RE: [PACKER] soucis avec cd_files
@john.c I really liked your "Jean C." signature before your edit
You should keep it 
-
RE: VIDs are showing up as snapshot, but they are not.
Great, thanks for the feedback!
-
RE: " can't compute delta" & "can't connect through NBD, fall back to stream export" after 2026-07-28
Logs are providing interesting results. Discussing internally about it in the next week to see what could be improved about it.
-
RE: Recommandations about NFS Remotes maintenance ?
A remote is not the same thing as a SR. For a remote, it's simple: disconnect it (click on "Enabled" so it's disabled then), do whatever you need on the NFS server, re-enable.
-
RE: " can't compute delta" & "can't connect through NBD, fall back to stream export" after 2026-07-28
Happy to read the logs when you can provide them!
-
RE: Recommandations about NFS Remotes maintenance ?
Hi,
Disconnecting the remote is indeed enough: as long as you don't interrupt an NFS share while mounted, it's fine

-
RE: XEN7 -> XCP83 VM migration
Excellent! It's really cool to see how XO Backup and Replication can help you to migrate easily

-
RE: Backup fails with "Body Timeout Error", "all targets have failed, step: writer.run()"
Hi! Can you try to replicate on the latest commit?