create_ceph_osd
Create a new Ceph OSD on a specified node using a block device, with support for separate DB/WAL devices and encryption.
Instructions
Create a new Ceph OSD on a device.
Args: node: The node name. dev: Block device for the OSD (e.g. '/dev/sdb'). db_dev: Separate block device for DB. wal_dev: Separate block device for WAL. encrypted: Encrypt the OSD.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| dev | Yes | ||
| db_dev | No | ||
| wal_dev | No | ||
| encrypted | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |