Subcategories

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

    378 Topics
    3k Posts
    olivierlambertO
    Hi, Do you have any error message? What's happening? Anything visible or not?
  • ACLs, Self-service, Cloud-init, Load balancing...

    93 Topics
    783 Posts
    MK.ultraM
    @tmk said in Cloudbase-init on Windows: @jkatz I ran into the same issue when trying to configure a network adapter with cloudbase-init. The documentation says that the MAC address value is optional but in reality it is required. In my case I want Xen Orchestra to choose a unique MAC during deployment, and I since I am deploying from a template, the NIC name is a known value. The fix that ended up working for me was to modify the networkconfig.py file in cloudbase-init so that the NIC name is required and the MAC address is optional. I ended up making some additional changes to allow for the network-config v2 format along with the existing v1 support and some additional logic to aid in setting the dns search domains (I can't recall if this was originally supported or not but I had issues getting it to work with the original networkconfig.py file) This file needs to replace the existing one that is installed in the C:\Program Files\Cloudbase Solutions\Cloudbase-Init\Python\Lib\site-packages\cloudbaseinit\plugins\common\ directory. To replace it you should make sure that the cloudbase-init service is stopped, then replace the file. Once this file is replaced, delete the pycache folder in the same parent folder as networkconfig.py - this will ensure that python recompiles this file on service start. Start the cloudbase-init service and confirm that you see a new pycache get created. I'm not a python programmer by trade so others may be able to point out areas for improvement but this ended up working for me and I wanted to share in case it could help others needing to deploy new servers without manually specifying a new MAC address. Below is an example network-config v2 format that works with the updated file. version: 2 ethernets: Ethernet 2: dhcp4: false addresses: - 10.20.30.10/24 nameservers: addresses: - 10.20.5.12 - 10.20.5.13 - 10.20.5.14 search: - intranet.domain.org - domain.org - public-domain.org routes: - to: default via: 10.20.30.1 Updated networkconfig.py file: networkconfig.py.txt Thank you for posting! I followed your directions verbatim and I'm still having trouble getting the network config to take. Does it work with Windows Server 2025?
  • All XO backup features: full and incremental, replication, mirrors...

    389 Topics
    4k Posts
    olivierlambertO
    @florent so it's like https://github.com/vatesfr/xen-orchestra/commit/a459015ca91c159123bb682f16237b4371a312a6 might introduced a regression? 0 fbeauchamp committed to vatesfr/xen-orchestra Fix(replication): VDI_NOT_MANAGED error (#8935) from ticket #40151
  • 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.
  • transport-email unable to send to GMail recipient

    35
    0 Votes
    35 Posts
    10k Views
    julien-fJ
    @CJ Please test the branch email-local-hostname which make the local hostname configurable and keep me posted.
  • Unable to reconnect XCP server after XOA update

    12
    1 Votes
    12 Posts
    1k Views
    DanpD
    Sounds like a rights issue.
  • restoring

    7
    0 Votes
    7 Posts
    732 Views
    olivierlambertO
    Don't forget to always stay up to date to the latest commit as possible, because there's no support on older code for the version on Github
  • Converting XOA Community Edition into the fully supported Xen Orchestra

    3
    0 Votes
    3 Posts
    395 Views
    H
    @Gheppy thank you for the response. I will do that.
  • Enabling and using NBD backups

    2
    0 Votes
    2 Posts
    772 Views
    T
    @MrNaz I recommend reading the XO blog; updates are published monthly. NBD was introduced in the 5.76 release and the ability to enable in the Xen Orchestra UI was introduced in 5.79 https://xen-orchestra.com/blog/xen-orchestra-5-76/ https://xen-orchestra.com/blog/xen-orchestra-5-79/ Also enhancements were released in 5.81 https://xen-orchestra.com/blog/xen-orchestra-5-81/
  • XO CR: Vlan does not follow for all Vif

    12
    0 Votes
    12 Posts
    2k Views
    M
    Old thread i know but i will say that there is an issue with using VLAN.id 1 I am permitting all vlans end to end on my infrastructure and the only vlan that doesnt work is 1. If i move the VM to another vlan then everything works. I suppose the solution is to not use vlan.id 1 but thats terrible. all vlans are permissiable.
  • 0 Votes
    9 Posts
    3k Views
    olivierlambertO
    Ah great news Thanks for the feedback!
  • XO Proxy Comminuty edition Config Error

    2
    0 Votes
    2 Posts
    200 Views
    G
    @elvintmp75 @elvintmp75 said in XO Proxy Comminuty edition Config Error: I'm probably missing something obvious..any ideas? Yes ! You forgot to read the instructions properly. It is clearly stated: "This script is not supported or endorsed by Xen Orchestra. Any issue you may have, please report it first to this repository." This means that this script/ install method is NOT made or supported by Vates (The guys behind Xen Orchestra / XCP-ng ) There may be errors in scripts and installs which you should report to the creator and not to this forum !
  • 0 Votes
    21 Posts
    4k Views
    T
    @olivierlambert Thank you and your team again for your commitment to this fantastic FOSS tool and for allowing me to build it myself! I very much appreciate the personal touch of my issues being triaged by the CEO and Co-Founder. It's refreshing to see an executive officer stay in touch with their customer base.
  • Provision Config/Secrets to XenStore from XO

    2
    0 Votes
    2 Posts
    194 Views
    olivierlambertO
    Hi, Indeed, only root user in the guest can read it Any user that can see the XAPI object will be able to read it So I would say it's "reasonably safe", but it all depends on your global usage context and level of confidentiality you need.
  • XO User restore VM from Backup

    2
    0 Votes
    2 Posts
    302 Views
    olivierlambertO
    Hi! Short answer: no. Restore is only for a "superuser" (admin) not for "regular" users. In the long run: maybe So it's up to you (for now) to restore the VM.
  • 0 Votes
    20 Posts
    2k Views
    florentF
    @AlexTheBest great work and effort alex , and welcome to modern storage .
  • MTU change

    7
    0 Votes
    7 Posts
    5k Views
    D
    Hey, @stevewest15 - I'm going to echo Olivier here. I stumbled across this posting (sorry for being a couple of months out) because I was looking for the right procedure to change my MTU to 9k - based on a recommendation from iX Systems (we have a TrueNAS Core X10 from iX). My two XCP-NG boxes have 10G NICs and the X10 has a dual 10G NIC LACP bond. I was seeing, frankly, disappointing numbers when I watched port statistics on the 10G switch; I never really got above ~2G even on the LACP bond while doing a backup from the pool to the pool's backup SR. After reading Olivier's response to you, I thought I'd iperf it without changing the MTU. Olivier and his team are a bunch of REALLY smart people, and I'm inclined to believe what they tell you... But I'm a strong believer in "trust but verify". Ce n'est pas, @olivierlambert? Anyway, this is what I got just with straight 1500 MTU using iperf3 between one of my XCP-NG hosts and the X10. As you can see, I didn't do any modifications such as paralleling or MSS settings. Just a raw test: [image: 1691080423925-c67a394b-c7b8-4345-b1de-93df8f010aa6-image.png] The 10.11.11.0/24 network is our non-routed SAN/NAS network. While pushing to 9k MTU (don't forget to look at MSS as well) might help these ~80% utilization numbers, the real issue in my mind is the gap between the ~2G I was seeing and the raw numbers above. This tells me that there's something else afoot here. A few thoughts: TrueNAS encryption. If the target is encrypting/decrypting data on write/read, you're going to see significantly lower numbers My initially disappointed observations were during backups. Again, there's a lot going on under the hood that could be affecting performance before it even gets to the wire (or glass, as in my case). Perhaps I need to look at what I can do to tune NFS itself Changing the MTU (and probably MSS) is absolutely a valid thing to do, but every device in the path needs to be adjusted as well. And 5 years from now, when you go to replace the switch, or a NIC, or the storage array... Are you going to remember? I've been in that situation... and I didn't. Hopefully you're smarter than me! iPerf is showing that there's probably 20% in overhead on my SAN, which is something worth looking at, but at this point it's not an outrageous number - particularly since I'm not even coming close to touching that number during normal ops. It's worth a Wireshark though.
  • Coalesce failed, skipping - corrupted

    6
    0 Votes
    6 Posts
    784 Views
    G
    @olivierlambert so I went to restore this VM from backup, and noticed that the monthly backup is currently running on this VM as we speak. Will restoring from this newest backup fix my issue? Or does it restore the issue back into production?
  • This topic is deleted!

    0
    0 Votes
    0 Posts
    33 Views
    No one has replied
  • XOA source update

    Solved
    3
    0 Votes
    3 Posts
    489 Views
    R
    works. thanks!
  • 0 Votes
    1 Posts
    311 Views
    No one has replied
  • Recover a local drive used for a SR

    1
    0 Votes
    1 Posts
    881 Views
    No one has replied
  • Ubuntu Jammy Jellyfish 22.04.2 LTS Super Slow Console

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    planedropP
    @Andrew This was the answer, thank you! I had it set with 8MiB of video memory which was fine with an older install but 22.04 needs more it looks like. Bumped that up to 16 MiB and it's super smooth now. Thanks for your help! @olivierlambert increasing the video memory was the solution. But to answer your question this was in BIOS mode rather than UEFI.
  • Increasing the disk size of vmguest without shuting down

    10
    0 Votes
    10 Posts
    3k Views
    olivierlambertO
    @MathieuRA Indeed, that's the right way to do it, I think