Subcategories

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

    476 Topics
    4k Posts
    acebmxerA
    So if i set VMs to Best-effort or disabled for HA i get not enough memory. @pkgw Do you have Twinstore configured and/or HA enabled? If no I will continue my issues at the twinstore post. If i set to restart i get this.... host.setMaintenanceMode { "id": "35233210-4e37-4703-9bf6-9e8a9c24df9f", "maintenance": true } { "code": "HA_OPERATION_WOULD_BREAK_FAILOVER_PLAN", "params": [], "call": { "duration": 5, "method": "host.disable", "params": [ "* session id *", "OpaqueRef:d9bd976f-445c-8244-1b56-879f446efc12" ] }, "message": "HA_OPERATION_WOULD_BREAK_FAILOVER_PLAN()", "name": "XapiError", "stack": "XapiError: HA_OPERATION_WOULD_BREAK_FAILOVER_PLAN() at XapiError.wrap (file:///opt/xen-orchestra/packages/xen-api/_XapiError.mjs:16:12) at file:///opt/xen-orchestra/packages/xen-api/transports/json-rpc.mjs:38:21 at runNextTicks (node:internal/process/task_queues:65:5) at processImmediate (node:internal/timers:472:9)" }
  • ACLs, Self-service, Cloud-init, Load balancing...

    105 Topics
    864 Posts
    M
    Is a centralized XOA server "managing" two remote Proxy-fronted XCP clusters supported with the SDN Controller Plugin? We are looking to deploy an architecture similar to this blog post from 2022: https://xen-orchestra.com/blog/xo-proxy-a-concrete-guide/
  • All XO backup features: full and incremental, replication, mirrors...

    515 Topics
    5k Posts
    itservicesI
    Hi @simonp. The problem is gone with commit 44e5b!!! Up-to-date XCP-NG host and XenOrchestra VM were restarted after updating XenOrchestra. I just initiated a full backup and all VMs - including my problematic machine - were backed up successfully without error. Awesome! I will wait with closing until the scheduled delta backup is completed successfully, too. Edit: Scheduled backup ran without issue. The problem seems to have been resolved! Thanks for all your work and assistance 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

    51 Topics
    471 Posts
    poddingueP
    The Kubernetes CSI driver for Xen Orchestra just hit v0.4.0, and we want it on more real clusters before it reaches a stable release candidate. If you run Kubernetes on XCP-ng VMs, this is a good time to give it a proper workout. What's new in v0.4.0: Local-storage support Automatic pool-discovery fallback Kubernetes metadata now lives in Xen Orchestra VDI tags instead of the deprecated other_config. That change also drops the old requirement for Xen Orchestra 6.4 or newer, so the driver runs on more deployments now. ️ Read this before you upgrade. v0.4.0 is a breaking change. The Kubernetes metadata moved from other_config to VDI tags, so you must migrate before upgrading from v0.3.0. Do not upgrade in place: follow the v0.3.0 to v0.4.0 migration guide in the release notes, then move to v0.4.0. What helps us most is hearing how it behaves on your own setup: what works, what breaks, which storage backend you use, and which flavour of Kubernetes you run (k3s, full k8s, or something else). Edge cases on real clusters are the ones we don't see in our own testing. Where to report: start right here in this thread. It keeps everything visible to the community and lets others on the same setup jump in. If something turns out to be a reproducible bug, we'll move it to a GitHub issue on the repo so the team can track it to a fix. Release notes and migration guide: https://github.com/vatesfr/xenorchestra-csi-driver/releases/tag/v0.4.0
  • "global name 'commmand' is not defined" while installing patches

    13
    0 Votes
    13 Posts
    3k Views
    julien-fJ
    @olivierlambert This error does not ring a bell to me.
  • Can't create second virtual disk for a VM using XOA

    3
    0 Votes
    3 Posts
    1k Views
    B
    @Andrew thank you , it's NFS mount yes. i perform forget and remount and now is ok, most probably i chose older storage from another host, the menu to select storage for VM showing everything associated with the pool and sometimes this is confusing. Thanks for your comment.
  • Permissions for users to be able to snapshot

    bugs done
    13
    0 Votes
    13 Posts
    4k Views
    olivierlambertO
    That's because doing a snapshot will have consequences on the SR. That's why we restricted the permissions for doing snapshot.
  • 0 Votes
    9 Posts
    3k Views
    olivierlambertO
    It's documented in the official documentation. https://xen-orchestra.com/docs/installation.html#updating
  • Backup not showing

    6
    2
    0 Votes
    6 Posts
    778 Views
    F
    @olivierlambert said in Backup not showing: It's a public holiday today in France yes off course I forgot about it. I left too long ago to remember the dates lol
  • S3 backup failure after update

    Solved
    8
    0 Votes
    8 Posts
    804 Views
    olivierlambertO
    Thank you!
  • 0 Votes
    3 Posts
    1k Views
    olivierlambertO
    It's now fixed on master branch. Please be sure to get the latest commit, now it will work
  • Unable to create private network GRE/VxLAN

    1
    0 Votes
    1 Posts
    644 Views
    No one has replied
  • Error when starting VM after creation

    7
    0 Votes
    7 Posts
    1k Views
    B
    @Danp I can agree with that
  • Scheduled enabling/disabling remote backup file systems?

    5
    0 Votes
    5 Posts
    764 Views
    M
    Thanks for your help. It seems to me that xo-cli works quite well for my purposes.
  • cloudinit

    7
    0 Votes
    7 Posts
    1k Views
    colegatronC
    @olivierlambert you're amazing. Thank you a lot!!
  • undefined defaultSettings

    3
    0 Votes
    3 Posts
    264 Views
    olivierlambertO
    Thanks for your feedback @Andrew !
  • Include network name in Create Network

    3
    2
    0 Votes
    3 Posts
    483 Views
    ForzaF
    @olivierlambert Yea, I have bonded networks. I do rename them so that I know what they are for. It seems that the bond number (bond 1 and bond 0) changes on different servers, as I asked about before, so the name and description is needed here to make it easier.
  • XO + cloud-init appending 0 to hostname

    9
    0 Votes
    9 Posts
    1k Views
    fohdeeshaF
    @pdonias yep I can confirm that works as expected, cloud-init uses the base VM name specified in the top of the create VM page, not the numbered VM names that result after creation. Nevermind!
  • Netbox plugin: VM's IP not in Netbox

    6
    0 Votes
    6 Posts
    2k Views
    pdoniasP
    Hi @RaHu! No, at the moment, we don't synchronize hosts' information. I'm not even sure where that information could go as there isn't such a thing as a host object in Netbox, AFAIK.
  • Orange exclamation mark without errors

    17
    2
    0 Votes
    17 Posts
    3k Views
    burbilogB
    @olivierlambert No, it does not. Still, sometimes badge with patches blink... funny.
  • xoce INTERNAL_ERROR while trying to create VM

    37
    0 Votes
    37 Posts
    18k Views
    olivierlambertO
    VIM
  • Setting Default Filters

    5
    0 Votes
    5 Posts
    1k Views
    G
    @olivierlambert Thanks - request raised. Next UI will be FAR more easier to manage those things
  • OVA Import Never Finishes

    14
    0 Votes
    14 Posts
    4k Views
    planedropP
    @Andrew Wanted to go ahead and add that it didn't seem slow to me to do the export, it was only 2GB, but still. It did take a bit to ramp up speed though, I got 4.5KB downloaded and then it sat there for a few minutes, but once it started downloading more data it sped up and the whole 2GB download was done in like 1-2 minutes, not crazy fast but not super slow either. I will try and test this with a bigger VM when I get the chance to see how it behaves.
  • XOA From The Sources Update Help

    9
    0 Votes
    9 Posts
    6k Views
    planedropP
    @olivierlambert Well, you were right, I was totally in the wrong folder without realizing it. However, after the rebuild it now won't start at all. Rebuilding the VM and restoring config is easy though (thanks to XO being so easy to use) so I might just do that to avoid confusion as this VM has some other issues unrelated to XO anyway.