Managing bucket rate limits
You can set rate limits on buckets in a Ceph Object Gateway configuration. The rate limit on buckets include the maximum number of read operations, write operations per minute, and how many bytes per minute can be written or read per bucket.
Before you begin
- A running IBM Storage Ceph cluster.
- A Ceph Object Gateway installed.
Enabling user rate limits
About this task
bucket. Procedure
Disabling the bucket rate limits
Procedure
Disable bucket rate limits by running the ratelimit disable command.
radosgw-admin ratelimit disable --ratelimit-scope=bucket --bucket=BUCKET_NAME
For example,
[ceph: root@host01 /]# radosgw-admin ratelimit disable --ratelimit-scope=bucket --bucket=mybucket