Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cgroup: rmdir the entire systemd scope
commit 7ea7617 caused a regression on cgroup v1, and some directories that are created manually are not cleaned up on container termination causing a cgroup leak. Fix it by deleting the entire systemd scope directory instead of deleting only the final cgroup. Closes: containers#1144 Signed-off-by: Giuseppe Scrivano <[email protected]>
- Loading branch information