Enable the cpuset controller for the hybrid parent cgroup, in case of
the cgroup hybrid setup mode with controller enabled.
-----------------------------------------------------------------
Test Results:
Run Date: Nov 01 12:50:20
Passed: 1 test(s)
Skipped: 0 test(s)
Failed: 0 test(s)
-----------------------------------------------------------------
Timing Results:
Test Time (sec)
------------------------------------------
setup 0.00
089-cgset-recursive_flag.py 0.23
teardown 0.00
------------------------------------------
Total Run Time 0.23
Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
if (is_hybrid_with_ctrl(config)):
Cgroup.create(config, None, GRANDCHILD)
+ Cgroup.create(config, CONTROLLERS[1], PARENT)
def cgroup_settings_helper(config, SETTING, VALUE, DEF_VAL):