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.
  • New server pool not showing in XOA

    3
    0 Votes
    3 Posts
    608 Views
    2
    @Andrew all that was okay. The proxy string was incorrect, now working. Thanks
  • Debian template console login

    6
    0 Votes
    6 Posts
    924 Views
    olivierlambertO
    If you want to login manually without any SSH key, you have to add a password for the account (passwd). Then you can log in with your Debian user with this password.
  • Xen orchestra VM Console broken?

    36
    0 Votes
    36 Posts
    11k Views
    B
    Updated to Master build, a66ae, xo-server 5.92.0, xo-web 5.96.0. Consoles seem to work fine again. thanks all!
  • 0 Votes
    3 Posts
    292 Views
    planedropP
    @Danp I'll do some more digging on this once I have some time and see if I can find anything in the logs. I didn't have a chance to look yesterday when I was working on this. It might be worth noting that I was trying to setup an S3 remote, not sure if it would happen with another one and maybe it has something to do with timing out (was trying to hook into Backblaze which doesn't seem to be working right either, works fine on all my other machines running TrueNAS and stuff but can't get it connected with XCP-ng, other S3 places like Wasabi and Amazon work fine though). I'll update this thread with more info once I do some more testing, might have time this weekend but not sure yet, and this is in a production environment, so I do want to be careful about causing potential issues.
  • Default Login for the Ubuntu 20.04 XO Hub Template

    4
    0 Votes
    4 Posts
    2k Views
    olivierlambertO
    Click on "More details" to get it
  • Zstd for Delta Backup

    2
    0 Votes
    2 Posts
    307 Views
    olivierlambertO
    Zstd is for XVA file format compression. There's no compression on delta, because we need to merge them on destination, when retention is reached (inside the backup repository). So it doesn't really worth it (since you'll have to decompress them to do the merge).
  • Problems with trying to recover data after full local storage

    5
    1 Votes
    5 Posts
    1k Views
    O
    Hello, mtill ! In this situation, you may try to recover the stored data on the RAM because, in your case, the data was overwritten in the RAM. The number of recovered files by this method depends on the RAM size, the size of files that was overwritten by this way and by the time running this process. I can suggest you use a specialized recovery service like raid recovery service to ensure that you will restore more data you can. I wish you a bit of good luck.
  • Not a real issue, just looking for some knowledge ...

    4
    0 Votes
    4 Posts
    577 Views
    olivierlambertO
    I agree, I don't think it's a technical limitation, just a use case not "covered"
  • DNS queries during backup job

    27
    0 Votes
    27 Posts
    9k Views
    julien-fJ
    The DNS cache has been merged, keep us posted if you have any issues.
  • LDAP Groups are Empty

    3
    0 Votes
    3 Posts
    696 Views
    K
    @Darkbeldin Got ya, thanks!
  • Restore 'expected values' error

    4
    0 Votes
    4 Posts
    249 Views
    olivierlambertO
    Oh okay, it's a problem on restore. Then there's something wrong on the backup chain. Any hint @julien-f ?
  • usage-report description

    4
    2
    0 Votes
    4 Posts
    608 Views
    olivierlambertO
    Feel free to ask for a feature request, as long it's well described in terms of the "what I need" functionally
  • HA in XO

    2
    0 Votes
    2 Posts
    364 Views
    DarkbeldinD
    @cyrus104 Hi, No, there is no way to enable HA at XO level and it is on purpose. Enabling HA as to be taken very seriously, it can cause pool wide crippling issues so we considerer doing it through CLI and be aware of what you really do being mandatory.
  • trying to use netdata in XOA and I get

    2
    0 Votes
    2 Posts
    455 Views
    olivierlambertO
    That would be easier if you open a ticket so we can use our remote access tunnel to take a look
  • default view on hosts?

    2
    0 Votes
    2 Posts
    297 Views
    olivierlambertO
    Have you saved the view you wanted to have? I'm not entirely sure to get it, what is the URL you have in your browser?
  • Plugin Web-Hooks avec Mattermost

    7
    0 Votes
    7 Posts
    761 Views
    olivierlambertO
    You would have to write a daemon, listing for webhooks, parse it, and then send it to Mattermost with the expected payload.
  • Installing patches in pool fails (fixed)

    Solved
    5
    1
    0 Votes
    5 Posts
    1k Views
    K
    Not that you actually needed this reply, but confirmed patch works after upgrade this morning. Thanks for update and the patch.
  • Can't re-add deleted host

    10
    0 Votes
    10 Posts
    863 Views
    olivierlambertO
    I would suggest to NOT expose the host directly on the outside. Especially such an old version with a lot of security issues.
  • April 2022 XCP-ng Update Not Asking for Reboot

    3
    0 Votes
    3 Posts
    288 Views
    planedropP
    @olivierlambert My bad it's late and I totally forgot to check the github. Thanks!
  • Migrating from Intel -> AMD

    11
    0 Votes
    11 Posts
    2k Views
    J
    @olivierlambert said in Migrating from Intel -> AMD: I don't know, but what I can tell is the fact I myself migration my own production from Intel to AMD without any issue, so I really wonder why your guest can't boot Well it's weird... because happens with all Ubuntu 16 hosts too. For this Debian in particular, even after upgrading to bullseye, still won't boot on any AMD host, only on Intel ones. Finally I just reinstalled from scratch on an AMD host and migrated the data.