mirror of
https://github.com/containers/podman.git
synced 2026-02-01 18:01:46 -05: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>