Files
container/vminitd/Sources
Danny Canter e8aff29be3 Cgroup2Manager: Fix cgroup deletions (#439)
If there's any nested cgroups in the one we made for the container
(commonly seen for systemd images) removeItem didn't seem to be having a
grand time, even though it states it should do recursive removals. Lets
roll our own, and have a small EBUSY/EAGAIN retry loop as well. This
fixes LinuxContainer.stop() for any containers with nested cgs.

Context: https://github.com/apple/container/issues/928
2025-12-09 14:47:38 -03:00
..