• XCP-ng Windows PV tools announcements

    Moved News
    83
    0 Votes
    83 Posts
    10k Views
    A
    @dinhngtu You rock - thank you!
  • "Guest tools status"

    Migrate to XCP-ng
    4
    0 Votes
    4 Posts
    150 Views
    kruessK
    @blueh2o Ooops, sorry - I read your message the wrong way around. You're right, that sounds really weird in your case....
  • Replication is leaving VDIs attached to Control Domain, again

    Backup
    9
    0 Votes
    9 Posts
    405 Views
    A
    @florent I rebuilt my XCP hosting environment (everything is faster and bigger stuffed into one rack).... and this issue is now worse. The main changes to this new setup are 2x40Gb networking, faster NFS NVMe NAS, faster pool servers, more memory, much faster CR destination machine with ZFS. Running XCP 8.3 (March 2026 updates) and XO (master a2e33). Replication is leaving many attached to control domain every day with NBD connection set to 2. Changing it to 1 seems to resolve the issue (no more stuck to control domain).
  • VDI not showing in XO 5 from Source.

    Unsolved Management
    37
    2
    0 Votes
    37 Posts
    3k Views
    andrewperryA
    @anthoineb thanks very much! Definitely has us sharpening our cli skills in the meantime….
  • New Rust Xen guest tools

    Development
    167
    3 Votes
    167 Posts
    133k Views
    A
    @yann Item Opened on Gitlab.
  • Nested virtualization

    XCP-ng
    9
    2
    0 Votes
    9 Posts
    284 Views
    M
    @olivierlambert Can you provide insights? Is nested virtualization as in running Hyper-V inside a XCP-ng VM expected to work?
  • COM Port Windows guest VM to network

    Compute
    5
    0 Votes
    5 Posts
    118 Views
    J
    @TeddyAstie That's more like it. I'm not finding the com2tcp though. I at least have something to search for. Once configured, is this persistent or do I need to create some sort of start up script that runs/loads a config on machine boot? Thanks!!
  • 0 Votes
    7 Posts
    123 Views
    A
    Found issue in my script all seems to be working now for me just no vmware vm to test import on
  • XOSTOR

    Solved Xen Orchestra
    12
    1
    0 Votes
    12 Posts
    312 Views
    U
    But thank you for your time all the same.
  • Just FYI: current update seams to break NUT dependancies

    XCP-ng
    18
    0 Votes
    18 Posts
    670 Views
    F
    @rzr Hi. Thank you very much. I will be setting up a new server within the next 2 weeks and will definitely test it. Then I will give you feedback! Thank you again for picking it up!
  • Potential bug with Windows VM backup: "Body Timeout Error"

    Backup
    59
    3
    2 Votes
    59 Posts
    7k Views
    nikadeN
    @Pilow We tried that as well, same problem Also tried with a VM on the same newtork, just another VLAN, and we're seeing the same thing. At first we figured it was because one of the xcp-ng's was on a remote site which is connected through an IPSEC VPN, but that wasn't the case.
  • Best pratice : Add dedicated host for CR or DR.

    Backup
    5
    0 Votes
    5 Posts
    114 Views
    P
    @Dezerd you just have to start-copy the Replica VM it permits the original job to keep replicating on the VM. there is no failover/failback mecanism AFAIK if you work on replica started VM, you will have to put up in place a replica going to original hosts
  • Hot-adding a resource

    XCP-ng
    5
    0 Votes
    5 Posts
    112 Views
    U
    Thank you all for your answers—now it's clear.
  • 0 Votes
    4 Posts
    165 Views
    1
    @MathieuRA Thanks for the quick response and for flagging it, really appreciate it! No rush at all. Thank you for all the hard work being put into the REST API, it's been fantastic.
  • Nested Virtualization in xcp-ng

    Compute
    13
    1 Votes
    13 Posts
    478 Views
    Y
    @abudef Some quotes from the documentation to clarify the situation: https://docs.xcp-ng.org/compute/#-nested-virtualization
  • Migrations after updates

    Xen Orchestra
    13
    2
    0 Votes
    13 Posts
    490 Views
    Bastien NolletB
    Hi @acebmxer, I've made some tests with a small infrastructure, which helped me understand the behaviour you encounter. With the performance plan, the load balancer can trigger migrations in the following cases: to better satisfy affinity or anti-affinity constraints if a host has a memory or CPU usage exceeds a threshold (85% of the CPU critical threshold, of 1.2 times the free memory critical threshold) with vCPU balancing behaviour, if the vCPU/CPU ratio differs too much from one host to another AND at least one host has more vCPUs than CPUs with preventive behaviour, if CPU usage differs too much from one host to another AND at least one host has more than 25% CPU usage After a host restart, your VMs will be unevenly distributed, but this will not trigger a migration if there are no anti-affinity constraints to satisfy, if no memory or CPU usage thresholds are exceeded, and if no host has more CPUs than vCPUs. If you want migrations to happen after a host restart, you should probably try using the "preventive" behaviour, which can trigger migrations even if thresholds are not reached. However it's based on CPU usage, so if your VMs use a lot of memory but don't use much CPU, this might not be ideal as well. We've received very few feedback about the "preventive" behaviour, so we'd be happy to have yours. As we said before, lowering the critical thresholds might also be a solution, but I think it will make the load balancer less effective if you encounter heavy load a some point.
  • xcp-ng patches install fail

    XCP-ng
    3
    0 Votes
    3 Posts
    136 Views
    P
    https://xcp-ng.org/forum/topic/11951/just-fyi-current-update-seams-to-break-nut-dependancies
  • Failed backup jobs since updating

    Backup
    7
    1
    0 Votes
    7 Posts
    214 Views
    olivierlambertO
    png @florent
  • AMD 'Barcelo' passthrough issues - any success stories?

    Hardware
    12
    1
    0 Votes
    12 Posts
    589 Views
    T
    @DustyArmstrong Thanks for responding to the GitHub issue. It’s great that more people want this working; it’s difficult to gain traction otherwise. Regarding your list, it’s correct. A reboot should be on the second place. You need to reboot only to detach your PCI device (video card) from its driver and assign it to the pciback driver instead on the next boot. This effectively creates a reservation for the device and allows you to dynamically assign it to VMs. Once your card is free from other kernel drivers, the rest doesn’t require a reboot.
  • "NOT_SUPPORTED_DURING_UPGRADE()" error after yesterday's update

    Backup
    24
    0 Votes
    24 Posts
    2k Views
    M
    @MajorP93 said: -disable HA on pool level -disable load balancer plugin -upgrade master -upgrade all other nodes -restart toolstack on master -restart toolstack on all other nodes -live migrate all VMs running on master to other node(s) -reboot master -reboot next node (live migrate all VMs running on that particular node away before doing so) -repeat until all nodes have been rebooted (one node at a time) -re-enable HA on pool level -re-enable load balancer plugin Never had any issues with that. No downtime for none of the VMs. update time again. and same issue I followed these steps -upgrade master -upgrade all other nodes -restart toolstack on master -restart toolstack on all other nodes -live migrate all VMs running on master to other node(s) -reboot master now cant migrate anything else. live migration : NOT_SUPPORTED_DURING_UPGRADE warm migration: fails and VM shuts down immediately and needs to be forced back to life CR backup to another server : NOT_SUPPORTED_DURING_UPGRADE