XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • All categories
    • A

      Backup fails with "Body Timeout Error", "all targets have failed, step: writer.run()"

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Backup
      103
      0 Votes
      103 Posts
      12k Views
      G
      Here is the log for the GUI Backup function: [image: 1787681104443-1dab5aec-6f9a-4338-bf7d-dab065e17e43-image.jpeg]
    • D

      XCP-ng Windows PV tools announcements

      Watching Ignoring Scheduled Pinned Locked Moved News
      110
      0 Votes
      110 Posts
      35k Views
      A
      @dinhngtu Something called "Elpha Secure" ...none of our other antivirus shows it being bad but I wanted to ask around before I unflagged it.
    • P

      Error mirroring full backups to backblaze b2

      Watching Ignoring Scheduled Pinned Locked Moved Solved Backup
      33
      2
      0 Votes
      33 Posts
      4k Views
      poddingueP
      Thanks a lot for this feedback, @pedro!
    • acebmxerA

      VM Display Resolution

      Watching Ignoring Scheduled Pinned Locked Moved XCP-ng
      1
      0 Votes
      1 Posts
      8 Views
      No one has replied
    • K

      Intermittent Xen blkfront I/O stalls: all guest tags busy while tapdisk reports zero outstanding requests

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Compute
      14
      0 Votes
      14 Posts
      864 Views
      M
      Hello @anthoineb, We had another occurrence and this time tested the exact GDB method you suggested. It successfully unlocked the ring. The incident affected os-ott-data-3-2 (172.30.52.193) on hypervisor 172.30.50.191. Before the test, the guest state was: 254 requests in flight 255/256 blk-mq tags busy I/O PSI full: approximately 94-97% 3 tasks in D state no completed xvdb I/O progress Tapdisk remained responsive and reported: reqs_outstanding=0 tap/image/VBD/xenbus errors=0 The untouched active td_xenblkif state was: domid=26 devid=832 port=343 ring_n_pages=8 ring_size=256 n_reqs_free=256 in_polling=false req_prod=2243281141 req_cons=2243280886 rsp_prod=2243280886 rsp_prod_pvt=2243280886 Therefore, exactly 255 requests were waiting in the active PV ring. After preserving the baseline, we executed once: call (void)tapdisk_xenblkif_sched_chkrng(blkif) The indices were unchanged immediately inside GDB, but within approximately five seconds: tapdisk reqs_outstanding: 0 -> 256 guest write inflight: 254 -> 0 I/O PSI full: approximately 98% -> 24% and continuing to decrease xvdb completed-I/O counters started advancing The post-test GDB capture showed: in_polling=true req_prod=2243366603 req_cons=2243366603 rsp_prod=2243366600 rsp_prod_pvt=2243366600 n_reqs_free=253 The previously stuck requests had been consumed and normal new I/O was flowing. OpenSearch recovered its transport communication and the node rejoined the cluster without restarting the OpenSearch service and without rebooting the VM. The cluster completed shard recovery and became green at 17:05 MSK. We also checked SMlog, xensource.log, and daemon.log for this incident. There was no VM or storage pause/unpause immediately before or during the stall. This appears to confirm that tapdisk was not performing the scheduled ring check, and explicitly calling tapdisk_xenblkif_sched_chkrng() restored processing. Would it be reasonable to use this call as an automated recovery action when the same exact signature is detected, before falling back to a VM reboot? We have the complete before/after GDB captures and guest/hypervisor diagnostics available if useful.
    • B

      Native Ceph RBD SM driver for XCP-ng

      Watching Ignoring Scheduled Pinned Locked Moved Development
      25
      3 Votes
      25 Posts
      6k Views
      dicode-nlD
      @olivierlambert busy writing/adapting de RBD SR and running tests. once I got the results and thins finalized I'll post and update with the RBDSR file (based on @benapetr)
    • P

      Suggestion: Restore VM Backup filter functionality when using jobs/sequences for backup

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      1
      1
      0 Votes
      1 Posts
      26 Views
      No one has replied
    • olivierlambertO

      🛰️ XO 6: dedicated thread for all your feedback!

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      251
      7 Votes
      251 Posts
      110k Views
      poddingueP
      On the XO Lite one, there's an issue open that sounds like what you're describing, https://github.com/vatesfr/xen-orchestra/issues/9801, filed off @Greg_E's report in this thread. It says UEFI VMs created through XO Lite don't boot since the LTS release, with Debian 13 and Windows Server 2022 both failing, while VMs built under 8.2 with UEFI still work. Your timing may not line up, since you're saying last year and that issue is scoped to since the LTS release, so I'd rather ask than assume. If it does look like yours, a comment on it would carry more than anything I can add, because it hasn't had one since May and I don't think anyone has picked it up.
    • I

      Slow SR Creation

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Management
      4
      1
      0 Votes
      4 Posts
      122 Views
      poddingueP
      Thanks for the numbers. So the whole chain drags: 4 to 5 minutes to list the ~90 LUNs, another 1 to 3 to validate one, and the create on top of that. From the XO side I can't tell where that time goes, XO itself, the host's storage layer, or the array answering slowly, and the one measurement that would split it is the host-side probe I mentioned: time xe sr-probe type=lvmoiscsi device-config:target=<ip>, then the same call with device-config:targetIQN=<iqn> added. If the CLI takes just as long, XO is mostly off the hook. A 90-LUN multipath target doesn't sound exotic to me, so probes taking minutes feel worth a proper look, though I honestly don't know what's normal at that scale. @Team-Storage, the numbers above are concrete now, in case it's worth a look on your side.