XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. julienXOvates
    julienXOvatesJ Offline
    • Profile
    • Following 0
    • Followers 1
    • Topics 0
    • Posts 28
    • Groups 3

    julienXOvates

    @julienXOvates

    Vates 🪐 XO Team
    16
    Reputation
    19
    Profile views
    28
    Posts
    1
    Followers
    0
    Following
    Joined
    Last Online

    julienXOvates Unfollow Follow
    Vates 🪐 XO Team Global Moderator

    Best posts made by julienXOvates

    • RE: Create a new SR: qcow2 failure

      Hi @nasheayahu,

      1/ are you running the latest XO from source ?
      2/ did you follow this to create the ZFS volume => https://docs.xcp-ng.org/storage/#zfs ?
      3/ did you try with "ext" type instead ? or your requirement is QCOW2 with ZFS ?

      The "import QCOW2" is currently not yet implemented, hence the API error (it should have been not permitted actually); it should be merged in the next XO release.

      posted in Management
      julienXOvatesJ
      julienXOvates
    • RE: Too many snapshots

      @henri9813 said:

      Hello,

      I see also this behavior which is "new" since few weeks.

      Previously, when a backup start:

      • it stake a snapshot ( if there another one before, it delete it ).
      • it upload the snapshot as a backup
      • it coalesce the backup on the remote.
      • end of the game.

      Now, the old snapshots are not deleted anymore which can lead easily to some disk full.

      Even with a retention of 1, the problem is present.

      I observe this only in Backup job, not DR/CR job.

      I just updated my XO to latest version, i will see if the issue is fixed.

      Hi @henri9813 ,
      Issue should be resolved in 6.5.x, can you confirm on your side ?
      Thanks!

      posted in Backup
      julienXOvatesJ
      julienXOvates
    • RE: Alternative to XCP-NG Plugin for Veeam Backup & Replication Public BETA

      Hi,
      We are currently working on a tool to better industrialize VM import from VMware into the VMS stack, based on N8N (https://n8n.io). Stay tuned !!!

      posted in Backup
      julienXOvatesJ
      julienXOvates
    • RE: Questions About ESXi to XCP-ng Migration Methods (VDDK vs Non-VDDK)

      Hi @mdm,

      Here is the response from a SME 🙂
      1-

      • XO get the VM metadata through soap api and create the vm /network
      • XO use the nbdkit + nbdkit-vddk package , connecting to each disk
      • XO connect through NBD to nbdkit
      • XO list the allocated blocks
      • XO create the disk
      • XO read the block and import the data into the disk (though a vhd or qcow2 stream depending on the size)

      2- though XO. There is a lot of disk transform occuring here

      3- not anymore, it was too brittle, especially on when the disk are locked or not. Also it was not scaling too well
      4- see 3- +
      vddk transfer is overwhelmly faster that previous access through http, is compatible with VSAN and don't lock the disks.

      (+ also see https://xen-orchestra.com/blog/xen-orchestra-5-110/ section "VMware to Vates (V2V)" where we made key improvements)

      posted in Migrate to XCP-ng
      julienXOvatesJ
      julienXOvates
    • RE: Second (and final) Release Candidate for QCOW2 image format support

      @abudef we'll add it in the near-term (June hopefully) as QCOW2 support is a major update in the VMS stack !

      posted in News
      julienXOvatesJ
      julienXOvates
    • RE: 🛰️ XO 6: dedicated thread for all your feedback!

      @acebmxer said:

      Just updated to latest commit - 93909

      Glade to see more progress on v6.

      Screenshot 2026-06-22 133021.png

      Yes, that's one of the next big pieces we're going to add to XO6 UI !

      posted in Xen Orchestra
      julienXOvatesJ
      julienXOvates
    • RE: 🛰️ XO 6: dedicated thread for all your feedback!

      @ph7 said:

      Xen Orchestra, commit 71fa8
      With a snapshot attached to a VM, it is reported to use 0% of 100GB
      7fecc14f-bea7-4acb-b5eb-9e2f3c0ac8e6-image.png

      And if I remove the snaphot
      e25ffd4b-796a-47a5-ae21-c2252d2ffc96-image.png

      And that seems to be more accurate

      Hi @ph7,
      The VDI storage used space with snapshots has been fixed in XO 6.5 !

      posted in Xen Orchestra
      julienXOvatesJ
      julienXOvates
    • RE: 🛰️ XO 6: dedicated thread for all your feedback!

      @escape222 said:

      Slow booting on Debian 13 VM created from a template

      I recently tried cloning a VM from a template (created from a full install of Debian 13). What was noticed was that the system takes forever to boot when the VM is created from XO-6. The issue does not happen in XO-5. The VM seems to hang at the TianoCore boot screen Hang.png.

      What I noticed is that when the VM is cloned with XO-6 the boot order somehow changes to Network boot as the first option

      BootOrder.png

      This does not happen (change of boot order) if the VM is cloned from XO-5 and there is no boot delay. The boot process seems to wait for more than 2 minutes before it fails network boot and then proceeds normally to boot from the Hard drive
      Hang2.png

      Thanks

      Hi @escape222,
      For info boot order issue has been resolved in XO 6.5 !

      posted in Xen Orchestra
      julienXOvatesJ
      julienXOvates
    • RE: 🛰️ XO 6: dedicated thread for all your feedback!

      @jr-m4 Thank you for this feedback. We'll try to make it better based on this !

      posted in Xen Orchestra
      julienXOvatesJ
      julienXOvates

    Latest posts made by julienXOvates

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

      @Greg_E well, UI is not ready yet (while REST API is), above screen is just the base !

      posted in Xen Orchestra
      julienXOvatesJ
      julienXOvates
    • RE: 🛰️ XO 6: dedicated thread for all your feedback!

      @acebmxer said:

      Just updated to latest commit - 93909

      Glade to see more progress on v6.

      Screenshot 2026-06-22 133021.png

      Yes, that's one of the next big pieces we're going to add to XO6 UI !

      posted in Xen Orchestra
      julienXOvatesJ
      julienXOvates
    • RE: XO Lite - network management "coming soon"

      We prioritized Network creation in Xen Orchestra as they are mostly Pool-level objects (supposedly with multiple hosts), but we will rework on XO-Lite soon, so you could perform all basic actions as well from XO-Lite.

      posted in XO Lite
      julienXOvatesJ
      julienXOvates
    • RE: 🛰️ XO 6: dedicated thread for all your feedback!

      @Hex said:

      4f23a269-6c1c-4563-ac54-080cd3faa4b7-image.jpeg
      f1630b43-4a94-49dd-b962-9b709f4bb2da-image.jpeg

      Here is a small usability suggestion. In the Resources dashboard, in Pool view and Host view, positions of CPU and RAM are swapped. I occasionally get a brain freeze when switching between Host and Pool dashboard.

      Right, thanks! We'll change this !

      posted in Xen Orchestra
      julienXOvatesJ
      julienXOvates
    • RE: Tag-Based Automation Plugin: Tag-Based VM Performance & Permission Management via assigned tag(s)

      @johnnezero
      To add one more info on top of Mathieu's post : ACL (XO5 only) and RBAC (in REST API + XO6 soon) are completely separate, so better use RBAC as it gives much more flexibility !
      Interesting plugin by the way !!! 👏

      posted in Management
      julienXOvatesJ
      julienXOvates
    • RE: 🛰️ XO 6: dedicated thread for all your feedback!

      @ph7 Thanks for those details, very helpful. We'll have a look.

      posted in Xen Orchestra
      julienXOvatesJ
      julienXOvates
    • RE: 🛰️ XO 6: dedicated thread for all your feedback!

      OK, we'll have another look at it, sorry for this !

      posted in Xen Orchestra
      julienXOvatesJ
      julienXOvates
    • RE: 🛰️ XO 6: dedicated thread for all your feedback!

      @ph7 said:

      Xen Orchestra, commit 71fa8
      With a snapshot attached to a VM, it is reported to use 0% of 100GB
      7fecc14f-bea7-4acb-b5eb-9e2f3c0ac8e6-image.png

      And if I remove the snaphot
      e25ffd4b-796a-47a5-ae21-c2252d2ffc96-image.png

      And that seems to be more accurate

      Hi @ph7,
      The VDI storage used space with snapshots has been fixed in XO 6.5 !

      posted in Xen Orchestra
      julienXOvatesJ
      julienXOvates
    • RE: 🛰️ XO 6: dedicated thread for all your feedback!

      @escape222 said:

      Slow booting on Debian 13 VM created from a template

      I recently tried cloning a VM from a template (created from a full install of Debian 13). What was noticed was that the system takes forever to boot when the VM is created from XO-6. The issue does not happen in XO-5. The VM seems to hang at the TianoCore boot screen Hang.png.

      What I noticed is that when the VM is cloned with XO-6 the boot order somehow changes to Network boot as the first option

      BootOrder.png

      This does not happen (change of boot order) if the VM is cloned from XO-5 and there is no boot delay. The boot process seems to wait for more than 2 minutes before it fails network boot and then proceeds normally to boot from the Hard drive
      Hang2.png

      Thanks

      Hi @escape222,
      For info boot order issue has been resolved in XO 6.5 !

      posted in Xen Orchestra
      julienXOvatesJ
      julienXOvates
    • RE: Too many snapshots

      @henri9813 said:

      Hello,

      I see also this behavior which is "new" since few weeks.

      Previously, when a backup start:

      • it stake a snapshot ( if there another one before, it delete it ).
      • it upload the snapshot as a backup
      • it coalesce the backup on the remote.
      • end of the game.

      Now, the old snapshots are not deleted anymore which can lead easily to some disk full.

      Even with a retention of 1, the problem is present.

      I observe this only in Backup job, not DR/CR job.

      I just updated my XO to latest version, i will see if the issue is fixed.

      Hi @henri9813 ,
      Issue should be resolved in 6.5.x, can you confirm on your side ?
      Thanks!

      posted in Backup
      julienXOvatesJ
      julienXOvates