November 2017
Intermediate to advanced
494 pages
14h 29m
English
This is a common occurrence when a Ceph node is taken offline without removing all the Ceph-related processes first. The OSDs in the node must be removed or moved to another node before taking the node offline. Run the following commands to remove OSDs:
# ceph osd out <osd.id> # ceph osd crush remove osd <osd.id> # ceph auth del osd.<id> # ceph osd rm <osd.id>