podman-remote: rm -a --volumes: does not remove volumes #7128
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
remote
Problem is in podman-remote
In window 1:
$ ./bin/podman system service --timeout=0
In window 2:
With non-remote podman, the final
volume ls
produces empty results. It is not a race condition, the volume persists until manually removed withpodman volume rm -a
.The text was updated successfully, but these errors were encountered: