Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

podman volume list, filtering by wildcard in name #14583

Closed
bertmelis opened this issue Jun 14, 2022 · 1 comment · Fixed by #14597
Closed

podman volume list, filtering by wildcard in name #14583

bertmelis opened this issue Jun 14, 2022 · 1 comment · Fixed by #14597
Labels
Good First Issue This issue would be a good issue for a first time contributor to undertake. 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.

Comments

@bertmelis
Copy link

bertmelis commented Jun 14, 2022

/kind bug

Description

According to the docs you can use a regex/wildcard for filtering podman volume list by name.

Steps to reproduce the issue:

[user@server ~]$ podman volume create testvolume_1
testvolume_1
[user@server ~]$ podman volume create testvolume_2
testvolume_2
[podmanager@server ~]$ podman volume list --filter name=testvolume*
<emtpy>

Describe the results you expected:

[podmanager@server ~]$ podman volume list --filter name=testvolume*
DRIVER      VOLUME NAME
local       testvolume_1
local       testvolume_2

Additional information you deem important (e.g. issue happens only occasionally):

Output of podman version:

Client:       Podman Engine
Version:      4.0.2
API Version:  4.0.2
Go Version:   go1.17.7

Built:      Sun May 15 18:45:11 2022
OS/Arch:    linux/amd64

Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)

No

@openshift-ci openshift-ci bot added the kind/bug Categorizes issue or PR as related to a bug. label Jun 14, 2022
@rhatdan
Copy link
Member

rhatdan commented Jun 14, 2022

This works on Docker, so we should fix.

@ashley-cui @vrothberg @mheon @umohnani8 Need an intern for this.

@rhatdan rhatdan added the Good First Issue This issue would be a good issue for a first time contributor to undertake. label Jun 14, 2022
@bertmelis bertmelis changed the title volume ls, filtering by wildcard in name podman volume list, filtering by wildcard in name Jun 14, 2022
@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 20, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Good First Issue This issue would be a good issue for a first time contributor to undertake. 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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants