Subcategories

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

    380 Topics
    3k Posts
    ForzaF
    @olivierlambert Thanks for the suggestion. I removeds the "Suspend SR" setting from the pool settings. However even on a host-local SSD SR it takes time. Here an Alpine system with 1GB ram used but 32GB allocated. It seems tapdisk is doing lots when creating a snapshot with ram. This time it took maybe less than 5 minutes to finish. [image: 1757923329796-9404b882-dd74-4223-921c-54da1b41e9c4-image-resized.png] I found the suspend image, however it is not stored on the same SR as the VM itself. (I have multiple SRs on this host). The XOA says it is 40.42GB while the image on-disk is 33GB. [image: 1757923847844-54dbaca1-8747-474a-81d0-dc68c2885e9f-image-resized.png]
  • ACLs, Self-service, Cloud-init, Load balancing...

    93 Topics
    784 Posts
    P
    @tmk hi ! Many thanks, your modified python file did the trick, my static IP address is now working as intented. I can confirm this is working on Windows 2025 Server as well.
  • All XO backup features: full and incremental, replication, mirrors...

    389 Topics
    4k Posts
    olivierlambertO
    Feedback for you @florent
  • Everything related to Xen Orchestra's REST API

    68 Topics
    529 Posts
    olivierlambertO
    @lsouai-vates we should try to reproduce and if we can, to fix it ASAP. Thanks!
  • Terraform, Packer or any tool to do IaC

    35 Topics
    350 Posts
    J
    @manilx I have proposed to the IaC team of Vates, a MCP Server for Vates VMS. Which can be used by GitHub Copilot or similar, if used when doing IaC etc.
  • Error on File Restore

    3
    0 Votes
    3 Posts
    553 Views
    A
    @AudiSys said in Error on File Restore: root@VMwXenOrchestra01:/run/sr-mount# tail -n 1 /etc/xo-server/config.toml useSudo = true Yes, as we can see in simple config file, listed in info related to problem. Thanks
  • XE vm-export compress options

    xo export
    8
    0 Votes
    8 Posts
    4k Views
    S
    @olivierlambert Haha, I lost belief in 'logical' many years ago. What I think is logical and what others think is logical, often is very different So, I still think it's great, cause it takes one command out of my CLI VM import pipe line
  • XO(A) + rclone

    6
    0 Votes
    6 Posts
    897 Views
    olivierlambertO
    In beta, but still Native support (not via a pseudo FS mount)
  • Power on mode greyed out

    5
    0 Votes
    5 Posts
    1k Views
    P
    Only my pool master is there. Although I made the change in: Home > Pools > "pool1" > Advanced > Master
  • Backup Remote VLAN

    Solved
    3
    0 Votes
    3 Posts
    504 Views
    K
    @jedimarcus Oh, that makes sense. XO is managing the backup so it needs an IP on the VLAN. I was focusing on the hosts. Once I added a network interface on the XO server for the VLAN, everything worked as expected. Thanks!
  • Private Network Creation Greyed Out

    private xoa networking
    8
    0 Votes
    8 Posts
    2k Views
    BenjiReisB
    Here's how to build it: https://xen-orchestra.com/docs/from_the_sources.html
  • Can't seem to properly create a K8S cluster

    xoa-recipe k8s
    6
    0 Votes
    6 Posts
    1k Views
    BenjiReisB
    Yes that should work
  • Cloudinit does not work correctly

    9
    0 Votes
    9 Posts
    3k Views
    M
    @olivierlambert said in Cloudinit does not work correctly: @mlustosa said in Cloudinit does not work correctly: ssh-ed25519 This is probably the issue. Are you sure you added correctly your key manually? it's correct. I have two keys, one id_ed25519 and the other id_rsa.
  • CPU Usage Mismatch

    6
    0 Votes
    6 Posts
    715 Views
    S
    I actually had more cores assigned to the vm earlier. Maybe that caused it.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Latest version Xen Orchestra - update how?

    Solved
    3
    0 Votes
    3 Posts
    3k Views
    J
    Update failed and made a new vm. Snapshot now works. Thanks for the tip. Had a nfs connection problem after that but that worked again after I ran an apt install nfs-common on the new vm.
  • Power on function

    52
    0 Votes
    52 Posts
    14k Views
    D
    Trying something new... Remove all servers from XO and log out. Host 1 is powered off. On host 2. xe task-list uuid ( RO) : 727ecb6b-6f2e-15eb-601b-110b2478996b name-label ( RO): Async.host.power_on name-description ( RO): status ( RO): pending progress ( RO): 0.000 xe task-cancel uuid=727ecb6b-6f2e-15eb-601b-110b2478996b Task is still there. From XCP-NG Center. Shutdown all VMs and host2 (All powered off). Powered up both servers. Wait 15 minutes to make sure no tasks are pending (xe task-list). Logging output to file via putty of; tail -f /var/log/audit.log Added host2 (master) to XO Settings/Servers. The Async.host.power_on task hasn't come back.
  • 10GB backup with XOA (XCP to windows NFS)

    30
    0 Votes
    30 Posts
    7k Views
    julien-fJ
    That sounds feasible indeed
  • This topic is deleted!

    27
    0 Votes
    27 Posts
    18 Views
  • Upgraded to XOA 5.48.2 and Can't Do Delta Backups?

    Solved
    4
    0 Votes
    4 Posts
    424 Views
    I
    Aha! Thanks for the heads up.
  • Unable to mount NFS share in XOA

    4
    3
    0 Votes
    4 Posts
    4k Views
    H
    @olivierlambert could this error be more verbose? I think this error should say: Cannot write file .keeper_uygbivt5lv on remote <whatever the remote name/address> NFS is mounted but XOA cannot write to mounted dir. This happens in NFSv4 as default when sec=sys on NFS server (that is the default).
  • OVA import failing

    48
    0 Votes
    48 Posts
    16k Views
    G
    @olivierlambert @olivierlambert said in OVA import failing: Keep in mind the file has to flow from your browser toward your XOA, then to your XOA to your host, which might use another network share itself. If your XOA could mount the place where you have your OVA directly, you could use upload-ova utility (see https://github.com/vatesfr/xen-orchestra/tree/master/%40xen-orchestra/upload-ova#usage ) to send them directly. Going to look into that, thank you.
  • 0 Votes
    6 Posts
    7k Views
    julien-fJ
    Yep, that's the best solution Have a nice day.
  • 0 Votes
    7 Posts
    546 Views
    olivierlambertO
    @julien-f is aware of the problem, he's working on getting proxy fully independent on the network connection. Can you check why the connection between XOA and your proxy is interrupted? Is there any reason you have in mind?
  • Can't deploy XOA

    Solved
    10
    0 Votes
    10 Posts
    2k Views
    olivierlambertO
    I said that for both statements: It's not Xen fault if it doesn't work on top of KVM, but Xen accessing some virt features that aren't correctly exposed by KVM. I'm not blaming them, nested virt is a mess to properly code and test. Consider this as experimental everywhere. I missed the "for me". But it's also vague, I don't know your constraints/what do you want. Also, I think I heard that some users made it work with Virtualbox, but it might also depends on your hardware. As I said, nested virt is a mess, and sometimes, some hardware works better than others (or even some VBox versions).