-
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 failed to remove a container created with buildah #19491
Comments
@nalind, this looks like a storage issue, can you take a look? |
Had the same issue. I guess the problem was that I've shutdown the system, so there were nothing mounted in those dirs. |
@giuseppe do you know what's happening? |
I have seen this issue before and I followed same process i.e |
This is almost certainly the same as #18831, except I don't know why in Cirrus that leaves the entire system unusable. |
@sstosh I think this is long standing issue and it surfaced after containers/storage#1607 where-as before I think issue was still there but it was getting ignored. |
Try to squash layers when building module and ccontainers to try to workaround containers/podman#19491
Issue Description
podman failed to remove a container created with buildah and prints an error message.
This issue is reproduced after applying a commit c83589a (#18835).
The root cause seems to be a
containers/common
orcontainers/storage
repository.Steps to reproduce the issue
latest main branch: Failed
commit c83589a: Failed
commit decbab9: Succeeded
Describe the results you received
Describe the results you expected
podman info output
Podman in a container
No
Privileged Or Rootless
None
Upstream Latest Release
Yes
Additional environment details
KVM
Additional information
It may be related to the following issue.
#18874 (comment)
The text was updated successfully, but these errors were encountered: