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
    M
    I can imagine that a fix could be to send "keepalive" packets in addition to the XCP-ng export-VM-data-stream so that the timeout on XO side does not occur
  • 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.
  • 404 Error Migration from VMware

    4
    0 Votes
    4 Posts
    644 Views
    olivierlambertO
    @kenkaniff412 said in 404 Error Migration from VMware: 404 Not Found https://10.15.47.11/folder/5ef46e5c-6682-c9cd-48af-e4434b3e0130/vsan://5205fb491e65dc99-62e26f64d9b34c60/60f46e5c-8ca4-eea4-a0ff-e4434b3e0130?dcPath=ha-datacenter&dsName=VxRail-Virtual-SAN-Datastore-5364d40d-1687-4c72-b904-248c54599994 I was talking about this URI @florent Look at the /vsan:// part in the middle
  • Recover Admin Password when XOA CLI is not installed

    8
    0 Votes
    8 Posts
    1k Views
    julien-fJ
    @Pechkin000 It should be installed alongside xo-server, it depends how you installed XO on this. But still, it requires root access for security.
  • Managing vAPPs with XOA

    10
    0 Votes
    10 Posts
    2k Views
    olivierlambertO
    That's a bit re-inventing the wheel vs Terraform maybe?
  • In XOA, change Virtual disk properties (device position)

    4
    0 Votes
    4 Posts
    845 Views
    olivierlambertO
    Even if we add an UI to change it, I'm not sure that would be possible (or a good idea) to do it live
  • Need some customization in xen-orchestra

    3
    0 Votes
    3 Posts
    270 Views
    P
    Hey @olivierlambert, Thank you for update.
  • xo-upload-ova error

    7
    0 Votes
    7 Posts
    669 Views
    florentF
    @mdavico I will re test it tomorrow, to ensure the recent update didn't impact the cli
  • Backup to Azure?

    4
    0 Votes
    4 Posts
    1k Views
    A
    @poltushima As there is no S3 support in Azure Blob Storage, no you can't use XO for direct backup to Azure. There are S3 proxy projects (here's one) that could make it work.
  • Remove a VM without Destroying the Disk

    5
    0 Votes
    5 Posts
    1k Views
    JSylvia007J
    @Anonabhar Thanks!! This worked exactly as you described!
  • Unable to create bonded network on slave hypervisor in pool

    8
    0 Votes
    8 Posts
    2k Views
    retroipR
    @olivierlambert Thank you for quick reply. correct, it is agiants pool. Going to rename and order them correctly. Thank you
  • CLI/SSH delete VMs that were set as "Protect from accidental deletion" in XO

    Solved
    16
    0 Votes
    16 Posts
    7k Views
    L
    I had to do the following to remove the reboot block: xe vm-param-remove param-name=blocked-operations param-key=hard_reboot uuid=$UUID And then: xe vm-reboot force=true vm=$UUID
  • Migrate from XOA to Built from Sources

    8
    0 Votes
    8 Posts
    1k Views
    olivierlambertO
    Thank you! You can make the difference by promoting the solution, that's part of how the community can give back
  • Backup and/or snapshot only the boot disk of a virtual machine.

    13
    0 Votes
    13 Posts
    3k Views
    J
    Ok. Great I wait for the release. Thanks
  • Question about using HUB as a XO built from sources

    4
    0 Votes
    4 Posts
    857 Views
    olivierlambertO
    Depends on what you expect from "manage", but once a template is deployed (or recipe applied), it's all regular VMs.
  • Issue staying logged into XO (source)

    5
    1
    0 Votes
    5 Posts
    740 Views
    olivierlambertO
    I think using a script for an initial test is OK, but if you want to really use it, it's better to follow our documentation and following the per-requisites by the book.
  • Pools don't appear under Settings > Servers on fresh build of XO

    Solved
    18
    1
    0 Votes
    18 Posts
    3k Views
    itservicesI
    @Danp Hi everyone. That "n 18" did it for me. My Xen Orchestra would not hold the connection, with the same "http connection time out". Thanks a bunch Regards Marc
  • Centralize the Server List?

    5
    0 Votes
    5 Posts
    638 Views
    olivierlambertO
    Hi, You posted in the XO section, so question: why not using Xen Orchestra?
  • libfuse.so: error adding symbols: File in wrong format

    45
    0 Votes
    45 Posts
    19k Views
    M
    @Mark-C Wouldn't have made it without your help! Super. So far everything seems to be working normally, except for my original issue on the other topic, posting there now. If any more issues come up I'll post them here and reference on this topic. Many thanks!!
  • XOA does not refresh quickly status of NICs

    4
    0 Votes
    4 Posts
    705 Views
    olivierlambertO
    @KPS This is an internal ticket. But I'm not against having a public issue as well
  • Show the bandwith of VM/ Host in differents units

    2
    1
    0 Votes
    2 Posts
    270 Views
    olivierlambertO
    It might be easier to configure this in the next XO UI Thanks for the feedback though
  • Ability to cloning/multiplay only one VHD.

    10
    0 Votes
    10 Posts
    957 Views
    olivierlambertO
    In essence, you can write any script you like in your VM that would be executed, test whatever you want in the database, and if it's OK, write a special key in the XenStore. XO will detect it and consider the backup health check done and working