Subcategories

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

    470 Topics
    4k Posts
    olivierlambertO
    Ping @julienxovates
  • ACLs, Self-service, Cloud-init, Load balancing...

    103 Topics
    859 Posts
    J
    @gcpeters4 said: @john.c This is a good idea as well. If the previous suggestion of trying to do a DNS round robin approach doesn't work, this may be my best option. Thanks for taking the time to provide your suggestion! By the way my suggestion is recommended best practice from Microsoft for their Active Directory software and/or technology. My suggestion will be more likely to work if your DNS servers and requests have issues with Round Robin configuration. Plus with my solution you can easily add more servers as domain controllers to the cluster, as required and use replication to keep them consistent and up to date.
  • All XO backup features: full and incremental, replication, mirrors...

    504 Topics
    5k Posts
    LoTus111L
    @poddingue @pilow Thanks again for the inputs, i added the additional information in my initial post
  • Everything related to Xen Orchestra's REST API

    85 Topics
    633 Posts
    DustyArmstrongD
    @florent OK cool, thank you for the info.
  • 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
    822 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
    457 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
    497 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
    343 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
    469 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
    854 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
    715 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
    962 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]