mirror of
https://github.com/containers/podman.git
synced 2026-07-25 22:47:15 -04:00
When we loop over all volumes to inspect them it is possible that some
of them got removed in the meantime. As such we must ignore this case to
not cause random command failures.
I have seen this fail in our system tests:
FAIL: podman volume inspect --format '{{"\n"}}'
expected: = ''
actual: Error: no such volume
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
(cherry picked from commit 36ba45f39d)
Signed-off-by: Paul Holzinger <pholzing@redhat.com>