We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb792ed + ce99518 commit 5653cedCopy full SHA for 5653ced
libcontainer/cgroups/fs/cpu.go
@@ -46,7 +46,7 @@ func (s *CpuGroup) ApplyDir(path string, cgroup *configs.Cgroup, pid int) error
46
}
47
// because we are not using d.join we need to place the pid into the procs file
48
// unlike the other subsystems
49
- if err := writeFile(path, "cgroup.procs", strconv.Itoa(pid)); err != nil {
+ if err := cgroups.WriteCgroupProc(path, pid); err != nil {
50
return err
51
52
0 commit comments