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

    Posts

    Recent Best Controversial
    • 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: 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: Backup of Windows VM failing Health Check [Solved]

      Hi @McHenry

      If you still have the problem, you can increase the healthCheckTimeout value as Olivier recommended (e.g. healthCheckTimeout = ‘30m’), however this value should be in the [backups.defaultSettings] section of the configuration file (or in the [backups.vm.defaultSettings] section) rather than in the [backups] section.

      We've detailed the documentation a bit to make this more understandable: https://github.com/vatesfr/xen-orchestra/blob/a945888e63dd37227262eddc8a14850295fa303f/packages/xo-server/config.toml#L78-L79

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

      As Mathieu answered in this topic, the bug has been reproduced on our side but isn't trivial to fix. We'll discuss with the team to schedule this task, and we'll keep you informed when it's fixed.

      posted in Advanced features
      Bastien NolletB
      Bastien Nollet
    • RE: Load-Balancer 0.8.0

      You are right, the documentation isn't up to date, this isn't configurable at the moment.

      We are currently working on the load balancer, so this may come in future versions.

      posted in Advanced features
      Bastien NolletB
      Bastien Nollet
    • RE: Backup of Windows VM failing Health Check [Solved]

      It appears that the value of healthCheckTimeout from the config file is indeed not taken into account.
      We've created a card on our side to fix this issue, and we'll soon plan it with the team.

      If you can't wait for the fix to be released, you can modify the default value of healthCheckTimeout in the code in files @xen-orchestra/backups/_runners/VmsRemote.mjs and @xen-orchestra/backups/_runners/VmsXapi.mjs, then restart XO server, and this should fix it until next update.

      posted in Backup
      Bastien NolletB
      Bastien Nollet
    • RE: Backup of Windows VM failing Health Check [Solved]

      @olivierlambert I'll take a look

      posted in Backup
      Bastien NolletB
      Bastien Nollet
    • RE: Migration doesn't work in XCP-ng Centar after successful backup with Xen Orchestra

      Hi @nicols ,

      As Dan said, we are indeed investigation this issue, and we will try to provide a fix during the next weeks. We will keep you informed.

      Regards

      posted in Backup
      Bastien NolletB
      Bastien Nollet
    • RE: Performance Alert Plugin not handling removable SRs correctly

      There is indeed a bug in the perf-alert plugin with removable storages.

      This will be fixed in an upcoming XO version by removing these SRs from the perf-alert monitoring.

      posted in Management
      Bastien NolletB
      Bastien Nollet
    • RE: Lots of performance alerts after upgrading XO to commit aa490

      @ph7

      Some of the errors you encountered are intended. We don't allow values in the "Virtual Machines" field if "Exclude VMs" is disabled and "All running VMs" is enabled, because it would make the plugin configuration confusing.

      However you're right, there seems to be an issue when the VMs are selected and then removed. The value becomes an empty list instead of being undefined, which causes the validation to fail when we try to turn off the "Exclude VMs" option.

      I'm going to create a task on our side so that we can plan to resolve this problem.

      In the meantime you can work around the problem by deleting the monitor and recreating a new one with the same parameters.

      posted in Xen Orchestra
      Bastien NolletB
      Bastien Nollet
    • RE: Lots of performance alerts after upgrading XO to commit aa490

      Hi @ph7 @JamfoFL ,

      We have just merged to master a fix for this spam issue. Can you test these changes and confirm that the problem has been solved for you?

      posted in Xen Orchestra
      Bastien NolletB
      Bastien Nollet