Subcategories

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

    471 Topics
    4k Posts
    M
    Hi guys. I am currently testing Continuous Replication as our way, to migrate our vms from one pool, to another. So i set up a test vm and a replication job on the same pool (different sr), since i dont have the new pool yet. Everything worked fine, job is running and creating the replicated vm. But when i want to start the vm, i will get the warning "Forbidden operation Start operation for this vm is blocked." I could klick "force start" but i am afraid, the universe will dissolve. So what is the best practice for my task? Do i have to recreate the vms and attach the cr disks, or is there a way to unblock the cr vm and use it as the new vm? I will have to migrate about 30 vms with 15TB so i obviously dont want to clone the cr vm to a new one. Or do i? Kind regards Milenko
  • 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...

    508 Topics
    5k Posts
    P
    @FagnerMoraes There is now a fix in latest channel now, but you will need to run backup again.
  • Everything related to Xen Orchestra's REST API

    85 Topics
    637 Posts
    poddingueP
    Good news, this already shipped in XO 6.5.0 (released 2026-05-28), PR #9835. If your XOA is on the latest channel, you've got PATCH /vms/{id} now; on the stable channel, it should land when 6.5.0 gets promoted (stable is on 6.4.1 at the moment). name_description looks like the field you'd write that "what's running here" summary to for your n8n flow, though I haven't tried the new endpoint myself yet. Let us know how it goes.
  • 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
  • Add Host to pool, is this non-destructive to local VM's?

    4
    0 Votes
    4 Posts
    3k Views
    jtbw911J
    Yes. That would be a way of doing so. If you can afford the downtime, you could also use a backup solution (XOA, Alike DR, etc.) to backup the VMs from both hosts, build the pool from scratch using both hosts in a clean state, and then restore back into the new pool (this way gives you a chance to not only start fresh; but, implement any big "lessons learned" or "new ideas" you've got on your list).
  • Possible to multiple heartbeat SR in HA pool

    5
    0 Votes
    5 Posts
    1k Views
    a2940uwA
    @ronan-a Thank you for your reply, but I mean it is possible for create multi Heartbeat SR in different storage.
  • More details in task view

    2
    1
    0 Votes
    2 Posts
    833 Views
    olivierlambertO
    Ping @pdonias IIRC, it's not trivial but this is obviously something we'll working on for XO 6 (there's also limitation in XAPI, because it doesn't tell you what's going on for real behind a task)
  • Can't figure out how to configure a separate NFS network on the hosts via XO

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    V
    Aha, that helped. Thanks.
  • XOA cannot see 4 pools

    2
    0 Votes
    2 Posts
    459 Views
    olivierlambertO
    No limit. Please open a support ticket so we can take a look directly on your XOA
  • Migrate all VHDs from SR

    5
    0 Votes
    5 Posts
    1k Views
    2
    @akurzawa thanks, I have been doing that. I was looking for a lazy way to move 20+ VMs out of a partition.
  • How to enable back up notification in community edition

    11
    0 Votes
    11 Posts
    3k Views
    okynnorO
    @Danp That's perfect. All plugins are installed and running. Thank you for pointing that out. Should have. Could have.
  • kubectl cluster-info Fails on kubernetes recipe

    9
    0 Votes
    9 Posts
    2k Views
    BenjiReisB
    Hello, The DNS names of the master (and nodes also with a pattern) should be configurable for the user indeed. We'll add it in a next version of the recipe. Thanks for the feedback!
  • Docker and XenOrchestra on XCP-NG 8.1

    6
    1 Votes
    6 Posts
    3k Views
    P
    Thanks for the input. I'll give the ""'s a go. Portainer is interesting, have it running on the cores machine with ease alongside pihole. This is all starting to look interesting P.
  • XOA makes full backup after remote storage was offline

    4
    0 Votes
    4 Posts
    509 Views
    ForzaF
    The original snapshots are still there. [image: 1582190328045-3bacf6e4-7180-490e-a25e-c8964fa943f3-image-resized.png]
  • Bug. XOA crash when adding IO counters in htop

    2
    2
    0 Votes
    2 Posts
    351 Views
    ForzaF
    A toolstack restart cleared the ongoing-but-failed tasks.
  • make snapshot by every two weeks - expictly not in weekend

    6
    1
    0 Votes
    6 Posts
    1k Views
    akurzawaA
    That's what I do now - I'm disabling this backup task for 2nd and 4th week.
  • Create job to migrate several VMs

    2
    0 Votes
    2 Posts
    475 Views
    B
    @bberndt said in Create job to migrate several VMs: Tring to create a job, to schedule the migration of several VMs to another host. At the bottom, there are a couple things I don't know. There are two check boxes here for each of these: mapVdisSrs mapVifsNetworks They don't seem to do anything. What are these? Also, what goes in the box Migration Network. The name storage1, or network1 don't work. thanks. Ah! the UUID of the storage Migration network on the destination is what I need, apparently.
  • How to delete orphaned VHD virtual disks?

    4
    1
    0 Votes
    4 Posts
    2k Views
    olivierlambertO
    Check host logs to understand why. Maybe those VHD were attached to the control domain or something like that.
  • XenOrchestra multicore ?

    6
    2
    0 Votes
    6 Posts
    873 Views
    julien-fJ
    @akurzawa xo-server is not explicitly multi-processed, but it uses async IO calls in Node which should lead to multi-threaded operations. Anyway, we are currently working on reimplementing backups for the proxy and it will eventually lead to using multiple processes. These changes will at the end be merged back to xo-server as well.
  • Backup NG Remote "File already exists"

    Solved
    2
    0 Votes
    2 Posts
    729 Views
    G
    ok, logged into linux, su root, and tried the command on the console mount -t nfs 192.168.30.60:/mnt/Brutus/Remote /run/xo-server/mounts/86109d77-9600-48c6-b131-0ca475cd1ad4 -o vers=3 mount.nfs: requested NFS version or transport protocol is not supported tried without -o vers=3 and it worked.
  • Continuous Replication and snapshots together

    10
    1
    0 Votes
    10 Posts
    3k Views
    badrAZB
    If you create two separated jobs. One for the CR and one for the Rolling snapshot they will not interfere.
  • Scheduling continuous replication on xo-server built from sources

    Solved
    5
    1
    0 Votes
    5 Posts
    1k Views
    S
    Changed it to run after every 10 mins. I was missing the correct configuration. Thank you very much.
  • Deleting 25 vms - stuck, nothing happening

    4
    1
    0 Votes
    4 Posts
    978 Views
    akurzawaA
    OK the tasks (it been 8 hours since I've checked) are gone, but the VHDs localted on backup server's localstorage remains. QUESTION: How to delete VHDs that are not realted to any vm? I think it will not be deleted automatically. EG. For example - I've deleted "Atlas" VM, but big atlas VHD remains on BackupHost's local storage: [image: 1581667660068-666ed028-c8e0-4ae7-86f3-1a307f7eee76-image.png]
  • XO Backup Retention and Replication Retention

    4
    0 Votes
    4 Posts
    2k Views
    badrAZB
    Hi, It's possible to do it using the UI, simply create a schedule with 7 as Backup retention and 2 as Replication retention. [image: 1581581696403-fd938a54-8730-4bcf-85c3-7caf2018ac52-image.png]