Search

10.3. Rebooting Ceph Storage Nodes

download PDF

To reboot the Ceph Storage nodes, follow this process:
  1. Select the first Ceph Storage node to reboot and log into it.
  2. Disable Ceph Storage cluster rebalancing temporarily:
    $ sudo ceph osd set noout
    $ sudo ceph osd set norebalance
  3. Reboot the node:
    $ sudo reboot
  4. Wait until the node boots.
  5. Log into the node and check the cluster status:
    $ sudo ceph -s

    Check that the pgmap reports all pgs as normal (active+clean).
  6. Log out of the node, reboot the next node, and check its status. Repeat this process until you have rebooted all Ceph storage nodes.
  7. When complete, enable cluster rebalancing again:
    $ sudo ceph osd unset noout
    $ sudo ceph osd unset norebalance
  8. Perform a final status check to make sure the cluster reports HEALTH_OK:
    $ sudo ceph status
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.