Subcategories

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

    473 Topics
    4k Posts
    olivierlambertO
    Hi, IP conflict?
  • ACLs, Self-service, Cloud-init, Load balancing...

    104 Topics
    863 Posts
    laszlobortelL
    @florent Thanks for your reply! We have started to migrate thousands of VMs, so disk transfer speed is important for us.. We will also do our detailed tests soon with different threads setting and publish it here. I think threads=1 is a good and logical default, but not efficient. Others might complain if you set it to a higher value. Configuration option would be a real good solution.
  • All XO backup features: full and incremental, replication, mirrors...

    511 Topics
    5k Posts
    itservicesI
    Hi @pierrebrunet. I have deleted the "parentless" VDIs and snapshots. So the "Unhealthy VDI" page is empty for me. So everytime I retry with the VM in question it is creating a new (full) backup-chain. Regards, Marc
  • Everything related to Xen Orchestra's REST API

    86 Topics
    645 Posts
    J
    Hello I'm pulling stats for all VMs to understand CPU usage. We're a bit behind the curve in terms of XO versions, but these questions hopefully are still relevant. If using a granularity of days, the interval is set to 86400 (understandably) but the endTimestamp varies. Running this on June 9th @ ~1740 we get timestamps for both Mon Jun 8 01:00:00 AM BST 2026 and Tues Jun 9 01:00:00 AM BST 2026. Does this average across the day? Why is the timestamp 0100? Why would there be different timestamps between VMs (all are running) and does that mean that the figures are misaligned in the results? These are retrieved via curl and a bash script, a bit hacky, but for clarity the request is: ++ curl -X GET -s -H accept:application/json -b authenticationToken=[[REDACTED]] -o [[REDACTED]] 'https://[[REDACTED]]/rest/v0/vms/[[REDACTED]]/stats?granularity=days' Really keen to know if we can control the start and endtime, as well as provide a manual interval, as well as the aggregation strategy (min, max, average). Are any of these possible? Lastly, is cpuUsage the percentage as per the dashboard, but averaged over all CPUs? Thanks so much in advance. James
  • Terraform, Packer or any tool to do IaC

    50 Topics
    470 Posts
    CyrilleC
    Kubernetes CSI Driver for XO new release v0.3.0 Stable CSI Volume Identity: This decouples Kubernetes volume identity from backend storage lifecycle events (e.g. VDI migration between Storage Repositories) Topology-Aware Volume Provisioning: Dynamic provisioning now supports topology-aware pool selection. ️ Migration required from v0.2.0 to v0.3.0 Full release note: https://github.com/vatesfr/xenorchestra-csi-driver/releases/tag/v0.3.0
  • Disk Exclusion

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

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

    Solved
    11
    0 Votes
    11 Posts
    3k 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
    3k 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
    1k 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
    5k 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
    12k 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
    1k Views
    nraynaudN
    hare you up to date on your XOA? we just released the utility
  • Importing XVA File

    16
    0 Votes
    16 Posts
    5k 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
    5k 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
    3k 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
    1k 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
    827 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
    13k 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
    53k Views
    G
    I did the manual installation via the XVA. It worked for me.
  • Nag-Screens

    30
    0 Votes
    30 Posts
    12k 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.
  • XOA Backup/Restore Screen - enhancement suggestions

    2
    2 Votes
    2 Posts
    672 Views
    olivierlambertO
    You should use GitHub and create an issue. This will be taken into account for XO 6 web UI
  • Question about live migration and a few others...

    3
    0 Votes
    3 Posts
    2k Views
    B
    @rkelley You nailed it for item 2. Was driving me crazy! Ok, that does make sense for item #1 and was kinda what I was thinking. But it does lead one to believe you can't live migrate anything with a single host even if you have shared/remote storage available unless you poke around and experiment with different buttons like i did.
  • Get an 'Disconnected' Information under the 'XOA' Icon

    3
    1
    0 Votes
    3 Posts
    946 Views
    DanpD
    That's "normal" if you are running XO (from the sources) and not XOA (the pre-built appliance)