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

    florent

    @florent

    Vates 🪐 XO Team
    205
    Reputation
    143
    Profile views
    592
    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: 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 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
    • RE: XO Community edition backups dont work as of build 6b263

      @RobWhalley saved the day
      We are still working on it to better understand why it fixes and improve the situation

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

      @RobWhalley nice work, I am testing it right now

      posted in Backup
      florentF
      florent
    • RE: gui issue in latest builds in backup setting

      @olivierlambert Nice catch
      CBT will only be enabled when using purge data , I will fix the first one

      (this is because CBT does not improve things without purge snaphot data , but has some edge case , so at least we won't enable it for nothing )

      posted in Backup
      florentF
      florent
    • RE: Continuous replication problem with multiple SR

      @olivierlambert @Gheppy that is a nice catch and it gives us a interesting clue

      I am currently working on it

      posted in Backup
      florentF
      florent

    Latest posts made by florent

    • RE: Long backup times via NFS to Data Domain from Xen Orchestra

      @MajorP93 this settings exists (not in the ui )

      you can create a configuration file named /etc/xo-server/config.diskConcurrency.toml if you use a xoa

      containing

      [backups]
      diskPerVmConcurrency = 2
      
      
      posted in Backup
      florentF
      florent
    • RE: Long backup times via NFS to Data Domain from Xen Orchestra

      @MajorP93
      interesting, Note that this is orthogonal to NBD.
      I note that there is probably more work to do to improve the performance and will retest VM with a lot of disk
      Performance is really depending on the underlying storage.
      compression and encryption can't be done in "legacy mode" , since we won't be able to merge block in place in this case.

      posted in Backup
      florentF
      florent
    • RE: VMware vm migration with XOA and XOProxy

      @acebmxer is 10.120.20.119 your xo- proxy ?

      I misread your question, you want to exclude the xoa from the process, not the proxy. Today the disk conversion can only be done directly by the xoa.
      The data flow is always {vpshere/esxi} => xoa => xcp-ng , with a proxy that can be between xoa and xcp-ng

      The only way to handle this without goiing through delilah would be to deploy a second xoa/xoce directly in tilton pool . You can have multiple xoa connected to the same pool.

      posted in Migrate to XCP-ng
      florentF
      florent
    • RE: Long backup times via NFS to Data Domain from Xen Orchestra

      interesting

      can you try to do a perfomance test while using block storage ?
      81709355-5c09-4581-a424-9245a367bbdb-image.png

      This will store backup are multiple small ( typically 1MB ) files , that are easy to deduplicated, and the merge process will be moving / deleting files instead of modifying one big monolithic file per disk. It could sidestep the hydratation process.
      This is the mode by default on S3 / azure, and will probably be the mode by default everywhere in the future, given its advantages

      (Note for later : don't use XO encryption at rest if you need dedup, since even the same block encrypted twice will give different results)

      posted in Backup
      florentF
      florent
    • RE: VM exports sometimes invalid / truncated

      @olivierlambert the tar stream is passed as is
      is there any warning in the relevant backup job log ?

      posted in Xen Orchestra
      florentF
      florent
    • RE: VMware vm migration with XOA and XOProxy

      @acebmxer is the proxy used as a http proxy forone of the involved pool ?
      can you show a screenshot of your "server" screen ?

      posted in Migrate to XCP-ng
      florentF
      florent
    • RE: Backups routinely get stuck on the health check

      @Austin.Payne a health check will download the full backup from your remote to the storage repository
      what is the size of the VM ?

      posted in Backup
      florentF
      florent
    • RE: Adding Encryption To A Remote After The Fact

      @planedrop you can't change the remote encryption if the remote is not empty

      in the future we intend to be able to use rolling encryption ( that is encrypting the new block/file with the new key ) to permit an easier upgrade and key rotation

      posted in Backup
      florentF
      florent
    • RE: "Backup fell back to a full" on delta backups

      @MBNext is it possible to post the full json (you can download it on the top of the windows that shows the backup progress )

      posted in Backup
      florentF
      florent
    • RE: [VDDK V2V] Migration of VM that had more than 1 snapshot creates multiple VHDs

      @MajorP93 the size are different between the disks, did you modify it since the snapshots ?

      would it be possible to take one new snapshot with the same disk structure ?

      posted in Xen Orchestra
      florentF
      florent