Bug 1347010
Summary: | [RFE] RGW - Let the default quota settings take effect during user creation | |||
---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Benjamin Schmaus <bschmaus> | |
Component: | RGW | Assignee: | Daniel Gryniewicz <dang> | |
Status: | CLOSED ERRATA | QA Contact: | Tejas <tchandra> | |
Severity: | high | Docs Contact: | Bara Ancincova <bancinco> | |
Priority: | unspecified | |||
Version: | 1.3.2 | CC: | cbodley, ceph-eng-bugs, dang, flucifre, hnallurv, kbader, kdreyer, mbenjamin, owasserm, sweil, tserlin, vumrao | |
Target Milestone: | rc | Keywords: | FutureFeature | |
Target Release: | 1.3.3 | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | RHEL: ceph-0.94.9-2.el7cp Ubuntu: ceph_0.94.9-3redhat1 | Doc Type: | Enhancement | |
Doc Text: |
.The default quota for a user is set when creating the user
With this update, when creating a new Ceph Object Gateway user, the default quota is set for the user. Previously, the default quota for a user was not set until the user performed an action in the Ceph Object Gateway.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1362284 (view as bug list) | Environment: | ||
Last Closed: | 2016-09-29 13:00:01 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | 1362284 | |||
Bug Blocks: | 1348597, 1372735 |
Description
Benjamin Schmaus
2016-06-15 19:22:29 UTC
https://github.com/ceph/ceph/pull/9261 has been merged to master, so we need this to be backported to Jewel and Hammer upstream. This has not been backported anywhere upstream yet, so for RHCS 1.3.3 we'll need to have additional patches on top of v0.94.7. Verified on ceph version: ceph version 0.94.9-2.el7cp Moving to Verified state. Verified the default valued as mentioned below and they are working as expected: rgw bucket default quota max objects Default max number of objects per bucket. Set on new users, if no other quota is specified. Has no effect on existing users. rgw bucket default quota max size Default max capacity per bucket, in KB. Set on new users, if no other quota is specified. Has no effect on existing users. rgw user default quota max objects Default max number of objects for a user. This includes all objects in all buckets owned by the user. Set on new users, if no other quota is specified. Has no effect on existing users. rgw user default quota max size Default max capacity in KB for a user. This includes the capacity of all buckets owned by the user. Set on new users, if no other quota is specified. Has no effect on existing users. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2016-1972.html |