From: John Wilkins Date: Thu, 18 Apr 2013 01:32:10 +0000 (-0700) Subject: doc: Revised top-level ops page. X-Git-Tag: v0.61~162 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f7843174c03fd12c2efae226ee6e7e8da3edd6d6;p=ceph.git doc: Revised top-level ops page. Consolidated authentication into high-level operations. Added a troubleshooting section. Collapsed toc trees to make the appearance cleaner. Signed-off-by: John Wilkins --- diff --git a/doc/rados/operations/index.rst b/doc/rados/operations/index.rst index a28d7490eb4d..dd2e7aed3f58 100644 --- a/doc/rados/operations/index.rst +++ b/doc/rados/operations/index.rst @@ -11,15 +11,13 @@ restarting a cluster with the ``ceph`` service; checking the cluster's health; and, monitoring an operating cluster. .. toctree:: - :maxdepth: 2 + :maxdepth: 1 operating monitoring monitoring-osd-pg - cpu-profiling - memory-profiling - troubleshooting - debug + Authentication Overview + Cephx Authentication .. raw:: html @@ -31,6 +29,7 @@ pools and placement groups that distribute data across the cluster using Ceph's CRUSH algorithm. .. toctree:: + :maxdepth: 1 data-placement pools @@ -41,22 +40,7 @@ CRUSH algorithm. .. raw:: html -

Authentication and Authorization

- -Once you have data placement policies in place, you can begin creating users -and assigning them capabilities, such as the ability to read and write data -to one or more pools, or the cluster as a whole. - -.. toctree:: - - Authentication Overview - Cephx Authentication - - - -.. raw:: html - -

Daemon Operations

+

Low-level Operations

Low-level cluster operations consist of starting, stopping, and restarting a particular daemon within a cluster; changing the settings of a particular @@ -65,12 +49,35 @@ from the cluster. The most common use cases for low-level operations include growing or shrinking the Ceph cluster and replacing legacy or failed hardware with new hardware. -.. toctree:: +.. toctree:: + :maxdepth: 1 add-or-rm-osds add-or-rm-mons Command Reference + + +.. raw:: html + +

Troubleshooting

+ +Ceph is still on the leading edge, so you may encounter situations that require +you to evaluate your Ceph configuration and modify your logging and debugging +settings to identify and remedy issues you are encountering with your cluster. + +.. toctree:: + :maxdepth: 1 + + ../troubleshooting/community + ../troubleshooting/troubleshooting-mon + ../troubleshooting/troubleshooting-osd + ../troubleshooting/log-and-debug + ../troubleshooting/cpu-profiling + ../troubleshooting/memory-profiling + + + .. raw:: html