Subcategories

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

    408 Topics
    3k Posts
    dthenotD
    @cmanos No problem, glad I could helped. As Olivier also pointed above, it's not an issue anymore when using QCOW2 which is currently in beta, so hopefully it's only a short workaround
  • 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...

    417 Topics
    4k Posts
    A
    I had to disable Purge snapshot data when using CBT. Backups are not longer defaulting to full backups.
  • Everything related to Xen Orchestra's REST API

    71 Topics
    555 Posts
    olivierlambertO
    Yes, they are created either: on demand for users when we need in XO 6 Now, XO 6 is becoming the main driver for new endpoint as the UI is providing more and more features.
  • Terraform, Packer or any tool to do IaC

    40 Topics
    380 Posts
    C
    This approach isn’t entirely foolproof since I can’t use a wildcard, and I don’t know how many disks will be attached to the VM. For now, it will never exceed two disks, so I can explicitly include both in the ignore_changes statement. That’s an acceptable solution for us. Thanks for your support.
  • default view on hosts?

    2
    0 Votes
    2 Posts
    365 Views
    olivierlambertO
    Have you saved the view you wanted to have? I'm not entirely sure to get it, what is the URL you have in your browser?
  • Plugin Web-Hooks avec Mattermost

    7
    0 Votes
    7 Posts
    854 Views
    olivierlambertO
    You would have to write a daemon, listing for webhooks, parse it, and then send it to Mattermost with the expected payload.
  • Installing patches in pool fails (fixed)

    Solved
    5
    1
    0 Votes
    5 Posts
    1k Views
    K
    Not that you actually needed this reply, but confirmed patch works after upgrade this morning. Thanks for update and the patch.
  • Can't re-add deleted host

    10
    0 Votes
    10 Posts
    1k Views
    olivierlambertO
    I would suggest to NOT expose the host directly on the outside. Especially such an old version with a lot of security issues.
  • April 2022 XCP-ng Update Not Asking for Reboot

    3
    0 Votes
    3 Posts
    333 Views
    planedropP
    @olivierlambert My bad it's late and I totally forgot to check the github. Thanks!
  • Migrating from Intel -> AMD

    11
    0 Votes
    11 Posts
    2k Views
    J
    @olivierlambert said in Migrating from Intel -> AMD: I don't know, but what I can tell is the fact I myself migration my own production from Intel to AMD without any issue, so I really wonder why your guest can't boot Well it's weird... because happens with all Ubuntu 16 hosts too. For this Debian in particular, even after upgrading to bullseye, still won't boot on any AMD host, only on Intel ones. Finally I just reinstalled from scratch on an AMD host and migrated the data.
  • info Xen Orchestra cli cmd

    13
    1
    0 Votes
    13 Posts
    4k Views
    GheppyG
    Thanks for the guidance, that's all I need. It's all working now. Thank you
  • Hub Template Debian 11 cloud init network configuration

    5
    0 Votes
    5 Posts
    6k Views
    fohdeeshaF
    @vmpr Great work and example!
  • Cloud INIT Network and Hostname.

    13
    0 Votes
    13 Posts
    6k Views
    T
    @fohdeesha Yes i can confirm user error. I was uncommenting #network in the network side and it was causing issues with my whole config. I read this in another post on the forum. Thank you for your assistance. I really appreciate the time you provided.
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    4 Views
    No one has replied
  • Starter Vs Standard Plan

    2
    0 Votes
    2 Posts
    1k Views
    olivierlambertO
    See for XOA pricing: https://xen-orchestra.com/#!/featuresmatrix If you want to use Xen Orchestra for your home lab, then go for the version from the sources: https://xen-orchestra.com/docs/installation.html#from-the-sources You'll have all the XO features but no pro support (which is OK for home lab)
  • Backup validation/verification

    2
    0 Votes
    2 Posts
    220 Views
    olivierlambertO
    Backup autorestore for basic tests is already planned and should be out this quarter @florent is the one working on it (he started to do some basic tests).
  • ZTP Restore XOA From Backup

    feature planned
    6
    0 Votes
    6 Posts
    2k Views
    M
    on my side importing backup config in a new XO installation worked (Using Webinterface). (i build from sources). Only thing wich bugs are backup jobs - i had to open and resubmit every backup job to get them work... br Mark
  • Increasing VM disk size breaks Continuous Replication backup

    12
    0 Votes
    12 Posts
    1k Views
    olivierlambertO
    I don't think we had time to investigate it sadly.
  • s3 remote error: Could not find API configuration s3-2006-03-01

    7
    0 Votes
    7 Posts
    844 Views
    M
    Ok so i created a symlink from @aws-sdk to was-sdk and now it works. as the error was looking for node_modules/aws-sdk and not node_modules/@aws-sdk
  • Transfer Configs between XOA'a

    config transfer
    9
    0 Votes
    9 Posts
    2k Views
    M
    @Aimdev eh man people use a lot of different browsers and don't always remember all the options, the dev's here are top 5 star really. I did it because I do use Safari and simply replicated the steps and noticed the pop-up warning (I never allow pop-ups by default) so I figured that could be the issue. Have a great weekend you too and you're welcome!
  • Error message in browser devtools console

    Unsolved
    1
    0 Votes
    1 Posts
    164 Views
    No one has replied
  • Changing XOA IP

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    F
    @olivierlambert Thank you
  • Hub template request

    5
    0 Votes
    5 Posts
    1k Views
    fohdeeshaF
    @ITJamie Alma Linux 8.5 template is finished and should be added to the hub in the next day or two. I should have Rocky Linux done shortly after that. Note that in CentOS/RHEL related distros, the hostname: {name}% parameter that's filled in under the cloud-init config is not enough to change the hostname for the machine, CentOS (and related) expects a fully qualified domain name. To get the newly spawned VM have the hostname you'd like, supply fqdn parameter as well: use VM name as hostname: #cloud-config hostname: {name}% fqdn: {name}%.localdomain.local use custom hostname: #cloud-config hostname: testvm fqdn: testvm.localdomain.local
  • XOCE - export VM error

    7
    3
    0 Votes
    7 Posts
    754 Views
    julien-fJ
    Fixed, thanks for the report https://github.com/vatesfr/xen-orchestra/commit/7830c89e66e178921695aa5e17670717703ef290 0 julien-f committed to vatesfr/xen-orchestra fix(xo-server/Xapi#exportVm): correctly use getRecord Introduced by 6aa5ec6eb