-
Notifications
You must be signed in to change notification settings - Fork 3k
podman-remote: rm -a --volumes: does not remove volumes #7128
Copy link
Copy link
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.locked - please file new issue/PRAssist humans wanting to comment on an old issue or PR with locked comments.Assist humans wanting to comment on an old issue or PR with locked comments.remoteProblem is in podman-remoteProblem is in podman-remote
Description
In window 1:
$ ./bin/podman system service --timeout=0In window 2:
$ ./bin/podman-remote run -v /myvol alpine date
Tue Jul 28 21:22:16 UTC 2020
$ ./bin/podman-remote rm -a --volumes
9f3ca8048c2c627be3d828071b543b6557613715ded72be65a4dc480983b3c85
$ ./bin/podman-remote volume ls
DRIVER VOLUME NAME
local f652d1def911a5580319f9ced3c77eef98a0f659eefb755acd9ece2ef7a3d887With non-remote podman, the final volume ls produces empty results. It is not a race condition, the volume persists until manually removed with podman volume rm -a.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.locked - please file new issue/PRAssist humans wanting to comment on an old issue or PR with locked comments.Assist humans wanting to comment on an old issue or PR with locked comments.remoteProblem is in podman-remoteProblem is in podman-remote