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

    Bastien Nollet

    @Bastien Nollet

    Vates 🪐 XO Team
    44
    Reputation
    15
    Profile views
    51
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Bastien Nollet Unfollow Follow
    Vates 🪐 XO Team

    Best posts made by Bastien Nollet

    • RE: There are any commands that allow me to verify the integrity of the backup files?

      Hi @cbaguzman,

      Currently there's no way of performing the vhd-cli check command on an encrypted remote, but this is also annoying for us and it shouldn't be too hard to fix, so I'll fix it.

      posted in Backup
      Bastien NolletB
      Bastien Nollet
    • RE: Performance-Plugin is showing the wrong SR on resolution

      Hi @KPS,

      Thank you for reporting this behavior. We haven't been able to reproduce the bug yet, but we'll look into it with @MathieuRA. We're a bit busy at the moment, so we probably won't be able to fix this issue before the November release.

      posted in Advanced features
      Bastien NolletB
      Bastien Nollet
    • RE: XOA 5.107.2 Backup Failure via SMB and S3 (Backblaze)

      The fix comes from @florent so all the kudos are for him 🙂

      posted in Backup
      Bastien NolletB
      Bastien Nollet
    • RE: Question about Critical thresholds in Load-balancer plugin

      @jshiells this value is the average load across all cores on a host. To be more precise, it is a weighted average of the last 30min of this value. Migrations are triggered if this average exceeds 85% of the critical threshold defined in the plugin configuration, which is roughly 64% if you defined the critical threshold at 75%.

      Other circumstances can trigger migrations :

      • if a host free memory is too close to critical threshold
      • anti-affinity rules
      • if you defined a performance plan behavior other than default (i.e. Preventive or vCPU balancing), migrations can be triggered even when at low memory and CPU usage
      posted in Advanced features
      Bastien NolletB
      Bastien Nollet
    • RE: no LTR possibility in MIRROR COPY JOB, no SMART copy either

      Hi @Pilow,

      We plan to make LTR available also for mirror backups and metadata backups in the future, but we didn't have the time to do it yet.

      Smart mode on mirror incremental backups would be a bit tricky to do, as it would require us to handle incomplete chains of backups, for cases when a tag is removed from a VM and then added back. We might still implement it in the future, though.

      About the bug you noticed about VMs showing in backup log despite being excluded, I think it was intentional at some point, but now it would make sense to remove it. Thanks for the feedback, we'll change this.

      posted in Backup
      Bastien NolletB
      Bastien Nollet
    • RE: LTR cosmetics in UI

      Hi @Pilow,

      This is a great idea, we'll plan it so it gets implemented in the future.

      posted in Backup
      Bastien NolletB
      Bastien Nollet
    • RE: Full backup - new long-retention options

      A fix has been merged on master, now the LTR should properly pick the first backup of each day, week, month and year instead of the last one: https://github.com/vatesfr/xen-orchestra/pull/9180

      fbeauchamp opened this pull request in vatesfr/xen-orchestra

      closed fix(backups): long term retention taking the most recent values #9180

      posted in Backup
      Bastien NolletB
      Bastien Nollet
    • RE: Full backup - new long-retention options

      @Forza

      We plan to make it configurable during the upcoming months.

      posted in Backup
      Bastien NolletB
      Bastien Nollet
    • RE: Full backup - new long-retention options

      @Forza said in Full backup - new long-retention options:

      Thanks for the quick feedback. Does it mean that the schedule's own retention is also honored separately in addition to the LTR?

      Yes, a backup is kept if it matches one of the retention criteria, either the schedule's retention or the LTR. (the backup is not duplicated, we just check for both criteria to know if we should keep the backup or not)

      posted in Backup
      Bastien NolletB
      Bastien Nollet
    • RE: XOA 5.107.2 Backup Failure via SMB and S3 (Backblaze)

      The fix has been released in XO 5.110

      posted in Backup
      Bastien NolletB
      Bastien Nollet

    Latest posts made by Bastien Nollet

    • RE: delta backups with offline snapshot: VMs do not start after snapshot, they start after transfer is done.

      Hi @k11maris,

      I think the situation you showed in your screenshot where both options are selected but are both greyed out should not happen.

      We will try to reproduce it on our side and fix it.

      posted in Backup
      Bastien NolletB
      Bastien Nollet
    • RE: There are any commands that allow me to verify the integrity of the backup files?

      Hi @cbaguzman,

      We just merged a PR that should allow you to use vhd-cli check on encrypted remotes: https://github.com/vatesfr/xen-orchestra/pull/9235

      Please note that, as stated in the PR description, this PR changes the parameters you need to give to several vhd-cli commands, including the parameters of vhd-cli check. You can use vhd-cli check --help for details.

      Here's an example of a command I ran on an encrypted remote:

      vhd-cli check --chain 'file:///localRemoteEncryptedTEST?useVhdDirectory=true&encryptionKey=%2219876543210987654321098765432109%22' 'xo-vm-backups/695550e5-16e4-4728-6669-ac39e79f19e2/vdis/2656e4f4-efbc-47a6-95aa-0ba88632e545/7a1b144e-1ec8-44e8-9f5e-2d39119a228d/20251125T095729Z.alias.vhd'
      
      b-Nollet opened this pull request in vatesfr/xen-orchestra

      closed feat(vhd-cli): accept all types of remotes #9235

      posted in Backup
      Bastien NolletB
      Bastien Nollet
    • RE: delta backups with offline snapshot: VMs do not start after snapshot, they start after transfer is done.

      Hi @k11maris,

      You can either specify the snapshot mode or check the "Offline backup" option.

      It's a bit counter-intuitive, but to uncheck it, you can set "Snapshot mode" to "Normal", and you should be able to modify it. (then you can put back the snapshot mode to offline)

      posted in Backup
      Bastien NolletB
      Bastien Nollet
    • RE: There are any commands that allow me to verify the integrity of the backup files?

      Hi @cbaguzman,

      Currently there's no way of performing the vhd-cli check command on an encrypted remote, but this is also annoying for us and it shouldn't be too hard to fix, so I'll fix it.

      posted in Backup
      Bastien NolletB
      Bastien Nollet
    • RE: delta backups with offline snapshot: VMs do not start after snapshot, they start after transfer is done.

      I made a fix for this: https://github.com/vatesfr/xen-orchestra/pull/9228

      I'm not that familiar with disaster recovery, I'll discuss your point with the team.

      b-Nollet opened this pull request in vatesfr/xen-orchestra

      open fix(xo-web): allow offline delta backups #9228

      posted in Backup
      Bastien NolletB
      Bastien Nollet
    • RE: delta backups with offline snapshot: VMs do not start after snapshot, they start after transfer is done.

      Ok, thanks for the information.

      I think I saw somewhere a bit of code that saves the value of 'Offline backup' so users don't have to re-check it if they go back to full backups, but it shouldn't interfere with delta backups.

      I'll investigate this and keep you informed.

      posted in Backup
      Bastien NolletB
      Bastien Nollet
    • RE: delta backups with offline snapshot: VMs do not start after snapshot, they start after transfer is done.

      Hi @k11maris,

      I just noticed I originally misread your message, you were already talking of the 'Snapshot mode' option I mentioned.

      Could you send us a screenshot of the backup job configuration?

      posted in Backup
      Bastien NolletB
      Bastien Nollet
    • RE: delta backups with offline snapshot: VMs do not start after snapshot, they start after transfer is done.

      Hi @k11maris,

      I reproduced the same behaviour, but I think this is perfectly normal.

      If you want to only do an offline snapshot and restart the VM while the export is happening, you should uncheck the 'Offline backups' option and set 'Snapshot mode' to 'Offline'.

      posted in Backup
      Bastien NolletB
      Bastien Nollet
    • RE: MAP_DUPLICATE_KEY error in XOA backup - VM's wont START now!

      Hi @jshiells,

      After some tests, I don't think it can be caused by the load balancer.

      If the load balancer tries to migrate a VM that is being backed up, the migration instantly fails and nothing happens.

      Reversely, if a backup job starts when a VM is being migrated by the load balancer, the backup will fail for that VM with error "cannot backup a VM currently being migrated".

      posted in Backup
      Bastien NolletB
      Bastien Nollet
    • RE: MAP_DUPLICATE_KEY error in XOA backup - VM's wont START now!

      Hi @jshiells,

      Sorry for not answering earlier, Pierre wasn't working during the past weeks.

      I'll soon investigate on how the load balancer interacts with backups.

      posted in Backup
      Bastien NolletB
      Bastien Nollet