containerd / cgroups

cgroups package for Go
https://containerd.io
Apache License 2.0
1.08k stars 236 forks source link

cg2: Don't read cgroup.procs when deleting threaded cg #318

Closed dcantah closed 8 months ago

dcantah commented 9 months ago

Reading cgroup.procs seems to return ENOTSUPP when threaded, so check the type of the cg when going to delete and read the relevant file.

dcantah commented 8 months ago

@dmcgowan This should be ready to check in, didn't realize I got two 😆