Add/Zap OSD using Ceph Orchestrator

To add an OSD using Ceph Orchestrator:

ceph orch daemon add osd hostname-of-osd:/dev/sda

Replace hostname-of-osd with the hostname of the osd server. Replace /dev/sda with the path of the drive you’re trying to add.

To Zap/clean an OSD using Ceph Orchestrator:

ceph orch device zap hostname-of-osd /dev/sda --force

Replace hostname-of-osd with the hostname of the osd server. Replace /dev/sda with the path of the drive you’re trying to zap.