]> 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:05 +0000 (11:07 -0600)
commitddadfd67a161da5052e6e2eba97d3052fd976cca
treeca0d4f1dca01edfee8d3735a00aed6b826610f55
parent9cf49e499ebfb5b128e3e34d7db69af99ff40b3e
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>
tests/ftests/064-sudo-systemd_cgset-v2.py