rbd_image_create
Creates a new RBD image in a Ceph pool by specifying pool name, image name, and size in bytes. Optionally select a target.
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 |