Hello Everyone,
I installed on kubernetes rook operator for addressing an external ceph object storage.
If I understood correctly, when I create an object claim it works as follows:
- some calls are made by user rgw-admin-ops-user to external cluster
- a user is created for each bucket claim
- a bucket is created for each bucket claim with the user associated to it
My problem is setting some features for users created by rook on external storage, for example user and bucket quotas.
I tried to enable quotas on "rgw-admin-ops-user" hoping these could be inherited during user creation, but it does not set quotas on users.
Any help, please ?
ignazio