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.
  • XOA/XO from Sources S3 backup feature usage/status

    22
    0 Votes
    22 Posts
    7k Views
    florentF
    @JamesG yes, exactly
  • Has my backup job crash or still in progress?

    7
    2
    0 Votes
    7 Posts
    521 Views
    Tristis OrisT
    i can say that timeout option is still ignored. Also after last backup refactoring commits. Some of my jobs hangs almost every day. I'm going to test how it will works with 1 remote + mirror instead of 2 remotes backup.
  • Xen Orchestra with Citrix hypevisor - updates

    3
    0 Votes
    3 Posts
    320 Views
    R
    @olivierlambert Hi, thanks for info. Roman
  • How can I export a xcpng template to desktop

    4
    0 Votes
    4 Posts
    904 Views
    delafD
    @tcorp8310 for information you can use the xe template-export template-uuid= filename= command to export a template into a file.
  • Continuous Replication storage issue

    Solved
    10
    1
    0 Votes
    10 Posts
    983 Views
    A
    @florent Updated XO source to latest master and it's all green again. Commit 3f316fcaea11775fc1393737cc6e09d8138da62d fixed the issue for me. Thanks!
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    9 Views
  • MDB for backup

    3
    0 Votes
    3 Posts
    336 Views
    florentF
    @robyt nice catch We use compression when selecting block based backup (by default brotli), that brings a 20-50% storage reduction depending on the data PR is here https://github.com/vatesfr/xen-orchestra/pull/6865 and will be merged before may release fbeauchamp opened this pull request in vatesfr/xen-orchestra closed fix(xo-web): VHD directory tooltip #6865
  • Task not showing

    7
    4
    0 Votes
    7 Posts
    652 Views
    GheppyG
    It seems that the task failed 5 minutes a go, with the error >> HTTP connection has timed out <<, I restarted the task and now everything is displayed. Thank you
  • 00h00m00s 0/0: : ERROR: There are no scenarios; must have at least one.

    12
    0 Votes
    12 Posts
    2k Views
    H
    @AtaxyaNetwork Thank you so much.
  • XOCE Warning on build

    4
    1 Votes
    4 Posts
    437 Views
    DanpD
    @Andrew I'm on the same commit. To be clear, it's a warning not an error -- [4/5] Linking dependencies... warning " > eslint-config-standard@17.0.0" has incorrect peer dependency "eslint-plugin-n@^15.0.0". warning Workspaces can only be enabled in private projects.
  • Which Network Should Be Used for NBD Enablement?

    1
    1 Votes
    1 Posts
    422 Views
    No one has replied
  • S3 Remote benchmark

    4
    0 Votes
    4 Posts
    404 Views
    planedropP
    @fred974 Gotcha, yeah this is their built in speed test which IMO isn't that accurate since it uses a very small amount of data to determine speeds, I've seen wild fluctations in it.
  • Grain position error

    8
    0 Votes
    8 Posts
    595 Views
    olivierlambertO
    There isn't a huge diff: stable is just release-1. "release" is "latest". So for example, our next XO release (5.83) will be in latest while your current latest code will land in stable. So if next week (June the 1st) you decide to get back on stable, you will be in 5.82 (the current latest of today).
  • Unable to restore backup

    Solved
    4
    0 Votes
    4 Posts
    323 Views
    olivierlambertO
    Nice catch @Danp
  • Xen Orchestra template - How to troubleshoot VM when ssh is dead

    5
    0 Votes
    5 Posts
    420 Views
    DanpD
    Have you tried attaching the disk to a separate VM and then editing the SSH keys from there?
  • Xen-Orchestra build from source - Debian 11.7

    5
    0 Votes
    5 Posts
    817 Views
    B
    @Mcvills ah, cool. Well at least that fix is there in case anyone else stumbles upon what I was hitting.
  • large consume of memory in 5.82.2

    6
    0 Votes
    6 Posts
    470 Views
    olivierlambertO
    Depends on the load, mostly when doing backups, if you backup 20+ VMs, 4vCPUs is better.
  • How to see the real progress of a backup

    4
    0 Votes
    4 Posts
    313 Views
    olivierlambertO
    We will discuss that internally Thanks for your feedback
  • User cannot see any servers - how to edit permissions

    6
    1
    0 Votes
    6 Posts
    759 Views
    olivierlambertO
    @kent You can ask for a trial so you can do it the time you need If you use XO from the sources, you will have the feature for free (but without support/updater and such)
  • XOA - VM-console on iPhone - no keyboard

    7
    0 Votes
    7 Posts
    975 Views
    MathieuRAM
    At first glance, it does not seem so easy. First, we will implement this feature in XO Lite (soon). We will then see if there is a trivial way to adapt the changes in XO5