What are the steps to add an OSD back to a Ceph cluster?
Issue
-
One of the OSDs were removed from the Ceph cluster using the steps below, where
${id}is the numeric ID of the OSD removed:-
Remove the OSD from the Crush map
# ceph osd crush remove osd.${id} -
Remove the OSD from the OSD listing
# ceph osd rm ${id} -
Remove the OSD's authentication keys
# ceph auth del osd.${id}
-
-
This OSD needs to be re-added to the cluster.
ceph-deploy disk listsshows the disk as prepared.- Running
ceph-deploy osd activate ${osd-node}:${device}changed the OSD status toACTIVE. ceph -sdoes not show the new OSD as part of the ceph cluster.
Environment
- Red Hat Ceph Storage 1.2.3
- Red Hat Ceph Storage 1.3
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.