-
Notifications
You must be signed in to change notification settings - Fork 202
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
system df
fails with error locating item named "manifest"
#751
Comments
Can you do a |
Sure, it is:
|
Do you know what the image is? Does it appear in If you don't know what it is, I would recommend trying to @vrothberg PTAL |
Heh, it turns out
By ID alone I can't identify what that image is.
I presume I could, because the only image that matters to me is running right now, which I don't think I'd lose. But note that in this case the bug would be closed, and can re-appear on someone else's machine. If you're okay with that, I can try removing that image. |
Thanks for reaching out, @Hi-Angel. This error can occur when the manifest of an image isn't present in the local storage. I do not know how that can happen other than a I agree that |
Thanks! Doing |
Thanks for confirming, @Hi-Angel. I will reopen the issue, so that we can improve the error messaging. |
Moving it over to containers/common since it's something for |
@Hi-Angel: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Make sure to check an image for corruption before running disk usage on it. Such checks are already applied on various execution paths but not yet on disk usage. Further update the corrupted-image error to include that the image should be removed to resolve the error. This should ultimately guide users to resolve the issue. Fixes: containers#751 Signed-off-by: Valentin Rothberg <[email protected]>
Opened #752 |
Make sure to check an image for corruption before running disk usage on it. Such checks are already applied on various execution paths but not yet on disk usage. Further update the corrupted-image error to include that the image should be removed to resolve the error. This should ultimately guide users to resolve the issue. Fixes: containers#751 Signed-off-by: Valentin Rothberg <[email protected]>
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Running
podman system df
results inI don't have any unusual setups, nothing I'd deem to be responsible for odd behavior, so I figured it's a bug worth reporting.
Steps to reproduce the issue:
podman system df
Describe the results you received:
Describe the results you expected:
Information of how much disk space podman images take.
Output of
podman version
:Output of
podman info --debug
:Details
Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
Yes
The text was updated successfully, but these errors were encountered: