January 2019
Intermediate to advanced
606 pages
15h 1m
English
Make sure that your Ceph cluster is in full health by checking with the ceph -s command. We will be upgrading OSD by first removing it from the cluster and then letting Ceph recover the data onto the new BlueStore OSD. By taking advantage of this hot maintenance capability in Ceph, you can repeat this procedure across all the OSDs in your cluster.
In this example, we will remove osd.2, which is residing on the /dev/sdb disk on the OSD node, by performing the following steps:
sudo ceph osd out 2
The preceding command gives the following output:
![]()
Read now
Unlock full access