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 543
    • Groups 2

    Posts

    Recent Best Controversial
    • RE: Problem: Encrypted Remotes

      @cairoti you should be able to add it as a remote ( not as a storage repository on xcp-ng)

      posted in Backup
      florentF
      florent
    • RE: Problem: Encrypted Remotes

      @cairoti you know you can backup directly to S3, it will be more efficient that way ( we rework S3 code 3 years ago , because of limitation of S3)

      posted in Backup
      florentF
      florent
    • RE: Problem: Encrypted Remotes

      andrew is right
      (nice storage size)

      posted in Backup
      florentF
      florent
    • RE: Problem: Encrypted Remotes

      you should type a 32 char hexadecimal key ( 0 to 9 A to F )

      Note that if you lose this key, all your backup will be lost, and this can only be changed when the remote is empty

      posted in Backup
      florentF
      florent
    • RE: mirror backup to S3

      @robyt your doiing incremental backup with 2 step : complete backup ( full/key disks) and delta (differencing/incremental) Both of theses are transfered through an incremental mirror

      on the other hand if you do Backup , it build one xva file per VM containing all the VM data at each backup. These are transfered through a Full backup mirror

      we are working on clarifying the vocabulary

      posted in Backup
      florentF
      florent
    • RE: What is the status/roadmap of V2V (Migrating from VMware to XCPng/XO) ?

      @afk said in What is the status/roadmap of V2V (Migrating from VMware to XCPng/XO) ?:

      Great news ! Thanks @olivierlambert and @florent and let me know if you need some information on the vmware side.

      yes we are prototyping with vddk , it should open some interesting possibilities. stay tuned, hopefully by the end of the summer (I am saying it again : for a prototype)

      as a shameless plug, we are looking for users with VSAN to ensure we don't break thing for it

      posted in Migrate to XCP-ng
      florentF
      florent
    • RE: How do I diagnose a missing VDI error with Mirror backups

      @CodeMercenary Looking for in detail would need a support tunnel
      it's probably a vdi that has been deeemed incorrect by the cleanup script. The easiest way to fix it in mirror backup is to delete the most recent backups of this VM on the target , they will be re transferred from the source.

      If your retention is the same, you can even ourge all the backups of this VM on the target and restart the mirror backup

      the mix shouldn't be an issue in itself

      posted in Backup
      florentF
      florent
    • RE: mirror backup to S3

      @robyt are you using full backus ( called "backup" ) on the source ?
      because incremental mirror will transfer all the backups generated by a "delta backup" whereas it's the first transfer or the following delta

      (our terminology can be confusing for now)

      posted in Backup
      florentF
      florent
    • RE: Disk import failed

      is there a reverse proxy before the xoa ?

      posted in Xen Orchestra
      florentF
      florent
    • RE: REST API create_vm returns task URL that doesn't exist?

      @DevFlint the https://XOA_URL/rest/v0/tasks endpoint exists, but it's not yet documented through swagger

      you should be able to add ?sync=true to the url to get the immediate result, but it can fail with a timeout if the creation takes too much time ( for example : migrating a big template )

      posted in REST API
      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: Failed vm restore

      @frank-s yes please
      the more detailed the bug report is, the easier it is to fix

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

      @Gheppy and nothing in the journalctl log ?

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

      you're right, preferNbd default value is not the same on the front and the back, we'll fix it

      Most of the backup issue are solved by either removing the snapshot, or having it fa enough so thaht the next backup will be a base one, with all the data

      I am still not reproducing the nackup stuck issue after this commit https://github.com/vatesfr/xen-orchestra/commit/3c8efb4dc3e1cb3955521063047227849cfb6ed3

      0 fbeauchamp committed to vatesfr/xen-orchestra
      fix(backups): non NBD backups stalls (#8766)
      posted in Backup
      florentF
      florent
    • RE: Continuous replication problem with multiple SR

      @Gheppy if this is what I think it should have been fixed by https://github.com/vatesfr/xen-orchestra/commit/3c8efb4dc3e1cb3955521063047227849cfb6ed3

      0 fbeauchamp committed to vatesfr/xen-orchestra
      fix(backups): non NBD backups stalls (#8766)
      posted in Backup
      florentF
      florent
    • RE: Failed vm restore

      @frank-s it looks like you need to select a base SR , even if you choose to assign different SR for each vdi ( or do not restore some vdi)

      this looks like a UI bug

      posted in Backup
      florentF
      florent
    • RE: mirror backup to S3

      @robyt 2 is generally a sweet spot

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

      @Gheppy is there anything in the xo ? like an error on "readblock" ?

      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