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.
  • create a new VM instead of a template from a snapshot

    4
    0 Votes
    4 Posts
    826 Views
    olivierlambertO
    So you are using a thick provisioned storage. Any snapshot will create a base copy, but also an active disk (which will be the total size of the disk). You can't cheat on that. Transforming a snapshot into a VM will create a new active drive that will use the total size of the disk.
  • How to browse files in a storage repository?

    9
    0 Votes
    9 Posts
    4k Views
    florentF
    @ysageev we're fisrt making the transfer from vmware work through an HTTP link in xo-cli. After this we'll do a UX, allowing a user to migrate from XO , it will probably be a three steps form : connect to an host, choose which VM(s) to migrate , transfer progress Then, depending on the priority , we may make other transport ( for example if you mounted the VMFS datastore in XO, copied files locally or through SSH) By the way, we fixed a timeout bug in xo-server, that was cutting the vmdk/ova import around the 5mn mark, you may retry the old method
  • Overprovisioning CPU + RAM?

    6
    0 Votes
    6 Posts
    4k Views
    M
    Thanks @lawrencesystems - I've finally got around to watching that video, explains the content well, quite interesting to see that happening in real time when the RAM is being land-grabbed by other VMs when things are getting full based on the different configuration settings.
  • XO Packer template disk issues

    13
    2
    0 Votes
    13 Posts
    2k Views
    D
    The ddelnano/packer-plugin-xenserver release v0.5.1 has been released and includes @bagas's fix for this issue.
  • VM Hang - Can´t restart, can't power on.

    Solved
    7
    0 Votes
    7 Posts
    7k Views
    olivierlambertO
    Sounds like a XAPI bug, I think it's fixed in the next train of updates
  • netdata telemetry not opening?

    2
    0 Votes
    2 Posts
    243 Views
    olivierlambertO
    We are aware aobut it. This is a Debian package bug that will be directly fixed in the next XOA we'll generate (this year, with Debian 12)
  • Vmware OVA to XCP-NG

    4
    2
    0 Votes
    4 Posts
    2k Views
    olivierlambertO
    Doesn't matter, the VMware script is available in there too. Just switch to the vmware release channel and follow instructions there: https://xcp-ng.org/forum/topic/6714/vmware-migration-tool-we-need-your-feedback/
  • Root password to ssh into xoce

    Solved
    9
    0 Votes
    9 Posts
    5k Views
    olivierlambertO
    No problem @mrchip You are welcome. If you explain your issue with enough context, everyone is happy to help!
  • xoa token expire date - how can i set it to an later date?

    7
    0 Votes
    7 Posts
    2k Views
    V
    Thanks guys! Absolut Legends
  • Gracefully "Ask" XO to Reboot After Tasks Are Done

    8
    0 Votes
    8 Posts
    944 Views
    olivierlambertO
    That's how I can make the choices to improve it into the right direction
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • XO Backup [NOBAK] for full backups

    Solved
    38
    0 Votes
    38 Posts
    16k Views
    olivierlambertO
    See https://xcp-ng.org/blog/2022/11/18/xcp-ng-8-3-alpha/#-vm-snapshot-with-disk-exclusion It's already used/supported by Xen Orchestra. If you want it for production, you'll need to wait for XCP-ng 8.3 to be available
  • Search filters

    4
    0 Votes
    4 Posts
    364 Views
    Tristis OrisT
    @julien-f said in Search filters: affinityHost:* check it again affinityHost:* works now, my bad. got it. i mean if selected 16sockets\1core instead of 1socket\16cores i can only search for coresPerSocket:<2, but small vms really use 1-2 cores\socket.
  • XOA halted on reboot

    4
    0 Votes
    4 Posts
    1k Views
    olivierlambertO
    Yes, this one
  • XOA Updater does no more work

    2
    0 Votes
    2 Posts
    275 Views
    olivierlambertO
    Hi, XOA in Debian 9 is outdated/deprecated. You should export your config and import it on a freshly deployed XOA
  • Restore Delta Backup with RAM

    bugs planned
    9
    0 Votes
    9 Posts
    2k Views
    H
    @florent @olivierlambert Thank you both for your quick reaction! I know that you guys have a lot on your hands with this great piece of software! Just let me know as soon as we can test-drive something.
  • Unable to import VMDK file

    15
    0 Votes
    15 Posts
    3k Views
    DanpD
    This issue is no longer present when testing with latest sources.
  • XOA Source Error: socket hang up

    Solved
    3
    0 Votes
    3 Posts
    909 Views
    H
    @olivierlambert "Please always use latest Node LTS."... Ok my bad. I didn't check which version is the LTS version. Indeed, it works much better. Thank you!
  • Move build to use npm and Turbo

    11
    2 Votes
    11 Posts
    2k Views
    julien-fJ
    @zizzithefox Indeed, this is probably easier, thanks for the info