-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
undocumented update
functionality of nomad volume register
#17247
Labels
Comments
Hi @rbastiaans-tc! Good catch on those docs. I think that's probably left over from when we had only
Everything else can't be updated. |
tgross
added a commit
that referenced
this issue
May 19, 2023
The `volume register` command can update a small subset of the volume's fields in-place, with some restrictions depending on whether the volume is currently in use. Document these in the `volume register` command docs and the volume specification docs. Fixes: #17247
tgross
added a commit
that referenced
this issue
May 22, 2023
The `volume register` command can update a small subset of the volume's fields in-place, with some restrictions depending on whether the volume is currently in use. Document these in the `volume register` command docs and the volume specification docs. Fixes: #17247
This was referenced May 22, 2023
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nomad version
Operating system and Environment details
Issue
CLI help output of
nomad volume register
says it can be used toupdate
a volume.This is however, afaik, the only place where updating is referenced or mentioned.
There is no word about updating in the documentation:
Reproduction steps
Expected Result
More details and explanation of how
update
of a (CSI) volume works.I have some questions which are unanswered by the documentation:
Actual Result
Job file (if appropriate)
Nomad Server logs (if appropriate)
Nomad Client logs (if appropriate)
The text was updated successfully, but these errors were encountered: