Closed kavishgr closed 1 month ago
Please provide an exact reproducer, how are the images created? If you have 0 containers then prune should be able to delete all images and systemd df should not show them as active.
Please provide an exact reproducer, how are the images created? If you have 0 containers then prune should be able to delete all images and systemd df should not show them as active.
Images were pulled from quay.io. They were official fedora/mariadb images(different versions).
External containers, I would figure.
If you add --external, does it work?
buildah containers
Should show the extra containers, or
podman ps --all --external
After performing a podman system reset
, I was unable to reproduce the issue. I will re-open it if the problem recurs. Thanks.
Issue Description
Podman Version
When reclaiming disk space in Podman, it reported that 0B were reclaimed, and nothing was deleted.
Podman disk usage:
A system prune says total space reclaimed is
0B
:Disk usage stays the same:
Steps to reproduce the issue
podman system df
podman system prune -a
to reclaim disk spacepodman system df
Describe the results you received
Nothing were reclaimed after executing a
podman system prune
Describe the results you expected
Disk space should be reclaimed.
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
No
Additional environment details
OS Info
Additional information
Executing
podman system reset
removes everything.