Files
Paul Holzinger 64b6e7cf52 fix podman volume inspect --all flake
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>
2026-06-24 14:08:34 +02:00
..