Subcategories

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

    381 Topics
    3k Posts
    florentF
    @cgasser are the backup job running normally (if any ) ? can you disable temporary the backup network ? the rrd stats should be visible immediately afte if this is the root cause
  • ACLs, Self-service, Cloud-init, Load balancing...

    93 Topics
    787 Posts
    B
    @DustyArmstrong From memory I did this live. I did have backups before attempting, though and the VM wasn't super critical.
  • All XO backup features: full and incremental, replication, mirrors...

    389 Topics
    4k Posts
    florentF
    @JB this means that it should have done a delta ( as per the full backup interval ) , but had to fall back to a full for at least one disk this can happens after a failed transfer, a new disk added and some edge case. This issue was not really visible before the latest release, even if the impacts can be important , saturating network and storage. We are investigating this ( especially @Bastien-Nollet ) , and expect to have a fix and/or an explanation fast Are you using "purge snapshot data" option ? Are there anything on the journalctl logs ?
  • Everything related to Xen Orchestra's REST API

    68 Topics
    530 Posts
    lsouai-vatesL
    @olivierlambert I am asking XO Team about this issue.
  • 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.
  • xo-cli deploy VM using ssh-key parameter

    Solved
    4
    0 Votes
    4 Posts
    628 Views
    kirovtomeK
    @julien-f @olivierlambert Thanks guys! You can close this one.
  • Snapshot with memory - orphaned suspend_image

    1
    0 Votes
    1 Posts
    351 Views
    No one has replied
  • VM get Halted Everytime I start them

    4
    3
    0 Votes
    4 Posts
    993 Views
    olivierlambertO
    You need to enable hardware assisted virtualization in your hardware (in the BIOS).
  • Latest XCP-ng 8.2: Cannot import XVA, even with latest XOA

    19
    0 Votes
    19 Posts
    3k Views
    B
    @olivierlambert Hah, indeed it was! CIFS is totally unstable, but I was able to get NFS working with these configs: mount -o vers=3,soft,mountproto=tcp [IP]:/share /mnt/nfs_share/backup.xva
  • Feature request - Configurable columns in list views

    3
    0 Votes
    3 Posts
    463 Views
    pdoniasP
    @d1rtym0nk3y Thanks for the feedback! This is actually something that we had in mind. It will probably have to wait for the next major version of XO, though.
  • Monitoring disk usage of thin provisioned disks

    15
    1 Votes
    15 Posts
    4k Views
    olivierlambertO
    It's because it's a fake, edited to show how we would like to have it If you need that, please open an issue in XO bugtracker, only after checking there isn't an existing same request
  • Cannot see virtual Machine consoles...

    Solved
    9
    1
    0 Votes
    9 Posts
    3k Views
    NickyMN
    @dreday said in Cannot see virtual Machine consoles...: @FPIT I would say to further troubleshoot the limited connectivity issues first... A few things that jump to mind right away Does the host have a network gateway address set for the management interface? Are there any firewalls or switch port ACLs blocking traffic? This one is the least likely culprit 3) Is you host management configured to use DHCP?(based on the blank console, though it would not explain the connectivity issues unless DHCP is not providing all necessary information for the network) Option number 3 worked for me. I had initially configured my management console (with public IP) to use DHCP and the other port (with local IP) to use static. When I did reset all connections to use DHCP the consoles came up. Thank you thank you thank you! @DreDay and of course thanks @FPIT for raising the issue. #one
  • Multiple NIC in XOA / XO CE

    Solved
    3
    0 Votes
    3 Posts
    675 Views
    H
    @olivierlambert Thank you again for the answer! I was not using the right search criteria to find this part myself Changed the 'config.toml' file after searching my system (not an XOA but XO CE, so it was in another location then mentioned in the documentation) Restarted and just as expected the GUI was only available on the specified IP
  • Ansible dynamic inventory

    2
    0 Votes
    2 Posts
    499 Views
    olivierlambertO
    We sponsored someone to work on Terraform and Packer. But every contribution is welcome, on Ansible too
  • Help with Xen Orchestra

    6
    0 Votes
    6 Posts
    751 Views
    olivierlambertO
    Sure, you can create a GH issue on XO repository
  • Xen Orchestra proxies - Test Feedback

    31
    0 Votes
    31 Posts
    13k Views
    olivierlambertO
    We are focusing first on getting something correctly integrated from XOA, it doesn't mean it will be exclusive to XOA. It's just we are first focusing on a completely "known" environment (XOA), but I think at some point we'll be able to provide manual setup for people who want to do it from the sources
  • Delta backup - can't restore

    4
    0 Votes
    4 Posts
    741 Views
    tonyp90T
    @julien-f Backup files check found no problems, so I tried to restore again and it works. No changes or updates in XO, no changes on vhd or json files (same dates and sizes). Only think I did was detach and attach backup repository (settings - remotes) which I tried before with no luck.
  • Python3 support?

    12
    0 Votes
    12 Posts
    2k Views
    DanpD
    @julien-f
  • Min static memory fixed?

    4
    0 Votes
    4 Posts
    1k Views
    olivierlambertO
    In theory, static min is bundled in the template and you shouldn't use less than that. If you still want to do it, consider it as "advanced", and do it with xe
  • Disable network_usage alarm

    3
    1
    0 Votes
    3 Posts
    525 Views
    olivierlambertO
    pinging @nhanlon
  • VM space used in local storage and base copies

    8
    6
    0 Votes
    8 Posts
    2k Views
    N
    @olivierlambert Dont know why the screenshots were not loading, posting that again With no snapshots and coalesce completed, very very little space used. [image: 1606962162989-captura-de-pantalla-233.png]
  • Feature Request: Allow changing proxy from WebUI in XOA

    6
    0 Votes
    6 Posts
    4k Views
    ForzaF
    @julien-f That explains it. Thanks!
  • XO HUB Templates and Recipes Free vs Premium

    Solved
    4
    0 Votes
    4 Posts
    872 Views
    olivierlambertO
    @maxcerny You shouldn't have any diff, no.
  • Terraform

    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).
  • Feature request: Highlight full backups

    feature in backlog
    6
    1
    0 Votes
    6 Posts
    399 Views
    julien-fJ
    I agree it makes sense. Ping @pdonias