XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. plaidypus
    P
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 10
    • Groups 0

    plaidypus

    @plaidypus

    2
    Reputation
    3
    Profile views
    10
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    plaidypus Unfollow Follow

    Best posts made by plaidypus

    • RE: Wide VMs on XCP-ng

      planedrop Thanks for the information! Back to the more general idea of the wide VMs, I think it was originally more of an efficiency issue. Our Support team noticed high CPU usage, but the pCPU and overall host usage was very low.

      Turns out we had stacked multiple, heavy-utilized, wide VMs on the same hosts. After looking at the stats, there so was so much co-stop that they were wasting so much time on trying to co-schedule the vCPUs. After spreading out the wide VMs we actually saw the hosts overall consume more CPU and the performance issues went away.

      With us getting fresh start on a new hypervisor, instilling a desire for right-sizing VMs and scaling out versus up will probably be the way to go.

      Thanks again for all your help!

      posted in XCP-ng
      P
      plaidypus

    Latest posts made by plaidypus

    • RE: Rocky Linux 8 (RHEL 8) Potential for Performance Issue

      DustinB The vendor's documentation states official support for RHEL/Rocky/Alma/Oracle Linux 9.0+ systems.

      plaidypus said in Rocky Linux 8 (RHEL 😎 Potential for Performance Issue:

      Is this still an issue, and if so, would the recommendation be to use EXT4 for both the OS and the data drive?

      My apologies, I may have added too much context and information for this. I agree that this is not an issue for XO, but that was also not the original question. If I use Rocky Linux 8 and follow the XCP-ng recommendation in the documentation to use ext4, does this apply to both the root filesystem and also our secondary disk where more of the intensive IO will be?

      posted in Compute
      P
      plaidypus
    • RE: Rocky Linux 8 (RHEL 8) Potential for Performance Issue

      DustinB We currently pay for support on this product, and it supposedly supports Rocky Linux 9, but in practice it will not deploy unless we trick it into thinking it is RHEL 9 by swapping out the /etc/redhat-release file. While this workaround did work, our team was not confident in keeping the workaround in place for the automation processes.

      Our team wants to get it working with Rocky 9, but upgrading the management software is out of our allowed scope for now (airgapping, InfoSec approvals) and working with their support is slow and our timeline to move these systems is short. Since we know the processes work with Rocky 8, we were instructed to go with that.

      With that in mind, I think we are going to set up a new template with ext4 as the filesystem.

      posted in Compute
      P
      plaidypus
    • Rocky Linux 8 (RHEL 8) Potential for Performance Issue

      In the XCP-ng Documentation, it states there are some performance issues with XFS on kernels prior to 4.20 after a live migration is performed. We decided in our migrations to use Rocky Linux 9 to work around this, but some of our older software only officially supports Rocky Linux 8.10 (kernel 4.18).

      The servers will be running databases that live on a secondary drive. Is this still an issue, and if so, would the recommendation be to use EXT4 for both the OS and the data drive?

      https://docs.xcp-ng.org/vms/#performance-drop-after-live-migration-for-rhel-8-like-vms
      "On some RHEL 8-like systems, running kernels prior to v4.20, and using XFS as default root file system, performance issues have been observed after a live migration under heavy disk activity.

      XFS seems to have better performances with recent kernels but for older ones we recommend to use another journaled file system like EXT4."

      posted in Compute
      P
      plaidypus
    • RE: Wide VMs on XCP-ng

      planedrop Thanks for the information! Back to the more general idea of the wide VMs, I think it was originally more of an efficiency issue. Our Support team noticed high CPU usage, but the pCPU and overall host usage was very low.

      Turns out we had stacked multiple, heavy-utilized, wide VMs on the same hosts. After looking at the stats, there so was so much co-stop that they were wasting so much time on trying to co-schedule the vCPUs. After spreading out the wide VMs we actually saw the hosts overall consume more CPU and the performance issues went away.

      With us getting fresh start on a new hypervisor, instilling a desire for right-sizing VMs and scaling out versus up will probably be the way to go.

      Thanks again for all your help!

      posted in XCP-ng
      P
      plaidypus
    • RE: Guest Tools Recognized as Wrong Version

      olivierlambert Thanks for the information! Will any newer version of the Xen Guest Tools installed continue to register as 8.3.60-1 moving forward?

      Is the Xen Guest Agent ready for GA or should we hold off on installing it for now?

      posted in Xen Orchestra
      P
      plaidypus
    • Guest Tools Recognized as Wrong Version

      While I don't think this is a big deal, I thought I would bring it up.

      We just installed the latest Xen Guest Tools for Linux from the Github page below. The version on Github, and when installing it via dnf on our guest, shows 8.4.0-1. When I look at the VM in the XOA web UI, it says, "Management agent 8.3.60-1 detected." I tried restarting the xe-linux-distribution service and rebooting the VM, but it shows the same version detected.

      https://github.com/xenserver/xe-guest-utilities/releases

      Is there just a discrepancy in the detection or is this working as intended? I don't think there is likely to be any impact but wanted to check before installing it on more VMs.

      Any advice, recommendations or information is appreciated. Thanks in advance!

      posted in Xen Orchestra
      P
      plaidypus
    • RE: Wide VMs on XCP-ng

      planedrop One workload is a .NET application that regularly uses 80-100% of 26 vCPUs, but unfortunately, I don't know much about the application as I am not on the development team. The other is for ElasticSearch. The latter is not much of an issue anymore (I convinced them to reduce the number of vCPUs as we showed it rarely uses that much).

      posted in XCP-ng
      P
      plaidypus
    • RE: Wide VMs on XCP-ng

      Andrew Per your example, if the NUMA size is 16 cores with 32 threads, would a 32 vCPU VM fit inside the NUMA node or would that spread them out across both nodes?

      posted in XCP-ng
      P
      plaidypus
    • RE: Wide VMs on XCP-ng

      planedrop This is for wide VMs spanning across socket NUMA nodes. These are all dual-socket servers.

      I was hoping if there are any best practices for topology or anything like that. I don't have any desire/intention to pin the vCPUs onto a specific NUMA node. Coming from vSphere, I was instructed, if at all possible, not to have more vCPUs on a VM than there are pCPUs on a NUMA node. That way you can let the scheduler handle it optimally.

      posted in XCP-ng
      P
      plaidypus
    • Wide VMs on XCP-ng

      Good Morning Everyone,

      We are currently in the midst of testing XCP-ng as a replacement for our vSphere infrastructure. I have a general idea of the how wide VMs work in VMware, and what settings should be in place, for wide VMs that are larger than a NUMA node on our servers.

      Are there any recommendations for VMs on XCP-ng that are span across NUMA nodes? Any advice or information would be greatly appreciated.

      Thanks!

      posted in XCP-ng
      P
      plaidypus