pool_create
Create a replicated Ceph pool with configurable placement-group count, replica count, and application tag (rbd, cephfs, rgw).
Instructions
[WRITE][risk=medium] Create a replicated pool.
Args: pool_name: Name for the new pool. pg_num: Initial placement-group count (default 32). size: Replica count (default 3). application: Pool application tag: "rbd", "cephfs", or "rgw" (default "rbd"). target: Ceph target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | ||
| pg_num | No | ||
| target | No | ||
| pool_name | Yes | ||
| application | No | rbd |