-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
podman system prune: error removing pod conmon cgroup: EBUSY #11946
Comments
It's all Cgroupsv1 podman-in-container. We have a protection against this (setting parent cgroup max processes to 0, to prevent cloning, to prevent the cleanup process from launching; this is usually caused by the cleanup process still being active in the cgroup after the last container exits). Possible this doesn't work in a container? |
Another one, f33 root again |
And another |
A friendly reminder that this issue had no activity for 30 days. |
In the past month: Podman prune [It] podman system prune - pod,container stopped
|
Still happening Podman prune [It] podman system prune - pod,container stopped
|
@giuseppe could you take a look at this one? |
on a busy system, the conmon process could take longer to complete or to be reaped by the parent, leaving the cgroup busy. If the rmdir fails with EBUSY, try again up to 5 seconds before reporting an error. Closes: containers/podman#11946 Signed-off-by: Giuseppe Scrivano <[email protected]>
PR here: containers/common#858 |
on a busy system, the conmon process could take longer to complete or to be reaped by the parent, leaving the cgroup busy. If the rmdir fails with EBUSY, try again up to 5 seconds before reporting an error. Closes: containers/podman#11946 Signed-off-by: Giuseppe Scrivano <[email protected]>
on a busy system, the conmon process could take longer to complete or to be reaped by the parent, leaving the cgroup busy. If the rmdir fails with EBUSY, try again up to 5 seconds before reporting an error. Closes: containers/podman#11946 Signed-off-by: Giuseppe Scrivano <[email protected]>
This is not a new flake, it dates back to June or earlier. Possibly I didn't file it because we have a ton of other EBUSY flakes and I thought this was the same one. Symptom seems to be:
(newlines added for legibility).
Podman prune [It] podman system prune - pod,container stopped
The fact that it only seems to happen on f33 suggests a cgroups v1 problem.
The text was updated successfully, but these errors were encountered: