XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • All categories
    • P

      Restore only showing 1 VM

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      11
      1
      0 Votes
      11 Posts
      76 Views
      Bastien NolletB
      @ph7 Ok, thanks. But the most important will be to do this test while some VMs are missing from the backup restore page (if it happens again)
    • M

      Mirror backup broken since XO 6.3.0 release, "Error: Cannot read properties of undefined (reading 'id')"

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      8
      0 Votes
      8 Posts
      95 Views
      P
      @Pilow Hi, As you already tried a patch on your server, can you try to also update the line 110 of @xen-orchestra/backups/_runners/_writers/_AbstractAggregatedRemoteWriter.mjs - const scheduleId = this.#props.scheduleId + const scheduleId = this.#props.schedule?.id ?? this.#props.scheduleId Thank you
    • P

      Distibuted backups doesn't clean up the deltas in the BRs

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      6
      8
      0 Votes
      6 Posts
      23 Views
      P
      Still no cleanup [image: 1775113648155-screenshot-2026-04-02-at-09-07-11-backup.png] [image: 1775113652163-screenshot-2026-04-02-at-09-06-13-backup.png]
    • M

      Axios NPM attack

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      4
      0 Votes
      4 Posts
      75 Views
      olivierlambertO
      I think I added it after the video ^^ (between the recording and the official release)
    • W

      VDI not showing in XO 5 from Source.

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Management
      39
      2
      0 Votes
      39 Posts
      3k Views
      P
      @wgomes yup thanks for bumping this topic, still having the problem too
    • A

      Backup retention policy and key backup interval

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      2
      3
      0 Votes
      2 Posts
      13 Views
      P
      @abudef I've been there, here is my vision on the topic. in terms of RETENTION of the schedule, if you put 21, not using the FULL BACKUP INTERVAL in the job, you will get : one full and 20 subsequent deltas. on the 22nd point, a delta will be done and the oldest delta (the one just next to the full) will be merged in the full. its like a forever incremental. Put 7 in FULL BACKUP INTERVAL, and every 7 days (if it runs once every day), it will make a full. other way to do it : as you told, two schedules, with forced full on sundays. difference between the two ? you really choose wich day the full occurs. in the first way, the full is "7 days after the chain begins" do not mix these two way of configuring, you would have unnecessary fulls in your chain. in terms of LTR, @florent and @bastien-nollet recommended me this : if you use LTR (lets says 14Daily, 4Weekly, 2Monthly), keep the SCHEDULE retention to 1 the LTR parameters will keep the retention points as intended try not to mix with FULL BACKUP INTERVAL LTR is still early, because i would like the WEEKLY/MONTHLY/ANNUALY to always be fulls or specific merged fulls, this is not the case... it is still not clear, as you can't choose it, which day is the WEEKLY (sunday ? monday ?) the MONTHLY (1st ? last day of month ?) trial & error mode activated.
    • V

      iso modification and gpg key check

      Watching Ignoring Scheduled Pinned Locked Moved Development
      2
      4
      0 Votes
      2 Posts
      13 Views
      V
      Ok just read the code and found my answer It was a typo it is repo-gpgcheck not repo_gpgcheck repo_gpgcheck = (None if getStrAttribute(i, ['repo-gpgcheck'], default=None) is None else getBoolAttribute(i, ['repo-gpgcheck'])) gpgcheck = (None if getStrAttribute(i, ['gpgcheck'], default=None) is None else getBoolAttribute(i, ['gpgcheck']))
    • C

      VM Migration | PIF is not attached

      Watching Ignoring Scheduled Pinned Locked Moved Compute
      2
      0 Votes
      2 Posts
      29 Views
      P
      had the same on one pool that needed 97 updates. RPU was going great, but couldn't migrate VM post-upgrade it is a pool of 2 hosts, second hosts still had 97 patches to pass... even if RPU was finished. we waited 10 min and the 97 patches disappeared, and then we could migrate the VM
    • U

      Comparison with Ceph

      Watching Ignoring Scheduled Pinned Locked Moved XOSTOR
      2
      0 Votes
      2 Posts
      51 Views
      olivierlambertO
      Different use cases: Ceph is better with more hosts (at least 6 or 7 minimum) while XOSTOR is better between 3 to 7/8. We might have better Ceph support in the future for large clusters.
    • U

      Loss of connection during an action BUG

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      18
      3
      0 Votes
      18 Posts
      254 Views
      P
      @User-cxs peut etre un clnflit IP ou la VM prenait l'IP du master... courage pour la suite !
    • F

      XOA 6.1.3 Replication fails with "VTPM_MAX_AMOUNT_REACHED(1)"

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      1
      0 Votes
      1 Posts
      9 Views
      No one has replied
    • R

      Boot device: Hard Disk - Success

      Watching Ignoring Scheduled Pinned Locked Moved XCP-ng
      3
      0 Votes
      3 Posts
      259 Views
      O
      @DustinB If it hangs right after detecting the disk, it could be a bootloader or filesystem inconsistency from the snapshot state. Can you try booting the VM with a recovery ISO to check disk integrity or rebuild the bootloader?
    • C

      OIDC login - Internal Server Error

      Watching Ignoring Scheduled Pinned Locked Moved Advanced features
      12
      0 Votes
      12 Posts
      332 Views
      P
      @dlgroep Thank you, we will take thin/thick token into account and use 'claims' part for other properties.
    • D

      XCP-NG upgrade 8.2 to 8.3

      Watching Ignoring Scheduled Pinned Locked Moved XCP-ng
      3
      0 Votes
      3 Posts
      70 Views
      R
      To add a bit more detail on the upgrade path: strictly speaking, you do not need to apply outstanding 8.2 patches before upgrading. When you upgrade to 8.3, you are replacing the entire base system with the 8.3 release which already incorporates everything from the 8.2 patch stream. Any 8.2 patches you hadn't yet applied will simply be superseded. That said, applying them first is still a reasonable approach if you want a clean upgrade history and a fully-patched 8.2 baseline before jumping to 8.3. A few things worth checking before you start on a production pool: Check VM compatibility. Run a quick review of your VMs for any that might have specific OS or toolstack dependencies tied to 8.2. Most guests upgrade cleanly but it is worth knowing your environment. Use rolling pool upgrade if you have more than one host. XCP-ng supports rolling upgrades: you migrate VMs off each host, upgrade it, rejoin the pool, then proceed to the next. This maintains VM availability throughout the process. The XO interface handles this workflow if you have XOA. Back up before the jump. Export critical VM configurations or snapshots beforehand. If you use Xen Orchestra for backups, trigger a manual full backup job before starting. The upgrade itself via yum is straightforward: add the 8.3 repo, yum update, reboot. The toolstack and XAPI will handle pool registration after the host comes back up. After upgrading all hosts, run the post-upgrade checks from the docs (pool metadata sync, storage rescans) and verify HA is healthy if you use it.
    • B

      [AVIS][COOKBOOK] Suite d'articles dédiés à XCP et l'écosystème Vates

      Watching Ignoring Scheduled Pinned Locked Moved French (Français)
      3
      1 Votes
      3 Posts
      87 Views
      B
      @AtaxyaNetwork Merci becuoup pour ce retour. Je vais compléter l'article dans ce sens.
    • U

      HOST_NOT_ENOUGH_FREE_MEMORY

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      6
      5
      0 Votes
      6 Posts
      200 Views
      U
      @Danp Okay thanks you
    • A

      Backup Info under VM tab in v6 never loads...

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      64
      2
      0 Votes
      64 Posts
      519 Views
      A
      @MathieuRA said: @ph7 @acebmxer Hi, regarding your backups which do not appear on the XO5 restore page, I suggest you to open a new topic so that this one remains focused on XO6 dashboards Once I updated back to master are restore points are visible again. Issue only appears with this test branch.