custom_cgroup_no_ctrl_cpuset_change

Function custom_cgroup_no_ctrl_cpuset_change 

Source
pub fn custom_cgroup_no_ctrl_cpuset_change(
    ctx: &Ctx<'_>,
) -> Result<AssertResult>
Expand description

Disjoint cpusets cleared mid-run with cpu-controller disabled.

Two cgroups (cg_0, cg_1) persist across both Steps — the second Step’s Op::clear_cpuset targets them by name. Declaring them in the Backdrop keeps their cpuset assignment alive for the first phase and lets the second Step reach the same cgroups without per-step teardown removing them.