Subcategories

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

    376 Topics
    3k Posts
    olivierlambertO
    Yes! That's a good guide for what you want to achieve
  • ACLs, Self-service, Cloud-init, Load balancing...

    93 Topics
    782 Posts
    T
    @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
  • All XO backup features: full and incremental, replication, mirrors...

    389 Topics
    4k Posts
    olivierlambertO
    That's a feedback for @lsouai-vates
  • 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.
  • Problem with file level restore from delta backup from LVM parition

    53
    0 Votes
    53 Posts
    18k Views
    W
    @ilidza no unfortunately not I opend a github issue. Here the link - Maybe you can ad something. https://github.com/vatesfr/xen-orchestra/issues/6097 @olivierlambert i have tried it on XOA - the same Issue. wuchererbe created this issue in vatesfr/xen-orchestra closed unknown filesystem type LVM2_member #6097
  • Proxy Backup speed

    7
    2
    0 Votes
    7 Posts
    784 Views
    julien-fJ
    @olivierlambert XO and XO Proxy are using the same code and the same backup workers to run backup jobs. If there are differences in perf, IMHO, they come from the appliances themselves and/or their networks. Keep in mind that data flows from the host, via XO or XO proxy, to the remote storage. Maybe the proxy is further from the host and/or the remote regarding the network?
  • XOSANv2 Trial in XOCE?

    5
    0 Votes
    5 Posts
    4k Views
    C
    Ok, I'll look into it some more. Right now, I'm just looking for XOCE to be hosted in the XOSTOR to avoid any issues with an NFS in my homelab going down. I have a spare M.2 NVME in each host that I can use, I'm pretty sure that my XOCE isn't very big.
  • Incremental backup - force full backup

    6
    3
    0 Votes
    6 Posts
    591 Views
    olivierlambertO
    That's correct. It's the new "reference" for the following delta, so we need to be able to read the full when we restore the backup (or a file) or when we coalesce (when reaching the retention). That's why compressing the full isn't trivial.
  • Backup report template

    6
    0 Votes
    6 Posts
    751 Views
    ronivayR
    Wouldn't that support something like doesn't match pattern? I got similar monitoring, although i have a custom script that does the check but essentially i just look for status being successand if not, then alert.
  • ENAMETOOLONG in orchestra.log during merge

    5
    0 Votes
    5 Posts
    698 Views
    julien-fJ
    @anonabhar You can safely delete these files
  • please add a paste option into the console in XOA

    2
    2 Votes
    2 Posts
    1k Views
    olivierlambertO
    It's probably broken in that version of noVNC sadly This will change in XO 6/XO Lite
  • "Alt Gr" key locked

    5
    0 Votes
    5 Posts
    5k Views
    A
    Same here with a German keyboard where backshlashes require using the AltGR key. With most other (especially when cascaded) remove viewers, hitting Ctr, Alt and AlgGr keys alone helps to get shift states back in order, but not here. BTW I also noted that hitting the RDP button, didn't lauch RDP, just lost the mouse but not they keyboard, which is also rather strange.
  • Alpine 3.14 not detected correctly

    4
    3
    0 Votes
    4 Posts
    752 Views
    ForzaF
    I created an issue on https://gitlab.alpinelinux.org/alpine/aports/-/issues/13506 to track this.
  • Restore backup to multiple target SR

    3
    0 Votes
    3 Posts
    460 Views
    marcungeschiktsM
    @olivierlambert and @lukas , indeed it is already in our backlog. We 'll do our best to deliver it in the first trimester. FYI: Github issues : #4016 #4605 and also in our private Wekan board #725 For each VDI, select target SR (or ignore) - Vates team use only
  • Functionality of the RDP button in XOA?

    2
    0 Votes
    2 Posts
    1k Views
    olivierlambertO
    It's an RDP URL available in your browser. You need to have configured your browser with a working app to link the rdp:// URL to your remote desktop application.
  • Unknown error - this pool is already connected

    14
    0 Votes
    14 Posts
    3k Views
    A
    @olivierlambert Thanks guys
  • xoa node/npm version warning

    Solved
    3
    0 Votes
    3 Posts
    623 Views
    julien-fJ
    @olivierlambert Indeed, expect a patch release of this package very soon Done.
  • Unable to start newly created VM; cd drive not completely installed warning message

    Solved
    2
    1 Votes
    2 Posts
    1k Views
    M
    @wlp94114 I had the same error. My ISO repository is on an SMB share, but the files were not readable by the ID I had mounted the share with in Xen. I corrected the permission on the file, and could get the VM to start.
  • Health issue following backup failure

    5
    3
    0 Votes
    5 Posts
    545 Views
    F
    @danp Thank you for your help. All sorted now
  • File restores from Windows guest backups

    4
    1
    0 Votes
    4 Posts
    704 Views
    BrantleyHobbsB
    @thenorthernlight I doubt it's necessary. My XO is built entirely from source. It's probably just missing a dependency in the image I downloaded. (From here, in case anyone is curious: https://github.com/ronivay/XenOrchestraInstallerUpdater) Thanks!
  • Startup VM Order

    1
    8 Votes
    1 Posts
    700 Views
    No one has replied
  • list backup times in .... time format?

    3
    1
    1 Votes
    3 Posts
    421 Views
    TheNorthernLightT
    @ronivay You make a good Point. What I didn't know, that I do now, I wasn't "naming" my schedules. Once you do that, it replaces the Cron time. So I called my things like "Daily @ 4:30 - Diff" but obviously naming schemes are broad.
  • Initial Backup only creates Delta Restore

    6
    2
    0 Votes
    6 Posts
    675 Views
    olivierlambertO
    Very likely. With an UX designer, we'll be sure to avoid those problems
  • S3 Backup Restore File Issue

    Solved
    4
    1
    0 Votes
    4 Posts
    455 Views
    S
    Thank you greatly appreciate your assistance as always!