set_pool_quota
Set a Ceph pool's byte or object quota to control usage. Reversible; previous quota is recorded for undo.
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 |