Subcategories

  • All Xen related stuff

    570 Topics
    6k Posts
    andSmvA
    @Niall-Con Thank you! I'll take a look to that and will ping you to test on real hardware. Just need to find time (in the middle of storm right now), so it'll take one or two weeks most probably.
  • The integrated web UI to manage XCP-ng

    19 Topics
    267 Posts
    lsouai-vatesL
    @ph7 good new, we also have a fix on tooltip overflow! https://github.com/vatesfr/xen-orchestra/pull/8779 J0ris-K opened this pull request in vatesfr/xen-orchestra open fix(web-core): fix tooltip overflow when too close to the edge #8779
  • Section dedicated to migrations from VMWare, HyperV, Proxmox etc. to XCP-ng

    93 Topics
    1k Posts
    I
    Plus one for Clonezilla here, has worked for me migrating Rocky from various hypervisors to xcp-ng.
  • Hardware related section

    117 Topics
    1k Posts
    R
    @andSmv Thanks for the good info! Sure if you guys provide the beta I would be more than happy to test. Unfortunately, I only have access to this hardware for another week before I need to ship it out. If you can get me the beta today or tomorrow I can get it in place and start exercising it over the weekend. Thanks!
  • The place to discuss new additions into XCP-ng

    240 Topics
    3k Posts
    B
    Helo! in bios mode, how can I boot a PVH VM ?
  • Issue after latest host update

    57
    0 Votes
    57 Posts
    12k Views
    M
    @stormi Thanks, looking forward.
  • Vates please work acquiring vmware in the future

    3
    0 Votes
    3 Posts
    308 Views
    T
    @olivierlambert There you go hehe
  • yum update, no more free space?

    8
    0 Votes
    8 Posts
    868 Views
    I
    @bloodyskullz If you still see the old ISO SR, the easiest way to migrate is simply by creating a new one and migrate the ISOs through XO to the new one. In regards to deletion of the old SR you need to check if it really is mapped to another drive or if the mapping was not working and it filled / if so, you might not be able to delete it
  • Guide to Replace Tianocore UEFI Logo

    1
    1
    1 Votes
    1 Posts
    636 Views
    No one has replied
  • update via yum or via xoa?

    5
    0 Votes
    5 Posts
    563 Views
    robytR
    @bleader said in update via yum or via xoa?: yes you're basically doing an RPU manually. But it is indeed odd that the process is stuck at 0%, it should be fairly fast to do the install patches, no errors in the logs? i've another install all patches and install all. Now i'll use rpm update and see if speed is the same or not
  • Pool Tasks Don't Complete? Major Issues...

    6
    0 Votes
    6 Posts
    760 Views
    O
    @Danp Yes to both. I've probably restarted the toolstack at least a dozen times, mostly to clear hung tasks. I did notice some weird issues with a secondary SR being disconnected on xcp02, (one of 10 hosts, 9 after I ejected and forgot xcp01), but there's no disks on it. It wasn't being used for anything at all (yet), and it's fine on all the rest. That does lead me to think maybe it was a power bump that rebooted a switch or something though. Maybe it caused some kind of hangup with xcp01 and xcp02, and since xcp01 was the pool master, it cascaded to the other issues I've seen? Could that cause the VM's that were originally running on xcp02 to die and not be able to be recovered easily?
  • Ubuntu 24.04 VMs not reporting IP addresses to XCP-NG 8.2.1

    7
    5
    0 Votes
    7 Posts
    2k Views
    J
    I just tried to install Ubuntu 24.04 to test it out, and I experienced the same problem with it not recognizing the IP address. I was first using the Ubuntu-provided package (xe-guest-utilities=7.20.2-0ubuntu1), which was failing. I then tried the package I had been using with my Ubuntu 22.04 servers that used to be part of the XCP-ng guest-tools.iso (xe-guest-utilities_7.20.0-9_amd64.deb) and had the same results. I mounted my current guest-tools.iso, which now has xe-guest-utilities_7.30.0-11_amd64.deb, and installed it. Now it was retrieving the IP address correctly. I'm not sure why the OP was still having trouble with that version (I'm using UEFI instead of BIOS, but I wouldn't think that would matter). I went ahead and tried out the Rust-based tools mentioned (xen-guest-agent_0.4.0_amd64.deb), and it was properly getting the IP address as well. I'm guessing there's some incompatibility (probably with the 6.x kernel) that was fixed between 7.20 and 7.30 (intentionally or accidentally). Given how much the Linux tools have changed over the years and the fact that they're not used for PV drivers anymore, is there a particular reason to use one over the other (legacy vs Rust)? What features do they really provide now? Is it just CPU/memory/disk/network status?
  • Other 2 hosts reboot when 1 host in HA enabled pool is powered off

    8
    0 Votes
    8 Posts
    348 Views
    H
    @ha_tu_su Here are the details, albeit little late than what I had promised. Mondays are...not that great. Below commands were executed on all 3 hosts after installation of xcp-ng. yum update wget https://gist.githubusercontent.com/Wescoeur/7bb568c0e09e796710b0ea966882fcac/raw/052b3dfff9c06b1765e51d8de72c90f2f90f475b/gistfile1.txt -O install && chmod +x install ./install --disks /dev/sdd --thin --force Then XO was installed on one of the hosts and a pool was created which consisted of 3 hosts. Before that NIC renumbering was done on VW1 was changed to match the NIC numbers for other 2 hosts. Then XOSTOR SR was created by executing follwoing on master host: xe sr-create type=linstor name-label=XOSTOR host-uuid=<MASTER_UUID> device-config:group-name=linstor_group/thin_device device-config:redundancy=2 shared=true device-config:provisioning=thin Then on host which is linstor controller below commands were executed. Each of the network has a /30 subnet. linstor node interface create xcp-ng-vh1 strg1 192.168.255.1 linstor node interface create xcp-ng-vh1 strg2 192.168.255.10 linstor node interface create xcp-ng-vh2 strg1 192.168.255.5 linstor node interface create xcp-ng-vh2 strg2 192.168.255.2 linstor node interface create xcp-ng-vw1 strg1 192.168.255.9 linstor node interface create xcp-ng-vw1 strg2 192.168.255.6 linstor node-connection path create xcp-ng-vh1 xcp-ng-vh2 strg_path strg1 strg2 linstor node-connection path create xcp-ng-vh2 xcp-ng-vw1 strg_path strg1 strg2 linstor node-connection path create xcp-ng-vw1 xcp-ng-vh1 strg_path strg1 strg2 After this HA was enabled on the pool by executing below commands on master host: xe pool-ha-enable heartbeat-sr-uuids=<XOSTOR_SR_UUID> xe pool-param-set ha-host-failures-to-tolerate=2 uuid=<POOL_UUID> After this some test VMs were created as mentioned in Original Post. Host failure case works as expected for VH1 and VH2 host. For VW1 when it is switched off, VH1 and VH2 also reboot. Let me know if any other information is required. Thanks.
  • A task keeps poping up every second or so

    7
    1
    0 Votes
    7 Posts
    266 Views
    olivierlambertO
    In any case, you can ignore it.
  • VM migration is blocked during backup whereas no backup in progress

    5
    0 Votes
    5 Posts
    421 Views
    H
    @Danp Okay, you're a genius, I upgrade this morning after my backup. So that could explain my issue. the mentioned thread is exactly my issue, but I didn't find it when I was searching about my issue. Thanks for all !
  • can't start vm after host disconnect

    29
    0 Votes
    29 Posts
    4k Views
    olivierlambertO
    No, from the XCP-ng point of view, the VM is still running without any interruption.
  • XCP-ng Documentation - Roadmap

    Solved xcp-ng doc roadmap question out of date questions
    6
    0 Votes
    6 Posts
    584 Views
    J
    @olivierlambert @Marc-pezin Thank you very much for sorting this out!
  • problem with export or moving VM between pools

    18
    0 Votes
    18 Posts
    738 Views
    N
    @nick-lloyd I like your interpretation.
  • Upgrading to 2.5GB NICs and Troubleshooting Driver Issues on XCP-ng

    6
    0 Votes
    6 Posts
    1k Views
    A
    @aghering You could try compiling it yourself on 8.1... I don't have an 8.1 test/build system.
  • Optimization of Virtual Machines

    4
    0 Votes
    4 Posts
    388 Views
    M
    @NerdsOrder66 Ah, good question... My most recent environment included a Windows Server with 100+ RDP users. There wasn't anything special for optimization there aside from giving it a bunch of RAM/CPU resources, but YMMV.
  • Recurring crashes on VM

    3
    0 Votes
    3 Posts
    286 Views
    T
    @olivierlambert No, the only thing I get with xl dmesg on the host, for some time back, are random brief reports of individual CPUs running above temperature threshold and then being clocked down, and then resolving. Nothing else.
  • VHD import fails

    1
    0 Votes
    1 Posts
    88 Views
    No one has replied
  • import vhd

    6
    0 Votes
    6 Posts
    576 Views
    olivierlambertO
    I suppose you mean OVA, right? Anyway, good news
  • Very scary host reboot issue

    60
    0 Votes
    60 Posts
    18k Views
    M
    @olivierlambert said in Very scary host reboot issue: I am very very busy so I don't have time to make a search by myself but maybe someone else around with few minutes could point you to the blog post talking about this edit: found it in few sec luckily: https://xcp-ng.org/blog/2024/01/26/january-2024-security-update/ Thanks. I'll check this out.
  • This topic is deleted!

    1
    1
    0 Votes
    1 Posts
    45 Views
    No one has replied