-
Notifications
You must be signed in to change notification settings - Fork 10
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
Restore Quorum documentation has incorrect cmd usage #77
Comments
@kelsonw1 I think you were trying tool version 4.16. Is that correct? |
@subhamkrai I was looking at the main branch code and docs I also repulled main and have the same issue. I noticed a difference in how the command was documented vs how it was coded. |
@kelsonw1 did you rebuild?
I can see above commands |
No, I didn't rebuild. but I pulled the main branch and saw the same issue. I haven't tested this since I opened this issue tho. |
Please build again and check |
According to [1], it's stated to use
odf mons restore-quorum c
, which doesn't seem to be valid:Reviewing [2], we see the command should be
odf restore mon-quorum <mon_id>
. Is the code being updated or are the docs incorrect?[1] https://github.com/red-hat-storage/odf-cli/blob/main/docs/mons.md#restore-quorum
[2]https://github.com/red-hat-storage/odf-cli/blob/main/cmd/odf/restore/mon_quorum.go
The text was updated successfully, but these errors were encountered: