-
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
rgw/admin: Add support for user bucket quota #954
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.
Looks OK to me, but RGW is my weakest area. I'll hold off approving so that both thotz and ansiwen can get a chance to review before merging. But if you want my approval at some point, just ping me.
d481fd6
to
f9ad6ba
Compare
Credits: Pavel Boev (https://github.com/R4scal) Signed-off-by: Anoop C S <[email protected]>
Credits: Pavel Boev (https://github.com/R4scal) Signed-off-by: Anoop C S <[email protected]>
Signed-off-by: Anoop C S <[email protected]>
f9ad6ba
to
82a34fd
Compare
@phlogistonjohn Now if you may.. 😐 |
Following APIs have been added to set and get bucket quotas for users.
Checklist
//go:build ceph_preview
make api-update
to record new APIsCredits: Pavel Boev