-
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 df' is slow #7406
Comments
It works for me. |
Also a little update. I let |
Note pid 1 and systemd --user's pid in log (trimmed):
Edit: also related to #7405 |
@vrothberg PTAL |
Seems similar to the issues you took care of with images. |
I'll take a look, sure. A friendly reminder to use our issue template as it's invaluable to have data about the host and its environment. |
Eeek ... looking deeper, the image sizes reported by |
Fix the image-size calculations of system-df, where the shared size is the actual shared size with other images (including children) and the (total) size is the sum of the shared and unique size [1]. To calculate parent/child relations, make use of the recently added layer tree which allows for quick (and cached!) calculations. Break calculating image disk usages into the image runtime to a) access the layer tree, and b) make the code easier to maintain and extend. [1] https://docs.docker.com/engine/reference/commandline/system_df/ Fixes: containers#7406 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
#7604 to the rescue |
podman system df
in rootless mode hangs indefinitely for me.Can anybody reproduce?
The text was updated successfully, but these errors were encountered: