Show Table of Contents
9.3. Rebooting Ceph Storage Nodes
To reboot the Ceph Storage nodes, follow this process:
- Select the first Ceph Storage node to reboot and log into it.
- Disable Ceph Storage cluster rebalancing temporarily:
$ sudo ceph osd set noout $ sudo ceph osd set norebalance
- Reboot the node:
$ sudo reboot
- Wait until the node boots.
- Log into the node and check the cluster status:
$ sudo ceph -s
Check that thepgmapreports allpgsas normal (active+clean). - Log out of the node, reboot the next node, and check its status. Repeat this process until you have rebooted all Ceph storage nodes.
- When complete, enable cluster rebalancing again:
$ sudo ceph osd unset noout $ sudo ceph osd unset norebalance
- Perform a final status check to make sure the cluster reports
HEALTH_OK:$ sudo ceph status

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.