-
Notifications
You must be signed in to change notification settings - Fork 279
admin: add nvme-gw create/delete/show API #1175
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
Conversation
|
Those keys are a serious Yikes! They aren't even consistent (like all dashes or all spaces). |
phlogistonjohn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The general gist of things looks OK to me. You have a bunch of little things to clean up to make the CI happy: like missing comments and updating the api status.
|
I'm 😭 The key |
c73d907 to
5d80bcb
Compare
5d80bcb to
d131a1f
Compare
d131a1f to
25b0476
Compare
Signed-off-by: Niels de Vos <ndevos@ibm.com>
Signed-off-by: Niels de Vos <ndevos@ibm.com>
25b0476 to
70f072c
Compare
Pull request has been modified.
anoopcs9
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks.
Add support for the
ceph nvme-gw ...command series.Only three commands are available at the moment, create/delete/show:
https://github.com/ceph/ceph/blob/2b14a6730a7d525fdcd14d23af310045ee4bbd6b/src/mon/MonCommands.h#L1435-L1453
The JSON has funky keys, including spaces and dashes. For example:
NOTE:: this is a Draft for now, testing is still a major outstanding task.
Checklist
//go:build ceph_previewmake api-updateto record new APIs