mirror of
https://github.com/ceph/ceph
synced 2024-12-18 09:25:49 +00:00
812989bf35
doc/architecture.rst - removed broken reference. doc/config-cluster - cleanup and added chef doc/install - Made generic to add Chef, OpenStack and libvert installs doc/init - Created light start | stop and health section doc/source - Removed $ from code examples. Trimmed paras to 80 char doc/images - Added preliminary diagram for Chef. doc/rec - Added reference to hardware. Added filesystem info. Signed-off-by: John Wilkins <john.wilkins@dreamhost.com>
16 lines
673 B
ReStructuredText
16 lines
673 B
ReStructuredText
=========================
|
|
Checking Cluster Health
|
|
=========================
|
|
When you start the Ceph cluster, it may take some time to reach a healthy
|
|
state. You can check on the health of your Ceph cluster with the following::
|
|
|
|
ceph health
|
|
|
|
If you specified non-default locations for your configuration or keyring::
|
|
|
|
ceph -c /path/to/conf -k /path/to/keyring health
|
|
|
|
Upon starting the Ceph cluster, you will likely encounter a health
|
|
warning such as ``HEALTH_WARN XXX num pgs stale``. Wait a few moments and check
|
|
it again. When your cluster is ready, ``ceph health`` should return a message
|
|
such as ``HEALTH_OK``. At that point, it is okay to begin using the cluster. |