diff options
author | John Wilkins <john.wilkins@inktank.com> | 2013-02-22 15:33:43 -0800 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2013-02-22 15:33:43 -0800 |
commit | 97cc7389635e1ab09c19f6f4389ba7caf8da6df9 (patch) | |
tree | 49e409a89a4a48b527e07150ae389a2ed0c58589 | |
parent | 7c94083643891c9d66a117352f312b268bdb1135 (diff) | |
download | ceph-97cc7389635e1ab09c19f6f4389ba7caf8da6df9.tar.gz |
doc: set maxdepth to 2, so TOC isn't so long with new OSD troubleshooting.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r-- | doc/rados/operations/index.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/rados/operations/index.rst b/doc/rados/operations/index.rst index 0bf695822e4..a28d7490eb4 100644 --- a/doc/rados/operations/index.rst +++ b/doc/rados/operations/index.rst @@ -10,7 +10,8 @@ High-level cluster operations consist primarily of starting, stopping, and restarting a cluster with the ``ceph`` service; checking the cluster's health; and, monitoring an operating cluster. -.. toctree:: +.. toctree:: + :maxdepth: 2 operating monitoring |