]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
ftests-064: avoid enabling controller on leaf cgroup node
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Wed, 12 Apr 2023 14:27:58 +0000 (14:27 +0000)
committerTom Hromatka <tom.hromatka@oracle.com>
Wed, 12 Apr 2023 17:07:41 +0000 (11:07 -0600)
commit52f6d46c5feee7d21d58a6d7762853a6e51cc1a6
treec3bfe6ce94e9b9774f4e8165d797042af087fa5f
parentc4fa0177ad68d986adfaea66c75a4fa37d878b85
ftests-064: avoid enabling controller on leaf cgroup node

cgroup v2, has no internal process constraint, where the process runs
only on the leaf node of the cgroup hierarchy and no controllers should
be enabled on the leaf cgroup node too. Let's not enable cpu controller
on the leaf cgroup node.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
(cherry picked from commit ddadfd67a161da5052e6e2eba97d3052fd976cca)
tests/ftests/064-sudo-systemd_cgset-v2.py