XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. TodorPetkov
    3. Topics
    T
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 12
    • Groups 0

    Topics

    • T

      More than 64 vCPU on Debian11 VM and AMD EPYC

      Watching Ignoring Scheduled Pinned Locked Moved Compute
      35
      0 Votes
      35 Posts
      6k Views
      R
      @andSmv thanks for coming back on this. Actually you are right it is a limit on Windows OS as per documentation here https://learn.microsoft.com/en-us/windows-server/get-started/editions-comparison-windows-server-2019?tabs=full-comparison. Should have checked this before I asked the question
    • T

      Terraform

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      4
      0 Votes
      4 Posts
      1k Views
      D
      @ruskofd is right. You should be able to use the cloud_network_config attribute to achieve this. The following code is untested but should launch a vm with a static IP. Please see the xenorchestra_vm resource docs and the cloud-init networking v1 docs for more details. resource "xenorchestra_vm" "static_ip_vm" { .... cloud_network_config = <<EOF network: version: 1 config: - type: physical name: eth0 subnets: - type: static address: STATIC_IP/24 gateway: GATEWAY_IP dns_nameservers: - 8.8.8.8 EOF } Let me know if you have any questions or issues using cloud_network_config, As for the blog post, the VM would have been assigned an ip address via dhcp (assuming the guest OS had cloud-init installed which was true for the VM template in the blog post).
    • T

      XO and Debian10

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      9
      0 Votes
      9 Posts
      1k Views
      DanpD
      @axel I just ran the installation script on a Debian 10 VM and it worked as expected. Even when using the "official" way, sometimes the installation can fail due to things like -- issues with recent commit to github repo issues with upstream dependency etc This is why the pre-built XOA appliance exists. Feel free to open an issue over on the script's Github repo if you continue to encounter issues.
    • T

      DR backup between sites

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      3
      0 Votes
      3 Posts
      583 Views
      Marc.pezinM
      Yes, for now and until the proxies are available, everything is going through the XOA. In your example, it goes from Site 2 (VM1) to Site 1 (XOA) and then to site 3 (VM1 replicated) If you are interested into proxies, feel free to subscribe on the form at the end of the article, we are planning to have an alpha version as soon as possible