mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
oci: rename sub-cgroup to runtime instead of supervisor
we are having a hard time figuring out a failure in the CI: https://github.com/containers/podman/issues/11191 Rename the sub-cgroup created here, so we can be certain the error is caused by this part. [NO NEW TESTS NEEDED] we need this for the CI. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
@ -1016,7 +1016,7 @@ func (r *ConmonOCIRuntime) createOCIContainer(ctr *Container, restoreOptions *Co
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ctr.config.CgroupsMode == cgroupSplit {
|
if ctr.config.CgroupsMode == cgroupSplit {
|
||||||
if err := utils.MoveUnderCgroupSubtree("supervisor"); err != nil {
|
if err := utils.MoveUnderCgroupSubtree("runtime"); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user