You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I write a test,when I call control.Delete() , it occur error:
err=cgroups: unable to remove path "/sys/fs/cgroup/devices/test"
inside
err= unlinkat /sys/fs/cgroup/devices/test/tasks: operation not permitted
I don't know why, when i remove control.Add(cgroups.Process{Pid: 1234}), it has not error。
thanks
The text was updated successfully, but these errors were encountered:
I write a test,when I call control.Delete() , it occur error:
err=cgroups: unable to remove path "/sys/fs/cgroup/devices/test"
inside
err= unlinkat /sys/fs/cgroup/devices/test/tasks: operation not permitted
I don't know why, when i remove control.Add(cgroups.Process{Pid: 1234}), it has not error。
thanks
The text was updated successfully, but these errors were encountered: