Subcategories

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

    408 Topics
    3k Posts
    olivierlambertO
    Or even test the qcow2 beta and report if you have issues
  • ACLs, Self-service, Cloud-init, Load balancing...

    96 Topics
    811 Posts
    olivierlambertO
    Indeed, and it's clearly stated at https://docs.xen-orchestra.com/community
  • All XO backup features: full and incremental, replication, mirrors...

    416 Topics
    4k Posts
    P
    @Forza I started experimenting with this function in dec -24 and have run it in "production" in my homelab since jan -25 I suggest You keep the Backup retension (52) to 1. this is my setup [image: 1762170193505-e080cadf-7ad0-48e1-aac5-72bfbec88900-image.png] Sequence [image: 1762171293182-9a7ab8d6-057a-459e-b026-657580a47116-image.png] Schedules [image: 1762171204769-541c3859-b8bf-4230-bc49-871d1fdc0897-image.png] And this is the result from one of my VMs [image: 1762170304133-da4b3ef8-3abc-4663-b287-d87cbe98f152-image.png] [image: 1762170378949-e1040285-6f50-42c3-af90-052774bc8ecf-image.png] As You can see all the backups from jan - apr and most of may are removed I am waiting to see what will happen when we go into 2026, If I remember correctly,there was some bug at 2024 -> 2025 but hopefully I get my first yearly backup
  • Everything related to Xen Orchestra's REST API

    70 Topics
    551 Posts
    olivierlambertO
    Thanks @MathieuRA !
  • Terraform, Packer or any tool to do IaC

    39 Topics
    376 Posts
    olivierlambertO
    @Cyrille is back next week
  • No Statistics in XOA after Rebooting our XCP-NG Nodes

    6
    1
    0 Votes
    6 Posts
    1k Views
    olivierlambertO
    Nothing. You should have the stats visible in live (post-upgrade). That's it. If you don't, it might be because your nodes are behind a NAT.
  • XOA Proxy Console Log-In

    2
    0 Votes
    2 Posts
    501 Views
    olivierlambertO
    Hi, Please open a support ticket so we can assist you more efficiently https://support.vates.fr/
  • creat resource pool and benefit.

    4
    0 Votes
    4 Posts
    737 Views
    olivierlambertO
    You can, but as I said, in this case, you'll need to move the storage with it. Unlike with a shared storage, where only the RAM is migrated between 2 hosts. So RAM only migration is really faster than storage motion, especially true if the VM is using a large disk.
  • Disk Exclusion

    4
    0 Votes
    4 Posts
    444 Views
    F
    Thank you
  • Could't find the base disk

    3
    0 Votes
    3 Posts
    504 Views
    txsastreT
    ok, I will do the backup again, will see in a few days. thanks.
  • 0 Votes
    1 Posts
    616 Views
    No one has replied
  • Netdata plugin: Open or closed source?

    Solved
    11
    0 Votes
    11 Posts
    2k Views
    olivierlambertO
    It's not Netdata "cloud" but yes you'll have all the hosts automatically appear in XOA local Netdata install (as soon there's data present)
  • Backups not restoring xcp-ng8.1

    14
    0 Votes
    14 Posts
    2k Views
    olivierlambertO
    That's why checking XAPI logs might be interesting to know what's used to find it's a duplicate.
  • Importing VM in Self service

    4
    1 Votes
    4 Posts
    836 Views
    olivierlambertO
    That's an interesting use case, I don't know how we could set a high prio for that, obviously a pro support ticket might raise this. Feel free anyway to create an issue on XO Github bug tracker
  • Adding an NFS as a "remote" setting

    5
    1
    0 Votes
    5 Posts
    4k Views
    olivierlambertO
    This message is pretty clear: your old backup job was linked to a remote that you removed. So if you start it after removing this remote, then it can't find this remote and fails.
  • Can't connect to server. Error message: Not Found

    Solved
    13
    0 Votes
    13 Posts
    10k Views
    olivierlambertO
    No worries, if we knew the answer it means we made the mistake ourselves in the past. Isn't that the goal of a great Open Source community? Sharing knowledge and code
  • Stalled-Out Tasks

    7
    1
    0 Votes
    7 Posts
    759 Views
    nraynaudN
    hare you up to date on your XOA? we just released the utility
  • Importing XVA File

    16
    0 Votes
    16 Posts
    4k Views
    olivierlambertO
    You should try with an XOA to rule out any environment issue
  • Is there a way to clone/copy a vm without upgrading XOA?

    5
    0 Votes
    5 Posts
    4k Views
    olivierlambertO
    Indeed, it was asked recently, and following the conversation, I created an issue to unlock this: https://github.com/vatesfr/xen-orchestra/issues/4890 I think it was "locked" by mistake, so expect that fixed in next release hvilches created this issue in vatesfr/xen-orchestra closed [Licensing] XOA Free unable to Copy VM or Create from Snapshot #4890
  • Backup NG: "value" argument is out of bounds

    15
    0 Votes
    15 Posts
    2k Views
    olivierlambertO
    Hi, Please check if you have the same issue with XOA on latest. Also retry with latest XO from source on master branch. We don't do any kind of support of a source install that's not a latest GitHub commit it would be impossible to maintain that!
  • Xen Orchestra MD5 Sum Not Matching

    7
    0 Votes
    7 Posts
    687 Views
    olivierlambertO
    I have 9947c182611cdf2f8ef1c94f61333e20 So you have the right file I'll update the website! Thanks for the feedback
  • Stats Network throughput (b)its not (B)ytes

    3
    0 Votes
    3 Posts
    584 Views
    N
    @noaks98 I agree that networking use bits per seconds and base 10 powers, the same for storage where the base 10 is the industry standard. Things change at the OS level, Linux stick with base 2 for almost anything, see df, memory pages etc. If you look at the sar utilities even the network is reported with base 2 kilobytes. rxkB/s Total number of kilobytes received per second. txkB/s Total number of kilobytes transmitted per second. looking at the code of sar (rndr_stats.c) render(isdb, pre, PT_NOFLAG, "%s\ttxkB/s", NULL, cons(sv, sndc->interface, NULL), NOVAL, txkb / 1024, NULL); I suppose that the "Linux" standard prevails here.
  • Xen Orchestra VM freezes after first login

    12
    0 Votes
    12 Posts
    12k Views
    olivierlambertO
    Or just follow the official documentation… https://xen-orchestra.com/docs/from_the_sources.html
  • XOA Error when installing

    Solved
    107
    1
    0 Votes
    107 Posts
    38k Views
    G
    I did the manual installation via the XVA. It worked for me.
  • Nag-Screens

    30
    0 Votes
    30 Posts
    9k Views
    olivierlambertO
    Thanks for the suggestion, but don't you think we never thought to that before? I start to think you are considering us as 2 people in a garage. We are crunching numbers on a regular basis, and it never computes with those models. Proxmox is here since a long time, with a strong and "large" use base allowing to use this model. This is not the case for us now. So on short term, this is not doable. But be assured we are continuously working on testing various models to see what's the best fit.