Subcategories

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

    375 Topics
    3k Posts
    M
    @Danp Hi, I'll try this. Thank you very much. Best regards Mattmurdock78
  • 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.
  • Try to shutdown host results in NO_HOSTS_AVAILABLE

    9
    0 Votes
    9 Posts
    2k Views
    olivierlambertO
    Plain shutdown should trigger the same consequence because there's a systemd unit that will do actions (like halting the VMs before the reboot)
  • Continuous Replication Delete First Problem

    2
    0 Votes
    2 Posts
    208 Views
    olivierlambertO
    That's a question for @julien-f
  • Unable to import disks, VMs, and create recipes

    kubernetes import vms recipes disk
    11
    0 Votes
    11 Posts
    2k Views
    DanpD
    @wawa That doesn't sound right. Since you're running XOA, I would suggest contact their support to have them investigate.
  • Backup Failed

    5
    0 Votes
    5 Posts
    867 Views
    S
    @olivierlambert Thank you, I didn't know this. Just reading the docs about it.
  • Backup broken

    6
    0 Votes
    6 Posts
    368 Views
    olivierlambertO
    Congrats @Andrew : you are now noted as a top contributor Thank you and all your efforts on S3 testing and reporting issues a lot!
  • S3 Backup Retention Not Deleting Old Backups

    14
    5
    0 Votes
    14 Posts
    2k Views
    olivierlambertO
    Dunno it's @florent you should ask
  • Alerts in XO/XOA?

    3
    1
    0 Votes
    3 Posts
    355 Views
    ForzaF
    @olivierlambert said in Alerts in XO/XOA?: it's in your dashboard view. Do you mean the Alarms section? It is not showing anything for me. There is no log showing past events.
  • Engineer page needed

    2
    0 Votes
    2 Posts
    325 Views
    olivierlambertO
    I don't think you can reset power state with XCP-ng Center
  • Notifications from Xen XCP Center in Xen Orchestra

    3
    1
    0 Votes
    3 Posts
    449 Views
    olivierlambertO
    That's correct
  • Ansible plugin, usage with AWX.

    14
    0 Votes
    14 Posts
    3k Views
    Tristis OrisT
    @shinuza got it, thanks. sad of course( "ansible needs a stable unique id to identify hosts" not realy, with manual host lists awx download new every time and remove old\chenged info. same for netbox integration. for most of task just enough tags like linux, db, etc.
  • Unable to connect remote host

    Solved
    8
    2
    0 Votes
    8 Posts
    4k Views
    olivierlambertO
    It happens No worries
  • Disaster / Continuous Backups issue

    3
    0 Votes
    3 Posts
    468 Views
    M
    @olivierlambert Thank you
  • Import VM disk failed

    Solved
    3
    1
    0 Votes
    3 Posts
    978 Views
    R
    @danp Forgot to reply in time I updated to the latest version of XO (from sources). Now everything imports fine. You can close this thread if you want.
  • Task has already ended errors during backup

    4
    0 Votes
    4 Posts
    354 Views
    olivierlambertO
    Weird… Can you remove the snapshot of the failing VM and try again to see if you still have the error? To me it's like the delta capability on XCP-ng side is failing on a specific disk
  • [Solved] create XO account from ssh

    Solved
    12
    0 Votes
    12 Posts
    4k Views
    B
    @gskger said in create XO account from ssh: I completely missed that in the troubleshooting documentation but it is already there - nice @olivierlambert said in create XO account from ssh: As @gskger siad, this was already documented and visible by searching the term "recover" in the search bar Uh - I tried a lot of other search terms, just not recover. Anyway - I'm back on track, thank you very much for all your help.
  • Any way to force the next delta backup to be full?

    7
    0 Votes
    7 Posts
    949 Views
    M
    Nice one, thanks guys.
  • Understanding backup sizes

    5
    0 Votes
    5 Posts
    1k Views
    olivierlambertO
    "It's complicated". The simple way is to copy your VHD to create a new one that will be unfragmented.
  • Setting ntp time in XOA

    4
    0 Votes
    4 Posts
    1k Views
    olivierlambertO
    You set up your timezone, not your time sync. Please open a ticket we can assist to check if your virtual appliance is correctly synced
  • Delta Backup Changes in 5.66 ?

    28
    0 Votes
    28 Posts
    10k Views
    DarkbeldinD
    @andrewreid XO team has released a new version 5.66.2 for XOA and new sources for the XO community that should fix most of the recent backup issue, so please update to latest and report back if needed.
  • Delta Backups Failing: AWS.S3.uploadPartCopy: CPU too busy

    8
    1
    0 Votes
    8 Posts
    910 Views
    florentF
    @stevewest15 I don't have any advice of the fiability of b2 Their design require us to make a minor modification to our upload service . During a full xva backup to a S3 like service, each part uploaded is uploaded along its hash and that is used to control the integrity