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

    badrAZ

    @badrAZ

    13
    Reputation
    30
    Profile views
    52
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    badrAZ Unfollow Follow

    Best posts made by badrAZ

    • RE: Can't edit XO metatata backup config

      Hi,

      Thank you for your report.

      The bug is introduced by the recent version of a library that we are using.

      We'll fix it ASAP.

      posted in Xen Orchestra
      badrAZB
      badrAZ
    • RE: Multiple remotes in a backup - how is retention calculated

      @s-pam said in Multiple remotes in a backup - how is retention calculated:

      OK Great. So if I set retention to 10, it would keep 10 copies on each remote?

      Yes. it will keep 10 copies on each remote.

      posted in Xen Orchestra
      badrAZB
      badrAZ
    • RE: xo-cli help

      Hi,

      For the first question, you can use cpusMax to set the CPUs limit. xo-cli vm.create cpus=2 cpusMax=4

      posted in Xen Orchestra
      badrAZB
      badrAZ
    • RE: Creating schedules to run on specific days.

      Currently, there is no way to add a predicate to the job execution.

      But, it's possible to do a work-around that responds to your need using xo-cli and your cron.

      You can let your cron run manually the backup job using xo-cli backupNg.runJob id:jobId schedule:scheduleId.

      posted in Xen Orchestra
      badrAZB
      badrAZ
    • RE: XOCE misidentifing Orphaned Snapshots with XCP-ng 8.1

      @Anonabhar It seems that the property snapshot-of isn't correctly reported by XO. Did you tried to disconnect/reconnect the server containing this snapshot to see if it resolves your issue?

      And please give me the version of your xo-server.

      posted in Xen Orchestra
      badrAZB
      badrAZ
    • RE: Remotes - NFS - Disk (Used / Total) blank after update

      Hi,

      Thank you for your report.

      Indeed, there is an issue with the display of Disk (Used/Total).

      The fix for this issue is under validation, it will be merged ASAP.

      posted in Xen Orchestra
      badrAZB
      badrAZ
    • RE: Jobs not running error: no value for `user_ip`

      @pdonias Indeed, it's related to the audit changes.

      @cocoon Thank you for your report.

      I've just created a PR on Github which fix this issue.

      Please follow it to get it's evolution. Feel free to test it and give us your feedback.

      Thank you!

      posted in Xen Orchestra
      badrAZB
      badrAZ
    • RE: make snapshot by every two weeks - expictly not in weekend

      Hi,

      Unfortunately, it's not possible to do it. You can only define days which the backup will be executed or a days of the week without week interval.

      I've created a feature request on Github. Please follow it to get its evolution.

      posted in Xen Orchestra
      badrAZB
      badrAZ
    • RE: Continuous Replication and snapshots together

      The CR is a functionality which exports the VM at the first time then it exports only the diff for optimization.

      This functionality needs a snapshot to be kept on the VM. Unfortunately when a job contains two schedules which one is for CR, one schedule will delete the snapshot created by the CR then the CR will always export the full VM instead of the diffs.

      posted in Xen Orchestra
      badrAZB
      badrAZ
    • RE: Continuous Replication and snapshots together

      Hi,

      For your first question, created snapshots will not interfere with the CR.
      For your last question, by design and performance, you can' t set one CR for rotating servers.

      So, you need:

      • one CR with enabled Rolling Snapshot which will backup your VM from XCP01 to XCP02 and will create 5 snapshots.
      • two CRs one will backup your VM from XCP01 to B01 and the second will backup it from XCP01 to B02. These jobs will create 2 snapshots.

      Total snapshots created by these jobs: 7

      posted in Xen Orchestra
      badrAZB
      badrAZ

    Latest posts made by badrAZ

    • RE: Can't edit XO metatata backup config

      Hi,

      Thank you for your report.

      The bug is introduced by the recent version of a library that we are using.

      We'll fix it ASAP.

      posted in Xen Orchestra
      badrAZB
      badrAZ
    • RE: Backup scheduling suggestions

      @mauzilla

      Indeed, all backups are independent. Each execution results on a backup and only removes its created backups regarding the retention.

      posted in Xen Orchestra
      badrAZB
      badrAZ
    • RE: Backup scheduling suggestions

      For the third point, you want to backup VMs using a live ISO? What do you expect as backup behavior? Thank you 🙂

      posted in Xen Orchestra
      badrAZB
      badrAZ
    • RE: Backup scheduling suggestions

      Hi @mauzilla

      1. Job's schedules backup all VMs, so, you need to create two jobs to do that.
      2. Backups are executed in parallel, so you need to distance their executions to ensure that they will not overload your NFS remote.
      posted in Xen Orchestra
      badrAZB
      badrAZ
    • RE: New install does not load logs or perform backups

      Hi,

      This error can be triggered on parsing a non-JSON data by using JSON.parse() or JSON.parse('u').

      Please install xo-cli and give me the resulted file of the bellow command.

      xo-cli backupNg.getAllLogs ndjson=json:true @=<outputFilePath>
      
      posted in Xen Orchestra
      badrAZB
      badrAZ
    • RE: What ordering does XO trigger backups in?

      Hi @xo-g ,

      We don't use any specific order to pick the VMs to backup.

      posted in Xen Orchestra
      badrAZB
      badrAZ
    • RE: Multiple remotes in a backup - how is retention calculated

      @s-pam said in Multiple remotes in a backup - how is retention calculated:

      OK Great. So if I set retention to 10, it would keep 10 copies on each remote?

      Yes. it will keep 10 copies on each remote.

      posted in Xen Orchestra
      badrAZB
      badrAZ
    • RE: Multiple remotes in a backup - how is retention calculated

      Hi @S-Pam

      The backups' retention is specific to schedules. So, the schedule's retention is applied to all backup job's remotes.

      posted in Xen Orchestra
      badrAZB
      badrAZ
    • RE: Multiple VM exports fails with unknown error

      @nodesocket Did you previously canceled a VM export? This can be linked to this issue https://github.com/vatesfr/xen-orchestra/issues/5535.

      Please restart your xo-server to see if it resolves your issue.

      badrAZ created this issue in vatesfr/xen-orchestra

      closed [VM/Snapshot] Export via browser #5535

      posted in Xen Orchestra
      badrAZB
      badrAZ
    • RE: Multiple VM exports fails with unknown error

      @nodesocket Hi,

      Can you check how many parallel VMs can you export in this configuration /etc/xo-server/config.toml? Did you canceled an export before?

      Thank you 🙂

      posted in Xen Orchestra
      badrAZB
      badrAZ