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

CLI : volume status show namespace #17912

Closed
the-nando opened this issue Jul 12, 2023 · 0 comments · Fixed by #17911
Closed

CLI : volume status show namespace #17912

the-nando opened this issue Jul 12, 2023 · 0 comments · Fixed by #17911
Assignees
Labels
stage/accepted Confirmed, and intend to work on. No timeline committment though. theme/cli type/enhancement

Comments

@the-nando
Copy link
Contributor

the-nando commented Jul 12, 2023

Proposal

nomad volume status -namespace='*'

Should also show the namespace the volume belongs to.

Use-cases

It is difficult to work with volumes with same names in different namespaces as the CLI doesn't show where the volume at hand is in use, unless when using -json.

Attempted Solutions

#17911

~ nomad volume status -namespace='*' 
Container Storage Interface
ID               Name        Namespace   Plugin ID  Schedulable  Access Mode
vol[0]           vol[0]      my-ns       aws-ebs    true         single-node-writer
vol[1]           vol[1]      my-ns       aws-ebs    true         single-node-writer
[...]
~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stage/accepted Confirmed, and intend to work on. No timeline committment though. theme/cli type/enhancement
Projects
Development

Successfully merging a pull request may close this issue.

2 participants