Skip to content

podman-remote: rm -a --volumes: does not remove volumes #7128

@edsantiago

Description

@edsantiago

In window 1:

$ ./bin/podman system service --timeout=0

In 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       f652d1def911a5580319f9ced3c77eef98a0f659eefb755acd9ece2ef7a3d887

With 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes 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.remoteProblem is in podman-remote

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions