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
    olivierlambertO
    We will fix it with compression, now we are pretty sure to know where the issue is
  • 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
    379 Posts
    CyrilleC
    @carloum70 Disk migration isn't supported by the provider yet. What you can do it's only ignore the changes to the sr_id of a given disk. For example for the first disk: lifecycle { ignore_changes = [ disk[0].sr_id ] } You can also manually do the migration in XO and then after edit your HCL to update the sr_id with the new ID. It should do the trick.
  • Import from VMware fails after upgrade to XOA 5.91

    64
    0 Votes
    64 Posts
    21k Views
    olivierlambertO
    Great news and also great feedback! I think we'll add this in our guide
  • XOCE Warning on build

    Solved
    4
    0 Votes
    4 Posts
    563 Views
    GheppyG
    ok, thank you
  • Instant restore

    6
    0 Votes
    6 Posts
    567 Views
    olivierlambertO
    And I'd like to keep it like that It's very important!
  • Change "Created by" and "date" information

    Solved
    16
    1
    0 Votes
    16 Posts
    2k Views
    olivierlambertO
    No problem, happy to help!
  • XOA Recipe for Kubernetes cluster requiements?

    8
    1
    0 Votes
    8 Posts
    2k Views
    R
    @shinuza The version inside the Debian image and the version on GitHub may be different. It is likely that there will be more recent versions on GitHub. Just don't select a version and the latest version from the Debian repository will be installed. const k8sInstall = k8sVersion !== undefined ? `apt-get install -y kubelet=${k8sVersion} kubeadm=${k8sVersion} kubectl=${k8sVersion}` : "apt-get install -y kubelet kubeadm kubectl";
  • Pool local storage?

    Solved
    3
    0 Votes
    3 Posts
    734 Views
    D
    @olivierlambert Yes, I had just ejected and rejoined the host so I could reconfigure the network on the pool. Thanks for the information!
  • 0 Votes
    2 Posts
    439 Views
    olivierlambertO
    Do you have the XOA SDN controller enabled?
  • zen orshestra cummunity edit

    5
    0 Votes
    5 Posts
    471 Views
    jag5cofJ
    @DustinB thank you
  • Change Default Sort By

    3
    1
    0 Votes
    3 Posts
    294 Views
    pdoniasP
    @DustinB @olivierlambert I confirm it's not possible at the moment.
  • Migration failled

    Solved
    6
    0 Votes
    6 Posts
    547 Views
    RashidR
    @olivierlambert Thanks a lot. The Max vCPU was larger than the Physical CPU. Now it migrates successfully.
  • Missing Disks in VM

    15
    0 Votes
    15 Posts
    3k Views
    planedropP
    @Danp I agree with you here, but they also mentioned a "different newly created VM and attempted to install Windows 10 with two hard drives" and they only saw one disk, so was seeing if maybe the issue is related and there is something setup wrong. All disks should be visible to the Windows installer.
  • GPU pass-through Windows 11 - NO HOSTS AVAILABLE

    3
    2
    0 Votes
    3 Posts
    702 Views
    planedropP
    Yeah I'd check BIOS settings like @olivierlambert mentioned here. But also, you mention pass through, this isn't pass through this is vGPU which is different (and only supported by some GPUs in specific), which allows you to have a single GPU that can run multiple VMs. If you want passthrough you'll need to follow the docs here https://docs.xcp-ng.org/compute/ This will let you pass through the entire card, make sure to passthrough all devices that are part of the card (so HD audio and stuff too, everything that is under the same PCI address). I've done this with a few GPUs and it works great.
  • Restarting network when swopping SFP modules

    2
    0 Votes
    2 Posts
    570 Views
    planedropP
    I can't say for sure as I haven't tested it, but it may "just work" if you swap them out, a lot of systems do support swapping SFP modules without extra work being done. But again, never tested it at all myself.
  • Live Migrate between two stand alone pools fails

    Solved
    22
    0 Votes
    22 Posts
    3k Views
    D
    @Danp said in Live Migrate between two stand alone pools fails: It's difficult to know for sure where the problem lies since your XO isn't up to date. Wouldn't the host need to already exist in XO in order for it to be a migration target? Yeah, I had two host connected to this XO instance, just to help get an insight to what is where. I've disconnected the target host, and can see the VM on the desired host.
  • How to choose which specific NIC/port for Xen-Orchestra server to bind to?

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    K
    @julien-f Thanks for explanation. Thank you
  • Error on vm.restart - invalid parameters

    7
    2
    0 Votes
    7 Posts
    792 Views
    Tristis OrisT
    @julien-f i only try to edit bypass method, that doesn't help. But already removed old job.
  • No Guest Tools - Windows Servers

    6
    1
    0 Votes
    6 Posts
    2k Views
    DanpD
    @DustinB Also see discussion here.
  • Adding Master Host to Existing Pool

    Solved
    11
    5
    0 Votes
    11 Posts
    4k Views
    olivierlambertO
    https://xen-orchestra.com/docs/troubleshooting.html#recover-web-login-password
  • Import VMWare error - HANDLE_INVALID

    Solved
    10
    0 Votes
    10 Posts
    1k Views
    olivierlambertO
    Thanks for your feedback and happy to see it works
  • Reverse Proxy Configuration - HAProxy

    Solved
    30
    0 Votes
    30 Posts
    9k Views
    julien-fJ
    @delaf Thank you!