From ce45d17cd7b9210010c75c73502711ac52ba58bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Tue, 17 Dec 2024 15:30:10 -0500 Subject: [PATCH] tests: Make sure to enable cpuset controller MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- tests/test_proc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_proc.in b/tests/test_proc.in index e1384c19..9232631b 100755 --- a/tests/test_proc.in +++ b/tests/test_proc.in @@ -37,7 +37,7 @@ if [ "$IS_CGROUP_V2" = "1" ]; then echo 1 > ${hierarchy_path}/lxcfs_test_proc/cgroup.procs - echo '+cpu +memory' > ${hierarchy_path}/cgroup.subtree_control + echo '+cpu +cpuset +memory' > ${hierarchy_path}/cgroup.subtree_control memory_limit_file=memory.max else