mirror of
https://github.com/containers/podman.git
synced 2025-05-17 23:26:08 +08:00

Fixes a bug where `podman volume ls` with multiple `label` filters would return volumes that matched *any* of the filters, not *all* of them. Adapts generating volume filter functions to be more in line with how it is done for containers and pods. Fixes: #19219 Signed-off-by: Jake Correnti <jakecorrenti+github@proton.me>