Subcategories

  • VMs, hosts, pools, networks and all other usual management tasks.

    458 Topics
    4k Posts
    olivierlambertO
    Ping @Team-XO-Backend
  • ACLs, Self-service, Cloud-init, Load balancing...

    102 Topics
    843 Posts
    H
    Are the users from the oidc provider unique and not already present as local users? I ran into this issue because my already existing local user was the same as the oidc provided user
  • All XO backup features: full and incremental, replication, mirrors...

    481 Topics
    5k Posts
    P
    Living on the edge at my home lab [image: 1774549062491-screenshot-2026-03-26-at-19-08-50-scrutiny.png] In my other NAS the oldest one is closing up 11 years
  • Everything related to Xen Orchestra's REST API

    83 Topics
    624 Posts
    K
    @gduperrey Worked swell, thanks
  • Terraform, Packer or any tool to do IaC

    49 Topics
    463 Posts
    dalemD
    Version 1.4.0 is released: https://codeberg.org/NiXOA/system/releases/tag/v1.4.0 It includes significant changes and improvements, including: dedicated getting started section, migration to valkey, only needing to clone system, and helper scripts. the xen-orchestra-ce nixpkg now references the libvhdi nixpkg, and the core flake now references and pulls from the xen-orchestra-ce repo as an overlay. System (the user input flake) now uses the Core repo as an overlay, reducing the need to clone both locally AND allowing system to pull new updates and releases from core. XO, and libvhdi as needed. The next goal is: Make an xsconsole-like TUI Automate package updates for libvhdi and xen-orchestra-ce using CI/CD pipelines Submit libvhdi and xen-orchestra-ce as official nixpkgs
  • Risks of running a shared pool?

    8
    0 Votes
    8 Posts
    3k Views
    olivierlambertO
    You can't add a host into another pool until it's "blank". It's hard to "merge" two pools together. So first, migrate VMs to the destination, clean the host and THEN add it to the pool.
  • Technical requirements for XOA for backup.

    6
    0 Votes
    6 Posts
    1k Views
    olivierlambertO
    No need to update XCP-ng, we don't want to introduce a dedicated agent. It will rely on another mechanism. We'll publish about it before the end of this summer
  • XOA incorrect size in metadata

    3
    1
    1 Votes
    3 Posts
    608 Views
    gcooperG
    First off, thank you very much Vates for this fantastic project. I appreciate it greatly. This is happening to us too after the last (CE) update. Buggin' me bad... G
  • XO 5.72 Storage Maintenance

    6
    0 Votes
    6 Posts
    2k Views
    J
    @geoffbland Hi, thanks for the reply... That's what I wound up doing, installing XO from source on a Raspberry PI that I had. I used it to restore my XO image from backup, once I did that I had to restore all of my guests (12 of them total). I could never figure out how to get my SR out of maintenance mode, so I wound up creating a new SR and restored each backup to the new SR. All back to normal after restoring the backup. Thank god XO backup works so well! I learned the hard way that I need to move my XO disks to local storage before I enter maintenance mode for my iSCSI SR... Oh well, lesson learned!
  • Delta backup schedule randomly performing full backups

    4
    3
    0 Votes
    4 Posts
    389 Views
    S
    Hi @olivierlambert we have just come across the same issue again today after the latest update. Please see below the log file for the delta backup schedule that performed full backups instead. I can't seem to find anything in the logs to help. 2022-07-12T16_00_00.013Z-backupNG.txt
  • XOA multiple networks

    5
    0 Votes
    5 Posts
    2k Views
    D
    @olivierlambert ahh perfect thanks!
  • Netbox Plugin Enhancements

    8
    0 Votes
    8 Posts
    2k Views
    peterbaumertP
    @pdonias said in Netbox Plugin Enhancements: Why do you have those interfaces? Could you explain your use case and why they're not visible in XO? Sorry, you're right, hosts are not synced for a simple reason: there is no such thing as host types in Netbox (or did we miss something?). So we only group VMs by pools (clusters) and that's it. Those interfaces are for example wireguard interfaces or any other virtual interfaces. Obv they are not in xo because they are virtual, but in netbox they are needed because I deploy all my wireguard stuff with them. The host thing already was answered, there are devices which you then can link to Pools. KR Peter
  • Opening the BIOS in a vmguest

    9
    0 Votes
    9 Posts
    5k Views
    A
    @olivierlambert Thank you for sharing that information, that is an additional knowledge for me.
  • XO from source Centos7 GLIBC_2.25 missing error

    11
    0 Votes
    11 Posts
    3k Views
    A
    @olivierlambert Thanks. My other instance is on Ubuntu. It updated without problems. But it seems new version have problems with session timeout. Now It logging out few times a day)
  • invalid credentials in new installation from source

    9
    0 Votes
    9 Posts
    2k Views
    julien-fJ
    @GriAle Should be fixed: https://github.com/vatesfr/xen-orchestra/commit/ba03a4849831deecda7b8139374b5c43bf90d2b3 0 julien-f committed to vatesfr/xen-orchestra chore(xo-server): update to hashy@0.11.1 Fixes https://xcp-ng.org/forum/post/50866 Introduced by 49890a09b7a3c4bcbe7f462577c6d0a7da8b7006 Fixes argon2id support which is the new default algorithm since argon2@0.28.7
  • XVA might be broken on Delta Backup

    4
    1
    0 Votes
    4 Posts
    1k Views
    Spunky_SurveyorS
    @julien-f It is likely a broken xva. I did interrupt those as they were exporting, however I was a bit confused as to why it was checked by a different backup task. In other words this screen clip is from a delta backup, not a xva export. I was more expecting it to show up on the XVA export backup task.
  • Backup automatic retry

    7
    0 Votes
    7 Posts
    758 Views
    A
    @florent @olivierlambert Looking at failed S3 backup problems the retry should be easy. Currently on the job report there is a button to restart all failed VM backups in that job. Can you just add an option for automatic restart failed VM backups after job completion. It can even be a separate job (just as clicking the button is). It would just "click" the restart failed VMs button once (or a setting) after a few minutes (or a setting). Or it could start the new job as pending or delayed and start after a few minutes allowing for time to cancel it.
  • Not seeing tasks any more (as admin)

    11
    0 Votes
    11 Posts
    2k Views
    T
    Thank you, that fix worked.
  • 1 Votes
    14 Posts
    3k Views
    M
    @olivierlambert i have created config.httpInactivityTimeout.toml in /opt/xen-orchestra/packages/xo-server with the content from above. Not sure how i can check if thats actually set. BTW: this is not a CR Backup Problem, i also dont see Tasks running for my "normal" Backup Job. I cant check "how far" the actual Backup runs and if that differs. https://github.com/vatesfr/xen-orchestra/pull/6315 Rajaa-BARHTAOUI opened this pull request in vatesfr/xen-orchestra closed fix(xo-web/tasks): tasks with no bound objects not displayed #6315
  • how do i migrate VM storage to a different SR

    3
    0 Votes
    3 Posts
    3k Views
    E
    @olivierlambert thanks
  • tasks not sowing in XOCE

    8
    0 Votes
    8 Posts
    1k Views
    rajaa-bR
    Hello, we will take a look into that and keep you posted.
  • Backup a VM with all its snapshots?

    14
    0 Votes
    14 Posts
    5k Views
    G
    @Zevgeny For a few snapshots it's fine - the issue comes when you have large numbers. Most of my first-hand experience with this specific issue comes from Hyper-V but the logic applies here. This is from VMware but the concept is the same and has some good reading on snapshots in general. Running a virtual machine on a snapshot for extended periods of time can cause instability and data loss. https://kb.vmware.com/s/article/1015180 The underlying issue stems from the nature of snapshots. With none you have a single VHD containing all of the data for the VM, once you take a snapshot a new delta VHD is created with all new data written going forward from the time of the snapshot. So, in order to have a complete VM you have the original VHD + the delta VHD. This is fine in smaller numbers, but once you start having 10, 15, 20+ snapshots, every one of those represents an additional VHD in the chain. This results in performance degradation because you're reading from multiple potential files as only new data is written to the deltas. This is actually from XO's blog: https://xen-orchestra.com/blog/xenserver-coalesce-detection-in-xen-orchestra/
  • Xen Orchestra Community Edition - Registration

    xenorchestra
    14
    0 Votes
    14 Posts
    12k Views
    G
    Happy to do baby steps If / when you guys add some kind of "register" option to get a count on things I'd add my instance(s), as long as it doesn't break the existing install / upgrade scripts at least! Generally I have no issues with just clicking it away since I'm the only one that sees it. If it were a viable option sometime in the future, those would be my ideal "features". I've really enjoyed using XO coming from ESXi / vCenter at work and formerly running my home lab. Your vision of support is similar to Nutanix's which is partially why we went their route for our server overhaul and I think it's excellent. I'm hoping by the time we're due for a refresh the hyper-converged offering is fleshed out and production ready. Though I would miss my integrated firmware upgrades.
  • Backup with USB passthru workaround?

    feature in backlog
    8
    0 Votes
    8 Posts
    3k Views
    J
    @olivierlambert Yes this is really great. I have a windows box where I experiment with bluetooth a bit and having backup on this machine at least once a week or so feels very good I think I think it also makes sense that a machine that needs to be taken down in order to make backup also probably will need another backup schedule.
  • Best way to schedule backups hourly, daily, weekly, monthly without overlap?

    Solved
    3
    1
    0 Votes
    3 Posts
    1k Views
    D
    @ronivay very good point thank you! I guess hourly is excessive when snapshots are available. Will just schedule hourly snapshots instead as the main point is to be able to revert in the event of a breaking change.