set_pool_quota
Set or clear a Ceph pool's byte or object quota. Reversible to prior quota. Specify pool name and max_bytes or max_objects.
Instructions
[WRITE][risk=medium] Set a pool's byte/object quota. Reversible → prior quota.
Args: pool_name: Pool name (from pool_ls). max_bytes: New byte quota (0 clears it); omit to leave unchanged. max_objects: New object quota (0 clears it); omit to leave unchanged. target: Ceph target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| max_bytes | No | ||
| pool_name | Yes | ||
| max_objects | No |