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

    florent

    @florent

    Vates 🪐 XO Team
    257
    Reputation
    164
    Profile views
    690
    Posts
    2
    Followers
    0
    Following
    Joined
    Last Online
    Email florent.beauchamp@vates.fr

    florent Unfollow Follow
    Vates 🪐 XO Team

    Best posts made by florent

    • RE: backup mail report says INTERRUPTED but it's not ?

      On tomorrow 's release we will:

      • reduce the polling for the patches list
      • add more debug to know exactly what request go through the xo6 api (rest api)

      following this we will add core xo metrics to the openmetrics ( prometheus) export to allow users and support to dig through real world data when needed

      posted in Backup
      florentF
      florent
    • RE: Mirror backup: Progress status and ETA

      @Forza

      Cancelling a backup run is also on our roadmap ,as soon as we have done reworking the tasks to use xo-task on the full chain, and not an hybrid of various iteration of the tasks objects

      better tracking of the backup run is also on our roadmap , this is also linked to the task changes plus are some issues with the size on the remote before being able to do this

      In any case, both are on our backlog

      posted in Backup
      florentF
      florent
    • RE: Veeam backup with XCP NG

      @Pilow said in Veeam backup with XCP NG:

      @olivierlambert I get you.

      Same in veeam and synthetic fulls, it's only between the server/proxy and the repository.
      but we get a progressing percentage while the job sits while doing the synthetic full.

      would be cool to "see" the progress of merging.
      why ? bad habits from previous technologies used I guess.

      Giving better observability is something we are working actively on , this is tightly coupled with being able to stop a task, and I hope we will be able to show the progress soon

      posted in Backup
      florentF
      florent
    • RE: Question on Mirror backups

      @manilx yes, that's it

      we should change the "full backup interval" to "base/complete backup interval", to clarify what is a full . And we will do it.

      posted in Backup
      florentF
      florent
    • RE: Cannot Import VMDK Through Import > Disk (migrating from ESXi, all methods not working)

      we are reworking the import code , along the new backup code ( https://xcp-ng.org/forum/topic/10664/our-future-backup-code-test-it ) to unify the differetn disk transformation path

      For now:

      • V2V handles flat, cowd, sesparse, stream optimized vmdk in the format "metadata.vmdk and a data file ) and ova ( for VSAN)
      • disk import support monolithic vmdk ( cowd, sesparse, streamoptimized )
      • ova improt support only stream ova with streamoptimzed vmdk inside
      posted in Xen Orchestra
      florentF
      florent
    • RE: Backblaze B2 as a backup remote

      @andrewreid Yes, I can't wait to share it with everybody.

      posted in Xen Orchestra
      florentF
      florent
    • RE: Continuous Replication isnt deleting old Replikas anymore since Update

      @AlexD2006 thanks for signaling this, we just merged a fix, that fix it on our labs
      can you test it on your side ?
      https://github.com/vatesfr/xen-orchestra/pull/9202

      fbeauchamp opened this pull request in vatesfr/xen-orchestra

      closed fix(backups): getOldEntries must accept entries without id or timestamp #9202

      posted in Backup
      florentF
      florent
    • RE: Continuous Replication isnt deleting old Replikas anymore since Update

      @AlexD2006 this looks like the right issue, we will look into it immediately ( yesterday was a public holiday in France)

      posted in Backup
      florentF
      florent
    • RE: Continuous Replication jobs creates full backups every time since 2025-09-06 (xo from source)

      @Andrew then again, with such a precise report, the fix is easier

      the fix should join master soon

      posted in Backup
      florentF
      florent
    • RE: XO Community edition backups dont work as of build 6b263

      found it , there was not one, but 2 bugs
      albeit small they were putting the xo backup in a incorrect state
      the fix is here, and will be merged as soon as possible and then released as a patch for xoa users
      https://github.com/vatesfr/xen-orchestra/pull/8780

      really thank you everyone for the information

      fbeauchamp opened this pull request in vatesfr/xen-orchestra

      closed fix(xapi): respect the config file setting for preferNbd #8780

      posted in Backup
      florentF
      florent

    Latest posts made by florent

    • RE: Delta Backup not deleting old snapshots

      Let me create a card do check this hypothesis ( and do a the fix @andrew )

      posted in Backup
      florentF
      florent
    • RE: VDI not showing in XO 5 from Source.

      @andrewperry hi this is an identified issue on xapi / storage side
      this commit is making it visible .

      Pinging @anthoineb here for more info

      posted in Management
      florentF
      florent
    • RE: Delta Backup not deleting old snapshots

      @Pa3docypris the other snapshots are correctly deleted ?
      are these VM on a specific storage ?

      Do you have anythin in the xo-server logs ( like in journalctl ) VDI_IN_USE ?

      can you post the full job JSON ( on the top of the backup log there is a download button ) ? eventually by direct chat to me if you prefer to keep it private

      posted in Backup
      florentF
      florent
    • RE: backup mail report says INTERRUPTED but it's not ?

      On tomorrow 's release we will:

      • reduce the polling for the patches list
      • add more debug to know exactly what request go through the xo6 api (rest api)

      following this we will add core xo metrics to the openmetrics ( prometheus) export to allow users and support to dig through real world data when needed

      posted in Backup
      florentF
      florent
    • RE: Import from VMware err: name: AssertionError: Expected "actual" to be strictly unequal to: undefined

      @benapetr said in Import from VMware err: name: AssertionError: Expected "actual" to be strictly unequal to: undefined:

      Hello, since this never had a clear resolution, here is explanation of the bug and why it happens:

      There is a bug in disk iteration in that XO vmware plugin (somewhere in that esxi.mjs I don't remember exact location) - it basically expects that all disks of VM exist in same datastore and if they don't it crashes as the next disk in unexpectedly missing (undefined)

      Workaround is rather simple - select the VM in vmware, migrate -> storage, disable DRS (important) and then select any DS that no disks current exist on. If you select and DS that is already used by same VM it will sometimes not get fixed! It also may happen even if VM is "apparently" looking like it's on single DS, even if it reports as such, still try to migrate it to another DS, and disable DRS so that really all files, even meta files are in same directory.

      Then run XO import again, it will magically work.

      thanks you for the input
      we were under the assumption that all the disk of a VM are in the same datastore
      the fix should be too hard now that you did the hard work

      edit: card created in our backlog, I will take a look after the release to see how hard it is to implement

      posted in Migrate to XCP-ng
      florentF
      florent
    • RE: S3 Timeout

      @frank-s said in S3 Timeout:

      Apologies if this question has already been asked.
      I have a site which is performing mirror backups to minio s3. Generally this is fine, but unfortunately the HITRON router for Virgin Media Business has a habit of hanging from time to time. The router has been changed to no avail. Apparently this is a common problem. So here is the question. If the router hangs while the s3 backup is active, how long have I got to power cycle the HITRON before the s3 connection times out?
      Also is there a config file somewhere that can be used to change the timeout?
      Thanks.

      the timeout for a S3 connection is 10 minutes per default, but it should fail faster if the link is down.
      For now the only way to force stop a backup job is to restart the xo(a)

      this timeout is not configurable

      posted in Backup
      florentF
      florent
    • RE: backup mail report says INTERRUPTED but it's not ?

      thanks guy, I will connect in a few hours, and we will investigate tomorrow all day with @mathieura

      posted in Backup
      florentF
      florent
    • RE: backup mail report says INTERRUPTED but it's not ?

      @flakpyro yes, with pleasure
      do you also use the rest api / xo6 ?
      do you use proxies ?

      posted in Backup
      florentF
      florent
    • RE: backup mail report says INTERRUPTED but it's not ?

      @Pilow I think I remember that you have a xoa ? would it be ok to open a support tunnel a give me the number by the chat ( or by a support ticket ) ?

      are you querying on of the dashboard or only the individual CRUD api ? rest api or xo cli ?

      We could add some debug

      posted in Backup
      florentF
      florent
    • RE: backup mail report says INTERRUPTED but it's not ?

      @Pilow said in backup mail report says INTERRUPTED but it's not ?:

      @florent not really, it is activated and I tried to fiddle a bit with it, why ?

      the smaller the changes, the more we can focus on the right component(s). And december release was quite massive ( a good consequence of the team growing)
      can you disable it to be sure ?

      again, thank you for your help here

      posted in Backup
      florentF
      florent