rbd_image_create
Create a new RBD image in a specified Ceph pool by providing pool name, image name, and size in bytes. Optionally target a specific Ceph configuration.
Instructions
[WRITE][risk=medium] Create a new RBD image in a pool.
Args: pool_name: Pool the image lives in (from a pool listing). name: New image name. size_bytes: Image size in bytes. target: Ceph target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| target | No | ||
| pool_name | Yes | ||
| size_bytes | Yes |