Skip to content

Commit

Permalink
Merge pull request #12120 from giuseppe/rename-cgroup-subtree
Browse files Browse the repository at this point in the history
oci: rename sub-cgroup to runtime instead of supervisor
  • Loading branch information
openshift-merge-robot authored Oct 28, 2021
2 parents a05a445 + 9e5cd32 commit f16b133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpod/oci_conmon_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ func (r *ConmonOCIRuntime) createOCIContainer(ctr *Container, restoreOptions *Co
}

if ctr.config.CgroupsMode == cgroupSplit {
if err := utils.MoveUnderCgroupSubtree("supervisor"); err != nil {
if err := utils.MoveUnderCgroupSubtree("runtime"); err != nil {
return err
}
}
Expand Down

0 comments on commit f16b133

Please sign in to comment.