-
Notifications
You must be signed in to change notification settings - Fork 257
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
cephfs: Add mknod cephfs API #866
Conversation
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.
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.
Minor capitalization consistency issue between this PR and the standard package for unix apis in Go.
92efda4
to
0b364fe
Compare
@Mergifyio rebase |
Added a new API for the cephfs component named `ceph_mknod`. Fixes: ceph#257 Signed-off-by: Nikhil-Ladha <[email protected]>
✅ Branch has been successfully rebased |
0b364fe
to
54c6c98
Compare
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
Added a new API for the cephfs component named
ceph_mknod
.Fixes: #257
Signed-off-by: Nikhil-Ladha [email protected]
Checklist
//go:build ceph_preview
make api-update
to record new APIs