rm of a container in a pod using a volume breaks podman #3556
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.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Creating a container in a pod, assigning a volume to it and then trying to remove it results in:
Steps to reproduce the issue:
podman pod create --name foopod
podman volume create foovolume
podman create --volume foovolume:/foovolume --pod foopod alpine sleep 1234 && podman start -l
podman stop -t 1 -l
podman rm <partial ID of ctr>
podman ps -a
: container is stil listed as in DBpodman rm <partial ID of ctr>
:Describe the results you received:
After this, it's not possible to remove the container from DB, unless something like container eviction is used.
Output of
podman version
:144567b42dba2c8c426538a4b5fe7d718b43284a
The text was updated successfully, but these errors were encountered: