Merge pull request #12120 from giuseppe/rename-cgroup-subtree
oci: rename sub-cgroup to runtime instead of supervisor
This commit is contained in:
		
						commit
						f16b133664
					
				|  | @ -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 | ||||
| 		} | ||||
| 	} | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue