XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. abudef
    3. Posts
    A
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 20
    • Posts 146
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Nested Virtualization in xcp-ng

      @AlexanderK said:

      @abudef this causes some vms not to boot

      You mean that when you enable Nested virtualization in the VM settings under the Advanced tab, the VM then fails to boot?

      posted in Compute
      A
      abudef
    • RE: Nested Virtualization in xcp-ng

      @MajorP93 Overall it works, Windows VMs run more or less reliably, but I wasn’t able to resolve the nested host crashing when starting Debian. That’s why I put the free version of ESXi underneath the nested XCP-ng hosts, and that works reliably.

      posted in Compute
      A
      abudef
    • RE: Nested Virtualization in xcp-ng

      @MajorP93 Sure I did

      posted in Compute
      A
      abudef
    • RE: Nested Virtualization in xcp-ng

      You can enable it in the VM configuration simply by clicking a button in Xen Orchestra:

      7fc30f0d-3c2d-487c-a0f1-d235701a3762-image.jpeg

      or use this command:
      xe vm-param-set platform:nested_virt=true uuid=<VM UUID> mistake here, see below

      posted in Compute
      A
      abudef
    • RE: Nested Virtualization in xcp-ng

      Nested virtualization doesn’t work very well in Xen. For example, when I set up a small test playground, I had XCP-ng 8.3 as the primary host and another XCP-ng running on it as a nested host. When I then booted Debian 12 on the nested host, it caused the entire nested host to crash and reboot. On the other hand, Windows VMs on the nested host run quite well.

      Later, when I was preparing a test lab, I installed ESXi 8.0U3e on a Dell server and then deployed four virtualized XCP-ng 8.3 hosts on top of it. A number of Linux and Windows VMs run on them without any issues.

      posted in Compute
      A
      abudef
    • RE: XCP-ng 8.3 updates announcements and testing

      @gduperrey Of course, the order matters. Now everything seems to be clear.

      posted in News
      A
      abudef
    • RE: XCP-ng 8.3 updates announcements and testing

      In my case, I gave the command to shut down all hosts, and the master "made it" first. The other hosts then got "stuck" at this point for a very long time:

      ad65b000-f778-4ce2-aba2-0ea120457691-image.jpeg

      EDIT: Apparently waiting for umount:

      2154dd7d-a1a4-4e82-a834-de4cd149041c-image.jpeg

      posted in News
      A
      abudef
    • RE: XCP-ng 8.3 updates announcements and testing

      @gduperrey Restart happens normally, without any noticeable delay, but shutdown takes a long time. Which logs should I specifically check?

      (It's not a real issue, but I just needed to move servers in the lab and had to shut them down, so I noticed it.)

      posted in News
      A
      abudef
    • RE: XCP-ng 8.3 updates announcements and testing

      Hi, it seems that shutting down the host is taking an extremely long time now. I tried it in two different environments; the shutdown process starts but gets stuck on the splash screen for several minutes before finally completing. There were no active virtual machines on the hosts being shut down.

      Does anyone have the possibility to test this in a lab? Thanks!

      posted in News
      A
      abudef
    • RE: VDI not showing in XO 5 from Source.

      Hi,
      I’m afraid I’ve encountered the same problem:

      • Xen Orchestra, commit 0b52a
        e9d960d3-930c-4b81-bff1-50644a62be78-image.png

      • v6
        da2e5259-fb1b-4703-bf99-ca7828bed2c9-image.png

      posted in Management
      A
      abudef
    • RE: XCP-ng Windows PV tools announcements

      I was thinking more of updating the entire set of the agent and drivers, similar to how XenServer VM Tools for Windows have it implemented. Using a scheduled job, they regularly check whether an update is available, and if so, they carry out the update of both the agent and the drivers themselves.

      posted in News
      A
      abudef
    • RE: XCP-ng Windows PV tools announcements

      Can we look forward to automatic updates arriving in the future as well?

      posted in News
      A
      abudef
    • RE: XCP-ng Windows PV tools announcements

      @dinhngtu I would prefer some standardized OS information for Windows systems, similar to this info:

      Get-ComputerInfo | Select-Object OsName, OsVersion, OsBuildNumber, OsArchitecture
            
      OsName                                            OsVersion  OsBuildNumber OsArchitecture
      ------                                            ---------  ------------- --------------
      Microsoft Windows Server 2025 Standard Evaluation 10.0.26100 26100         64-bit
      
      posted in News
      A
      abudef
    • RE: XCP-ng Windows PV tools announcements

      @dinhngtu said in XCP-ng Windows PV tools announcements:

      @abudef Got it, the agent was not changed since the last version so the build number was not bumped. I'll keep that in mind for the next release.

      👌
      e9ef55bc-1a55-4dd6-9576-d20e105472e3-image.png

      posted in News
      A
      abudef
    • RE: XCP-ng Windows PV tools announcements

      Hi, the agent still identifies as version 9.0.9065-44. It would be great if it identified with the same version as the drivers, so it would be clear at first glance which version it's running.

      9924b71e-4fa0-4151-a4f2-700f810b98ce-image.png

      cad4659d-d288-40a0-9b8c-ee2999c16745-image.png

      f789886c-2a89-4ca5-9fa4-60e9393dc7d5-image.png

      posted in News
      A
      abudef
    • RE: XOA vs XO vs Backup feature

      @kagbasi-ngc Hi, thanks for your thoughts.

      I get on well with Linux myself - I’m using XO from source following the documentation, and actually, Ronivay’s script, as you mentioned, makes it all even handier. Still, I can’t help but think - your average home user, a total amateur, is just going to land on the XCP-ng host homepage and click "Deploy XOA". And then they’ve no backup, outside of the trial period. But sure, if XOA is aimed squarely at business and enterprise users with paid licences, fair enough that makes perfect sense.

      I just feel like backup isn’t really a purely business or enterprise feature, unlike, say, proxy instances or hyper-converged storage. It's something even home users would genuinely benefit from.

      But as it is mentioned above, that’s just how it’s set up - and like you said yourself, everyone’s got the chance to learn something new. And sure, in the age of AI chatbots, there’s really no excuse not to manage it 🙂

      posted in Xen Orchestra
      A
      abudef
    • XOA vs XO vs Backup feature

      Hi,
      congratulations on another milestone, XOA 5.108! A massive thanks to all the developers, and I’m really rooting for you - may both Vates and our whole community continue to grow strong.

      I’d love to ask someone from Vates how they see the position of XOA compared to the self-compiled version of XO. As most folks know, XOA is incredibly easy and elegant to install on an XCP-ng server - even a complete beginner with no experience can manage it without much bother.

      But there is one key limitation in XOA that affects all casual users once the trial period ends - the integrated Backup tool is no longer available. Sure, if you compile XO from source, the Backup functionality is there. But even though we have a detailed guide, getting XO from source up and running can be a bit of a tough nut to crack for users with no Linux experience. Even using the pre-made scripts (like XenOrchestraInstallerUpdater, and the like), which seem to be the preferred method among the tech-savvy YouTubers promoting XCP-ng/XO(A), still calls for at least a bit of Linux know-how.

      Now, things like XOSTOR or Proxies - a home user probably won’t need them. But Backup? That’s something that could really be made available in XOA for the everyday user.

      What’s your take on that, Vates? 😉

      posted in Xen Orchestra
      A
      abudef
    • RE: CPU Stats bottoming out to Zero every five minutes

      I also see it in my lab

      a8724945-0587-4dbb-b666-af5d8155e171-obrazek.png

      2a478c3e-20db-428e-bdb7-987940ae25a0-obrazek.png

      posted in Xen Orchestra
      A
      abudef
    • RE: RAID Status on the Advanced tab of the host

      The array was created later after installation manually using unused disks. And then it was connected in the normal way as a local SR using XO.

      It would be nice if it would also handle the state of other mdamd RAID arrays. After all, the All mdadm RAID are healthy message kind of predetermines it 🙂

      posted in Xen Orchestra
      A
      abudef
    • RE: RAID Status on the Advanced tab of the host

      Yeah, that's it, thanks.

      device = '/dev/md0'
      

      8c3eb006-4427-4b96-b189-9f2052fea42a-obrazek.png

      posted in Xen Orchestra
      A
      abudef