ceph/doc/ops/manage/failures/index.rst
Sage Weil bd97923ceb doc: fix misc typos, bad phrasing
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
2012-03-06 21:03:58 -08:00

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