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
    • bvitnikB

      How to reliably determine VDI format (vhd, qcow2, raw) via XAPI across versions

      Watching Ignoring Scheduled Pinned Locked Moved Development
      3
      1 Votes
      3 Posts
      44 Views
      dthenotD
      @bvitnik Hello, sm-config:vdi_type is the pre-existing one so we are still writing it for compatibility reasons. But you might notice that vdi_type is only written for LVM-based SRs. While image-format is always written in XCP-ng with the QCOW2 feature. So it might be safe to just look at image-format if it exist and if it's not, it's likely a VHD. On LVMSR, you can fallback on vdi_type (and it should work for XS too). Indeed, ISO SRs do not advertise a VDI format. Technically, ISOs could be considered to be raw. It should also be noted that our implementation of QCOW2 is very different from GFS2 QCOW2 of XenServer. Our implementation uses the existing SR types to allow VHD and QCOW2 to co-exist.
    • J

      Ghost PCI device - how to remove?

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      3
      0 Votes
      3 Posts
      39 Views
      J
      @acebmxer Yeah, it does not show up as an available device in XOA or XCP-ng Center. Just listed when running lspci
    • T

      Continuous Replication Speed

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      6
      2
      0 Votes
      6 Posts
      182 Views
      poddingueP
      Nice detective work with iperf. I think that single-stream-versus-parallel result points at the link rather than XOA, and it matches what @Pilow saw (same CR speed on a much fatter 10 Gb path). On your multi-stream question: as far as I understand it, the transfer is a single stream per disk, which is exactly why a per-stream cap on your circuit hurts so much, though I'm honestly not certain of the internals. The one lever I'd try is NBD with multiple connections per VDI, which you can switch on under Advanced settings (https://docs.xen-orchestra.com/xo5/incremental_backups#nbd-enabled-backups); in principle, that opens several connections for the same disk, so it might get you past a single-stream limit, though I can't promise it beats your ISP's per-stream shaping. For a definitive answer on whether the data mover can parallelise per disk, it's probably one for @Team-XO-Backend. Either way, glad it's narrowed down to the link.
    • B

      XO-6 Cannot connect to server over Unifi SD-WAN, XO-5 works well

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      4
      0 Votes
      4 Posts
      69 Views
      olivierlambertO
      Maybe you can check for a bigger timeout on your UDM?
    • stormiS

      XCP-ng 8.3 updates announcements and testing

      Watching Ignoring Scheduled Pinned Locked Moved News
      563
      1 Votes
      563 Posts
      265k Views
      P
      @marcoi perhaps a restart toolstack would correct the phantom task ? but at the end of patching of the master a restart toolstack should have happened already, automatically...
    • B

      Adding new host to pool fails - Stunnel SSL certiticate verification failure

      Watching Ignoring Scheduled Pinned Locked Moved Solved XCP-ng
      16
      0 Votes
      16 Posts
      387 Views
      LucienLassalleL
      @Bryanvh No problem The issue you encountered wasn't very clear. Therefore, I've proposed a change to the XAPI to make the error more explicit (this will likely be implemented in future XAPI releases). So instead of SSL Certification failure the message will be: POOL_JOINING_MASTER_CERTIFICATE_NOT_IN_POOL_BUNDLE. Thank you very much for your patience and for bringing this issue to our attention. References: https://github.com/xapi-project/xen-api/pull/7112 LucienLassalle opened this pull request in xapi-project/xen-api closed xapi: Improve error reporting when pool join fails on TLS verification #7112