radosgw user "check_on_raw" setting
Hello, I am setting up user quotas and I would like to enable the check on raw setting for my user's quota. I can't find any documentation on how to change this setting in any of the ceph documents. Do any of you know how to change this setting? Possibly using radosgw-admin? Thanks in advance! Jared Jacob
Hi, I think is not possible to make this with CLI, like for placements configs Actually this is settings of period: "period_config": { "bucket_quota": { "enabled": false, "check_on_raw": false, "max_size": -1, "max_size_kb": 0, "max_objects": -1 }, "user_quota": { "enabled": false, "check_on_raw": false, "max_size": -1, "max_size_kb": 0, "max_objects": -1 } } You can get your current period settings via `radosgw-admin period get` And push it, from file, I think ... Cheers, k
On 23 Jun 2021, at 01:35, Jared Jacob <jhamster@chem.byu.edu> wrote:
I am setting up user quotas and I would like to enable the check on raw setting for my user's quota. I can't find any documentation on how to change this setting in any of the ceph documents. Do any of you know how to change this setting? Possibly using radosgw-admin?
participants (2)
-
Jared Jacob
-
Konstantin Shalygin