Subcategories

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

    370 Topics
    3k Posts
    lsouai-vatesL
    @acebmxer Hello, the XO team is currently working on a solution. We will keep you inform as soon as it is on release.
  • ACLs, Self-service, Cloud-init, Load balancing...

    91 Topics
    769 Posts
    olivierlambertO
    Question for @pdonias
  • All XO backup features: full and incremental, replication, mirrors...

    379 Topics
    4k Posts
    R
    @Nephilim ?Yes I also did save mine. However, it seems to be useless trying to import it into the 8.3 release. Having to set up my pool interfaces and storage again would be pain in the but. for me.
  • Everything related to Xen Orchestra's REST API

    67 Topics
    503 Posts
    B
    I'm very new to doing things with APIs and running into this error. What exactly does "is an excess property and therefore is not allowed" mean as a response? Below is the body I'm sending via Bruno client. I'm sure I'm missing something simple, the docs were a bit of a struggle though. Endpoint is https://xo.ducknet.org/rest/v0/pools/3c6777fc-e8d8-e065-7c30-37eb2800f472/actions/create_vm/ { "auto_poweron": true, "boot": false, "memory": 1073741824, "name_description": "test_desc", "name_label": "test_label", "template": "3ceb66f7-c137-ef4a-7a06-9af524ed5110" } Full response { "error": { "body": { "message": "\"auto_poweron,memory,name_description\" is an excess property and therefore is not allowed", "value": { "name_description": "test_desc", "memory": 1073741824, "auto_poweron": true } } } }
  • Terraform, Packer or any tool to do IaC

    35 Topics
    336 Posts
    CyrilleC
    Hi, thank you for the example! We will take a look. It could be a good idea to have a dedicated documentation/web page with usage examples of 'DevOps' tools
  • Switch to XOA free

    5
    0 Votes
    5 Posts
    6k Views
    olivierlambertO
    Have you checked our guide to install Windows drivers? Check https://xcp-ng.org/docs/guests.html#windows If you still have issues, with your current XOA account in trial, you can open support tickets already so we can take a look remotely (https://support.vates.fr)
  • Xen Motion Network

    3
    3
    0 Votes
    3 Posts
    809 Views
    brezlordB
    Feature request oped https://github.com/vatesfr/xen-orchestra/issues/5391 brezlord created this issue in vatesfr/xen-orchestra closed Set pool wide Xen Motion Network #5391
  • 1 Votes
    2 Posts
    315 Views
    BenjiReisB
    @naeemarsalan Good catch, It will be added to the cloudinit script creating the master and the nodes. This will save one reboot to everyone.
  • How to set ip for storage on each server?

    2
    1
    0 Votes
    2 Posts
    2k Views
    jedimarcusJ
    It's a little different, but if in Xen Orchestra you go: Home => Hosts => <host> => Network there I can see my storage IP addresses comparable to that "IP Address Configuration" part. Except that here, all the networks are listed in the same list. Can you see if that's what you are looking for?
  • Import VM from VirtualBox to XO

    4
    0 Votes
    4 Posts
    945 Views
    olivierlambertO
    Is there a way to access your OVA so we can try to reproduce?
  • XCP-ng high availability & xoSAN basic quesstions

    2
    0 Votes
    2 Posts
    2k Views
    olivierlambertO
    Existing HA level is at VM level. It means, if the VM is down (or the host on the VM is running is down), it will be booted on a working host in that pool. For hyperconvergence, it's far from being a miracle solution. It costs a lot of thinking, planning and maintenance (and careful usage of it). Like HA in the end. So before asking for advanced features, it's good to think about what you really need.
  • XOA import issue

    4
    0 Votes
    4 Posts
    634 Views
    olivierlambertO
    He also said there's a fix coming for the next release.
  • Delta Backups & Continous Replication of Empty Drives

    14
    4
    0 Votes
    14 Posts
    1k Views
    S
    @olivierlambert Thanks, I tried running fstrim but it returned "the discard operation is not supported" on this NFS SR mount. I also tried running on SSD mounts which do support TRIM and they all returned the same message about "discard...not supported." The VM OS (CentOS 7.8) does support TRIM in kernel so not sure if xcp-ng or xenserver is the reason why the VM can't issue fstrim on the NFS SR mount or the SSD SR mounts. [image: 1605283613178-85b94dd0-b129-45ec-9ee2-bc4b7dd92b5e-image.png]
  • XOA always does a full backup if VDI was moved between storage

    2
    0 Votes
    2 Posts
    223 Views
    olivierlambertO
    When you migrate a VDI to another SR, its UUID is changed. So it's like a "new VDI". However, there's an issue opened a while ago: https://github.com/vatesfr/xen-orchestra/issues/2896 We did not have a priority on this because not a lot of people asked for it. I think it could be a good optional feature in a job. snimmerjahn created this issue in vatesfr/xen-orchestra closed [Delta Backup] Avoid full export after VDI migrate #2896
  • XO disconnects regularly, freezing the console

    6
    0 Votes
    6 Posts
    774 Views
    olivierlambertO
    It's in our documentation, please read https://xen-orchestra.com/docs/configuration.html#https
  • Problem with ZSTD compressed backup

    7
    0 Votes
    7 Posts
    888 Views
    M
    So far, I noticed this problem for three VMs. Each time I am trying to perform a backup with zstd compression through XO, the backup is marked as successful, but output XVA file is damaged (incomplete). The backup works fine for all other VMs, and I cannot pinpoint what is special about these faulty VMs.
  • xoa-updater --upgrade fails and configuration questions

    2
    0 Votes
    2 Posts
    632 Views
    olivierlambertO
    Hi, It failed because you changed the npm version manually. You can indeed re-deploy a fresh XOA, export the configuration and import it on the new one.
  • XO - change control domain memory?

    4
    0 Votes
    4 Posts
    2k Views
    olivierlambertO
    I'm not against exposing this in the UI, it might be not that difficult. However, more traction will obviously make it possible
  • XOA VM Export Fail

    4
    0 Votes
    4 Posts
    461 Views
    olivierlambertO
    No it's even better to have XOA. So I assume you are on latest and fully up to date? Ping @julien-f
  • [solved] NFS on XO failing, on Center has no issues

    24
    0 Votes
    24 Posts
    12k Views
    olivierlambertO
    No problem, it happens.
  • XO from sources - plugins

    3
    1
    0 Votes
    3 Posts
    868 Views
    M
    @Danp super! lol that was exactly it... and funny cause its the same plugin i was looking to have working! Cheers!!!
  • 0 Votes
    8 Posts
    2k Views
    olivierlambertO
    In fact, there's 2 different things: Downloading and unpacking the updates (yum process). This won't change anything right now, because your current updated programs are likely running in memory (Xen, Linux, XAPI…) so only a reboot will make things changed: it's the current update button on the pool view. Evacuating the host, rebooting it to get all the new versions, and migrate back VMs to it (starting by the master) Right now, 1. need to be triggered manually (you must do it otherwise it won't happen: bad if you forgot) but everything else is managed at all hosts of the pool at the same time (good). And 2 is entirely manual. So that's why I wrote this, to get 1. and 2. entirely automated while being safe and giving you reports: https://github.com/vatesfr/xen-orchestra/issues/5286 I have hopes we can deliver a first version (at least from the CLI) for this month release olivierlambert created this issue in vatesfr/xen-orchestra open Scheduled Rolling pool updates (with reports) for XCP-ng #5286
  • mapping NFS storage from XO fails, but works fine from terminal?

    13
    0 Votes
    13 Posts
    2k Views
    DanpD
    There was a recent commit on Github dealing with NFS mounts. Suggest that you rebuild with the latest source and then try setting up the NFS storage again.
  • Change xoa hostname

    Solved
    2
    0 Votes
    2 Posts
    2k Views
    olivierlambertO
    https://manpages.debian.org/testing/systemd/hostnamectl.1.en.html hostnamectl set-hostname mymachine
  • missing icon on the UI?

    7
    1
    1 Votes
    7 Posts
    518 Views
    olivierlambertO
    If it's not, it's a bug