XCP-ng

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. ruskofd
    • Profile
    • Following 0
    • Followers 1
    • Topics 3
    • Posts 76
    • Best 21
    • Controversial 0
    • Groups 0

    ruskofd

    @ruskofd

    75
    Reputation
    2508
    Profile views
    76
    Posts
    1
    Followers
    0
    Following
    Joined Last Online

    ruskofd Unfollow Follow

    Best posts made by ruskofd

    • RE: New XCP-ng documentation!

      Much much cleaner and readable, very professionnal in look and feel. Great job guys 😉

      posted in News
      ruskofd
      ruskofd
    • RE: Hosted and turnkey XCP-ng!

      Amazing guys ! By this way, the platform will become better than ever 👌
      I will follow this very closely.

      Keep going !

      posted in News
      ruskofd
      ruskofd
    • RE: Spread the XCP-ng love and vote for Open Awards 2019!

      Done 😊

      posted in News
      ruskofd
      ruskofd
    • RE: New guest tools ISO for Linux and FreeBSD. Can you help with the tests?

      Tested on Fedora 33 and CentOS 8 Stream (can't test live migration in my homelab)

      • Fedora 33 : nope at all 😞

        It failed because of chkconfig requirements and legacy init system unit => no more supported in
        very recent version of systemd (here is 246 for Fedora). The officiel RPM from Fedora xe-guest- utilities-latest doesn't have these issues.

      7f6b45f7-39dd-4b75-934c-e4c554ba9f0e-image.png

      d6db6334-f958-4e76-af04-a011c9174997-image.png

      • CentOS 8 Stream : way better than Fedora

        • IP addresses reporting : OK
        • Management agent detected : OK
        • Clean shutdown/reboot : OK
      posted in Development
      ruskofd
      ruskofd
    • RE: XCP-ng Windows PV Drivers 8.2.2

      Tested on Windows 10 1903 (French locale as usual), seems good too and easier than ever.
      I let you know if something bad happens.

      posted in Development
      ruskofd
      ruskofd
    • RE: 1M Euros for XCP-ng innovation

      Wow didn't expected this kind of news so early after the launch of the project.
      Congrats team, this is so much merited 💪

      posted in News
      ruskofd
      ruskofd
    • RE: Updates announcements and testing

      No problem here, RHEL 8 support for guest tools works as expected (tested on the last RHEL 8.1 release), good job 👌

      posted in News
      ruskofd
      ruskofd
    • RE: XCP-ng 8.0.0 Beta now available!

      Just updated my homelab server from XCP-ng 7.6 to XCP-ng 8.0 Beta, so far so good. I also tested the new experimental UEFI mode with Windows VM, seems good too.

      I also tested the new XOA deployment through the Web interface of my host, perfect !

      We will see during the following week how it goes 😉

      posted in News
      ruskofd
      ruskofd
    • RE: XCP-ng 8.0.0 Beta now available!

      Niiicce 😍 Especially the new quick XOA deployment, that is more turnkey than ever 😀
      I will migrate to XCP-ng 8.0 in my lab this weekend and start provide some tests.

      posted in News
      ruskofd
      ruskofd
    • RE: Xen Tools support for RancherOS in XCP-ng

      I continue to work on it but the results are not that good. The main problem is one of the main feature, "everything is container".

      I managed to start the xe-daemon in a privileged CentOS container by installing the xe-guest RPMs, but only the show of virtualization mode worked, nothing for the network or soft shutdown. RancherOS should work in PVHVM mode by default for sure due to it's recent 4.14 kernel btw.

      I hate give up on things, but I start to think more and more to use CoreOS instead of RancherOS, and use Rancher Server or RKE on top, it will be the same and much more hassle-free. Moreover, the XenServer tools supports CoreOS, it's clearly a better way to proceed.

      posted in Development
      ruskofd
      ruskofd

    Latest posts made by ruskofd

    • RE: Self service systems - how to build templates?

      @davx8342 There is a Packer plugin for XCP-ng : https://github.com/ddelnano/packer-plugin-xenserver

      I use it in my homelab, I have some manifests in public on my GitHub profile if you want some examples : https://github.com/ruskofd/xcp-ng-images

      posted in Xen Orchestra
      ruskofd
      ruskofd
    • RE: cloud-init ssh key works but not user config

      Regarding to logs on the machine where the network configuration is commented, there is this error : 2021-06-20 21:22:59,657 - util.py[WARNING]: Getting data from <class 'cloudinit.sources.DataSourceNoCloud.DataSourceNoCloudNet'> failed

      No other errors, but it seems sufficient to broke the provisionning.

      posted in Xen Orchestra
      ruskofd
      ruskofd
    • RE: cloud-init ssh key works but not user config

      Commented :

      1854ef12-2ffe-421e-8ced-cf83eccb03fb-image.png

      Empty :

      77700437-a51e-4b8f-80ec-f70ae9cab967-image.png

      Seems consistent imo.

      posted in Xen Orchestra
      ruskofd
      ruskofd
    • RE: cloud-init ssh key works but not user config

      I can confirm this behavior :

      • empty/generic network config (i.e basic DHCP) : OK
      • commented : not OK
      posted in Xen Orchestra
      ruskofd
      ruskofd
    • RE: Memory usage and Xen hypervisor

      @olivierlambert I must be blind, no other explaination.... 🤦

      posted in Compute
      ruskofd
      ruskofd
    • Memory usage and Xen hypervisor

      Hello everyone !

      I have a question about memory in general with XCP-ng (pure curiosity).

      I have my homelab host with 64GB of RAM, so the Dom0 memory is about 4.2GB, all fine (and it's correct according calculation provided by Citrix : https://docs.citrix.com/en-us/citrix-hypervisor/memory-usage.html)

      But when I looked in Xen Orchestra memory stats graphs, it indicate me that 5.28 GB is used on the host (with no vm running). Using the xe CLI, I got the same information (using the commands provided on the link above).

      Is there some kind of "overhead" or memory reservation by the Xen hypervisor itself under the hood (or something else) ? I can't find any information about this.

      IIRC ESXi has a more or less similar behavior where it reserve some memory for it's own operations, dunno if it's the same here with XS/XCP-ng.

      posted in Compute
      ruskofd
      ruskofd
    • RE: Intel NUC: Nested Virtualization

      Nested virt is quiet random and not viable sometimes. I already had case where nested virt won't work on a recent i7 and worked wonderful on old CPU

      posted in Compute
      ruskofd
      ruskofd
    • RE: New guest tools ISO for Linux and FreeBSD. Can you help with the tests?

      @stormi For now, only a sysvinit script is available right ? If needed for systemd, can we re-use the unit from the Fedora packagers ? Looks pretty simple :

      [Unit]
      Description=Linux Guest Agent
      ConditionVirtualization=xen
      
      [Service]
      ExecStartPre=/usr/sbin/sysctl net.ipv4.conf.all.arp_notify=1
      ExecStartPre=/usr/sbin/xe-linux-distribution /var/cache/xe-linux-distribution
      ExecStart=/usr/sbin/xe-daemon
      
      [Install]
      WantedBy=multi-user.target
      
      posted in Development
      ruskofd
      ruskofd
    • RE: New guest tools ISO for Linux and FreeBSD. Can you help with the tests?

      Tested on Fedora 33 and CentOS 8 Stream (can't test live migration in my homelab)

      • Fedora 33 : nope at all 😞

        It failed because of chkconfig requirements and legacy init system unit => no more supported in
        very recent version of systemd (here is 246 for Fedora). The officiel RPM from Fedora xe-guest- utilities-latest doesn't have these issues.

      7f6b45f7-39dd-4b75-934c-e4c554ba9f0e-image.png

      d6db6334-f958-4e76-af04-a011c9174997-image.png

      • CentOS 8 Stream : way better than Fedora

        • IP addresses reporting : OK
        • Management agent detected : OK
        • Clean shutdown/reboot : OK
      posted in Development
      ruskofd
      ruskofd
    • RE: Terraform

      I didn't try the provider, but there is an option cloud_network_config, you should be able to pass network config as in Xen Orchestra UI using cloud-init.

      posted in Xen Orchestra
      ruskofd
      ruskofd