126
edits
No edit summary |
No edit summary |
||
| Line 17: | Line 17: | ||
===== Create OSD ===== | ===== Create OSD ===== | ||
Needs to be executed on the node with the OSD | Needs to be executed on the node with the OSD | ||
* pveceph osd create /dev/sd[X] --encrypted 1 | * pveceph osd create /dev/sd[X] --encrypted 1 --crush-device-class hdd | ||
===== Change device class ===== | |||
* ceph osd crush rm-device-class osd.{id} | |||
* ceph osd crush set-device-class [hdd|ssd|nvme] osd.{id} | |||
edits