mirror of
https://github.com/ceph/ceph
synced 2024-12-29 23:12:27 +00:00
bd97923ceb
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
40 lines
641 B
ReStructuredText
40 lines
641 B
ReStructuredText
.. _failures-osd:
|
|
|
|
==========================
|
|
Recovering from failures
|
|
==========================
|
|
|
|
The current health of the Ceph cluster, as known by the monitors, can
|
|
be checked with the ``ceph health`` command. If all is well, you get::
|
|
|
|
$ ceph health
|
|
HEALTH_OK
|
|
|
|
If there are problems, you will see something like::
|
|
|
|
$ ceph health
|
|
HEALTH_WARN short summary of problem(s)
|
|
|
|
or::
|
|
|
|
$ ceph health
|
|
HEALTH_ERROR short summary of very serious problem(s)
|
|
|
|
To get more detail::
|
|
|
|
$ ceph health detail
|
|
HEALTH_WARN short description of problem
|
|
|
|
one problem
|
|
another problem
|
|
yet another problem
|
|
...
|
|
|
|
.. toctree::
|
|
|
|
mon
|
|
osd
|
|
mds
|
|
radosgw
|
|
|