crfs-plugin icon indicating copy to clipboard operation
crfs-plugin copied to clipboard

podman hangs when trying to run a stargz image

Open ttsiouts opened this issue 5 years ago • 2 comments

Hi @giuseppe, Thanks for the plugin! I was able to fetch a stargzified image but as soon as I try to run it, podman gets stuck. I'm attaching the output with --log-level debug and podman info.

podman_run.txt podman_info.txt

Do you have any hints? Thanks in advance!

P.S. I tried with --net=host and with no luck

ttsiouts avatar Nov 13 '19 16:11 ttsiouts

how long have you waited for podman? If the latency to the registry is high, accessing files can be quite slow. Does it work if you try to read a single file from the mounted directory without using Podman?

giuseppe avatar Nov 13 '19 20:11 giuseppe

Hi, It seems that podman gets stuck there indefinitely. The same happens when I try to access a file directly in the merged directory. I tried using images both from a local registry and docker.io and the result is the same.

ttsiouts avatar Nov 14 '19 14:11 ttsiouts