]> git.proxmox.com Git - pve-manager.git/commit
pvestatd: fix rebalancing cpusets for cgroupv2
authorOguz Bektas <o.bektas@proxmox.com>
Thu, 14 Oct 2021 06:51:48 +0000 (08:51 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 20 Oct 2021 14:47:06 +0000 (16:47 +0200)
commit911a8e4f481307cef08c10ba825dd381fc2531e1
tree2fdd8dbc08fae6e9df32c499ff7541a40304465c
parentb1a3af5c65cb02fe83cedf108ca43fc5719ccdb7
pvestatd: fix rebalancing cpusets for cgroupv2

currently we only check the entry for cgroup v1 to decide if cores
should be rebalanced. extend the check to include cgroup v2 entries.

reported in forum [0]

[0]: https://forum.proxmox.com/threads/hard-set-streams-for-lxc-container.97768/

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
Tested-By: Aaron Lauterer <a.lauterer@proxmox.com>
PVE/Service/pvestatd.pm