-
Notifications
You must be signed in to change notification settings - Fork 255
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
How to call OSD BLACKLIST? #872
Comments
I'm sorry to hear that you find our docs insufficient. We have not implemented any APIs specific to the So you can either put in a request that we write Go APIs for these blocklist related ceph features or you can try writing something that makes use of rados APIs directly and then you don't need to wait for us to get to it. |
I also just remembered that there's a librados C API related to this as well (this is not wrapped): I'm not clear on the relationship between the |
@phlogistonjohn Thanks for your reply. I just tested rados.MonCommand by sending I think it's a good way to mention this part to docs (such as hints.md), which is helpful for beginner, like me. |
Thanks for the kind words.
Yes, I agree. I will keep this issue open to serve as a TODO to document this and some related topics. |
I'm pretty confused that there is not enough docs for learning go-ceph. I want to use it to add a osd blacklist, like
ceph osd blacklist add
, but I didn't see any docs or examples.So, what is the proper way to do this?
The text was updated successfully, but these errors were encountered: