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

    florent

    @florent

    Vates 🪐 XO Team
    151
    Reputation
    126
    Profile views
    473
    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: 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: Our future backup code: test it!

      flakpyro today the backup code use binary stream in a the vhd format. This format is limited, by design , to 2TB disks
      xcp-ng team introduce the qcow2 format to handle bigger disk
      By using a independant format, we'll be able to handle both vhd and qcow2 on the backup side without multiplying complexity. We'll also be able to build the adapter to handle the various vmdk sub format (rax, cowd, sesparse and stream optimized) used by v2v and import bigger disks directly

      posted in Backup
      florentF
      florent
    • RE: Externalised backup LTO

      @b-dietrich said in Externalised backup LTO:

      Hi everyone,

      I would like to know if it's possible to externalised backup on library tape with XOA ?

      Is it in the roadmap for 2024 ?

      I will let olivierlambert on the backlog point. It is still planned, but there is a lot of ground work before :

      • since tape can't be easily seek , so you'll have to write the backup at once no turning back to update a previously written block/metadata
      • you'll have to build a catalog of tape<->backup to know which tape you'll have to use to restore, or rewrite. This is a huge change since XO don't use any database , the backup repositories are self contained : you can mount a backup repository to a new XO, and the backup will be listed . With tapes, you'll have to keep (and backup) the backup catalog. Yep , we'll need to backup the backups and ensure it's recoverable

      That being said, the mirror backup feature as been built to pave the way to tape backup

      For now the easiest way to do tape backup is to use full backup to a backup repository only used for this, and to mirror it to tapes. At our scale, priorities can also change if there is a big enough sponsor, that is ready to take a part of the financial load of this feature and gives us access to real world hardware and processes.

      posted in Backup
      florentF
      florent
    • RE: xo:no-bak backup exclusion?

      CJ yes we have to fix the preview panel

      posted in Backup
      florentF
      florent
    • RE: VMware migration tool: we need your feedback!

      the test with dumarjo showed that there is still a bug during the import. I am still investigating it and will keep you informed, hopefully today or tomorrow

      posted in Migrate to XCP-ng
      florentF
      florent
    • RE: VMware migration tool: we need your feedback!

      ismo-conguairta said in VMware migration tool: we need your feedback!:

      I have two different behaviour on two different XO instances. Each XO instance refers to a different pool (different hosts, same xcp-ng version). In both the instances I try to connect to the same Private Virtual Datacenter based on VMware/vSphere at OVH.

      In the first one I get the following error message by using the web UI: "invalid parameters" (take a look at this logfile 2023-02-28T19_25_21.933Z - XO.txt )

      In the second one, I get the following error message by using the web UI "404 Not Found https://<vsphere-ip>/folder/<vm-name>/<vm-name>.vmx?dsName=<datastore-name>"

      By using the xo-cli I get the "404 Not Found" on both the instances.

      Regarding the "404 Not Found", I want to point out that at OVH I have a VMware datacenter (with 2 hosts) and in order to access to the storage I need to specify the parameter dcPath=<datacenter-name>

      So the right URL should be https://<vsphere-ip>/folder/<vm-name>/<vm-name>.vmx?dcPath=<datacenter-name>&dsName=<datastore-name>

      Simply adding (in a static way) the dcPath specification on line :54 of esxi.mjs file makes it work.

      I thought it was constant. I will look into the api to get it, and if not possible expose it in the UI

      Seclusion : noted I will look into theis error message, this one is a first for me

      posted in Migrate to XCP-ng
      florentF
      florent
    • RE: VMware migration tool: we need your feedback!

      brezlord mac address and uefi should works now

      posted in Migrate to XCP-ng
      florentF
      florent
    • RE: Xen-Orchestra Terraform provider and Windows

      rochemike patch done this morning

      posted in Infrastructure as Code
      florentF
      florent

    Latest posts made by florent

    • RE: Import from ESXi 6 error

      olivierlambert nice catch
      It's following a dependencies update, removing an old one ( node-fetch ) . The fix should be merged this morning ( with the ability to resume an import ) https://github.com/vatesfr/xen-orchestra/pull/8440

      fbeauchamp opened this pull request in vatesfr/xen-orchestra

      closed feat(v2v): resume an incomplete import #8440

      posted in Migrate to XCP-ng
      florentF
      florent
    • RE: Our future backup code: test it!

      so that is probably only a off by one error in the task code
      Thanks andrew

      posted in Backup
      florentF
      florent
    • RE: Our future backup code: test it!

      Andrew nice catch andrew I will look into it
      is it keeping disk attached to dom0 ? (in dashboard -> health )

      posted in Backup
      florentF
      florent
    • RE: Export backup reports

      McHenry xo-cli backupNg.getLogs --json limit='json:500' should work ( the command line parameter are considered as string )

      posted in Backup
      florentF
      florent
    • RE: Feedback on immutability

      vkeven we don't have ( for now) the feature to create bucket directly from XO. Also I think it is more secure if XO don't know at all the credits of the bucket admin

      posted in Backup
      florentF
      florent
    • RE: VMware migration tool: we need your feedback!

      katapaltes hi, I do think we didnt handle this case.
      To be fair, the sheer breadth of the capabilities of vmware is always impressive

      Would you be able to show us the VM metadata (especially the .vmx and .vmsd ) to see how we can detect them ? We'll probably won't be able to read this snapshot data for now, so we'll have to at least document a reliable process

      On the fast clone side : did you try the checkbox on the bottom (fast clone) ? It should be pretty fast since no data are copied.
      On the native snapshot side : I now it's on our roadmap, bu can't give you ETA

      posted in Migrate to XCP-ng
      florentF
      florent
    • RE: delta backup: two full backups all the time - we don't know why :(

      vmpr there is a high chance that we improve the scheduler , so maybe be able to plan more precisely when the full occurs, but we will always keep one full backup as the beginning of the chain

      You can mitigate the risk on infinite schedule by using health check : restoring the backup automatically after the job, this ensure that , at the time of backup, the files are correct, and that if an issue occurs in the backup you can start a new chain, thus detecting a backup storage issue before needed it after having a production issue

      posted in Backup
      florentF
      florent
    • RE: Our future backup code: test it!

      Tristis Oris thanks , I missed a file
      I pushed it just now

      posted in Backup
      florentF
      florent
    • RE: Our future backup code: test it!

      Tristis Oris that is already a good news.

      I pushed an additional fix : the NBD info was not shown on the UI
      79c6d837-2b12-4b66-b66d-59f887c088a5-image.png

      posted in Backup
      florentF
      florent
    • RE: Our future backup code: test it!

      Tristis Oris no it's on our end

      Could you retry nbd + target a block based directory ?
      ON my test setup, with the latest changes I get better speed than master ( 190MB/s per disk vs 130-170 depending on the run and settings on master)

      I got quite a huge variation between the same runs (40MB/s)

      posted in Backup
      florentF
      florent