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

nomad operator debug doesn't capture CSI volume claims #9262

Closed
tgross opened this issue Nov 4, 2020 · 3 comments · Fixed by #9346
Closed

nomad operator debug doesn't capture CSI volume claims #9262

tgross opened this issue Nov 4, 2020 · 3 comments · Fixed by #9346

Comments

@tgross
Copy link
Member

tgross commented Nov 4, 2020

The nomad operator debug command sends a /v1/volumes?type=csi query, but that returns a CSIVolumeListStub which contains no information about volume claims. As this is the most relevant piece of data on volumes, we should try to get the claims listed in the stub.

@davemay99
Copy link
Contributor

@tgross I added initial support for looping over CSI plugins and volumes in #9346. Is there any additional data you think should be captured?

@tgross
Copy link
Member Author

tgross commented Nov 13, 2020

No, that looks like all we'd need!

@github-actions
Copy link

I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants