rbd_snapshot_create
Create an RBD image snapshot to preserve state. Reversible by deleting the snapshot.
Instructions
[WRITE][risk=low] Snapshot an RBD image. Reversible → delete the snapshot.
Args: pool_name: Pool the image lives in. image_name: Image to snapshot (from rbd_ls). snap_name: Name for the new snapshot. target: Ceph target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| pool_name | Yes | ||
| snap_name | Yes | ||
| image_name | Yes |