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

    Posts

    Recent Best Controversial
    • RE: Too many snapshots

      @julienXOvates PR is here https://github.com/vatesfr/xen-orchestra/pull/9868

      fbeauchamp opened this pull request in vatesfr/xen-orchestra

      open fix(xo-web): ignore the number of snapshot of replicated VM in the health dashboard #9868

      posted in Backup
      florentF
      florent
    • RE: Create a new SR: qcow2 failure

      also do you have a reverse proxy/ http proxy in front of xo ? it can block the bigger upload by default

      posted in Management
      florentF
      florent
    • RE: Create a new SR: qcow2 failure

      @nasheayahu qcow2 disk import has been merged recently ( https://github.com/vatesfr/xen-orchestra/pull/9817 ) , but there is a caveat

      the clusters in the disk must be in order to work . This is generally the case for a disk exported by any system, but not the case for a disk used in production that you want to import

      where does this disk comes from ? if you have access to your SR from the outside, you can also put the qcow2 file directly , by renaming it as a valid uuid ( I think uuidgen can do this ) and putting it directly in the SR/uuid repository

      fbeauchamp opened this pull request in vatesfr/xen-orchestra

      closed feat(xo-web/xo-server): import qcow2 disk from form #9817

      posted in Management
      florentF
      florent
    • RE: Too many snapshots

      @poddingue this is something that was hidden with the previous system ( same disk chains, but not shown as snapshot )

      @julienxovates are you ok to not check the vm tagged as replication from this chech ?

      posted in Backup
      florentF
      florent
    • RE: Slow Backups | XOA Performance Test – Upgrading from 2 vCPU to 4 vCPU / 8GB RAM

      the last rewrite of the stream processing ( spring 2025 ) focused on stability and memory footprint, and , on a standard cpu, it tops at around 300MB/s per backup job. Your benchmarks are very interesting, and they confirm most of it.

      this limit was not really an issue since, in most case the xapi was limiting around 100MB/s per disk , but it will be more a more visible limit

      Note that master have some fixes on the memory usage (not related to backups)

      That's why we have started an internal workforce focused on performance, with all the teams from the kernel to the backups, including storage, network and xapi.

      If I can brag a little :
      afd7b59b-a4f0-4a92-88ee-2c7ba52d18bf-image.jpeg

      i9 , nvme disk , backup to a nvme disk in passthrough, xoa and vm are on the same host, so it's quite far from real world data, but it shows where the limit is

      posted in Backup
      florentF
      florent
    • RE: V2V Migration | Mixed Volumes VHD and QCOW

      @tsukraw I am taking the ticket and will keep you informed as soon as possible

      posted in Migrate to XCP-ng
      florentF
      florent
    • RE: Xen Orchestra has stopped updating commits

      @ducatijosh did you do a yarn build ?

      posted in Xen Orchestra
      florentF
      florent
    • RE: "app.getLicenses is not a function" when I try to add a node to my pool

      @bvivi57 xo do check license if you have xostor installed, since it need some magic to work at a lot of steps ( like the rolling pool updates)

      this is the expected behavior with a manually installed xostor ( cc @julienxovates for information )

      posted in Management
      florentF
      florent
    • RE: XOA - Memory Usage

      @acebmxer not yet
      (a little under the water with the release patch, but we will do it )

      posted in Xen Orchestra
      florentF
      florent
    • RE: REST - Reversed query?

      @DustyArmstrong for now the rest api doesn't support server side sorting ( we don't have the memory budget to do this )

      it will be improved in the future

      posted in REST API
      florentF
      florent
    • RE: "app.getLicenses is not a function" when I try to add a node to my pool

      @bvivi57 said:

      getLicenses

      do you have xostor installed ?

      posted in Management
      florentF
      florent
    • RE: Backup Job Fails with "timeout while getting the remote" - but Remote is Reachable

      is it possible that your NFS need some specific options ( like nfs version ? )

      posted in Backup
      florentF
      florent
    • RE: XOA - Memory Usage

      @acebmxer said:

      @florent

      I didnt setup ssh on work XOA i just set the password but need to reboot it for it to work. The tunnel is still open if you dont mind doing it otherwise I will need to reboot xoa to get in myself.

      I can do it on monday

      posted in Xen Orchestra
      florentF
      florent
    • RE: XOA - Memory Usage

      @acebmxer
      If you are ok, you can do a heap memory export ( not that you will probably have to restart the xoa after to free the memory)

      If you can do it, and we will collect the memory file on monday ( or when you are ready) , and see if this is a new cause or the return of an old one

      posted in Xen Orchestra
      florentF
      florent
    • RE: Error while scanning disk

      @poddingue there is a cache system that keep the disk open a few minutes, we will rework it in the near future, it should improve the situation on these errors ( at the cost of being a little slower )

      posted in Backup
      florentF
      florent
    • RE: Xen Orchestra has stopped updating commits

      ping @julienxovates I think we can change thie behavior ( accepting a xo-server start even if a zombie process is still running)

      posted in Xen Orchestra
      florentF
      florent
    • RE: CR backup with retention > 4

      florent said:

      @McHenry yes

      your replicated VMmaye be a little slower, and removing these snapshot can lead to a big and slow coalesce, but these tradeoff can be worth it for replication

      we will try to clarify it for the 6.5 version ( end of may )

      ping @julienxovates

      posted in Backup
      florentF
      florent
    • RE: Xen Orchestra has stopped updating commits

      @ducatijosh my bet is that xo-server was still not completly stoppe,d thus was serving the old code . As strange as it seems, it you start a second xo-server, it won't fail, but only show a warningin the logs

      a full reboot really restart xo-server

      posted in Xen Orchestra
      florentF
      florent
    • RE: CR backup with retention > 4

      @McHenry yes

      your replicated VMmaye be a little slower, and removing these snapshot can lead to a big and slow coalesce, but these tradeoff can be worth it for replication

      we will try to clarify it for the 6.5 version ( end of may )

      posted in Backup
      florentF
      florent
    • RE: CR backup with retention > 4

      @McHenry said:

      oo many snapshots

      the warning limit is 3
      this make sense for a VM used for daily production, but we should maybe don't apply the same limit on replicated VM

      posted in Backup
      florentF
      florent