-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 images command slow, wants a kernel 4.8 or newer #13888
Comments
Podman performs some checks to verify whether native diff can be used. In your case, one of the tests fail (the opaque flag is copied up), so it cannot use the faster native diff. I'd expect that version of the kernel on ubuntu to not have this issue though. Is it a regression? Have you experienced it before? |
I don't know if this is a regression. I only recently switched from docker to podman. Just checking, on Ubuntu 20.04 I don't have that INFO message. There I've installed podman from https://download.opensuse.org because podman is not directly available on Ubuntu 20.04. Version 3.4.2 |
@giuseppe would you be able to give me a set of commands that I can run from the shell to repeat what is done in It's something to do with |
it is already fixed with containers/storage#948 (duplicate of containers/storage#947) |
you'll need to upgrade to Podman 4 |
Upgrade to Podman 4 is easier said than done. I'm on a Ubuntu system. Even in 22.04 they have Podman v3.4.4 |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Steps to reproduce the issue:
Describe the results you received:
First I'm getting this output.
Describe the results you expected:
I expect the list of images within a reasonable amout of time. Now it takes about three minutes for 49 images
Output of
podman version
:Output of
podman info --debug
: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/main/troubleshooting.md)
No
The text was updated successfully, but these errors were encountered: