diff options
author | John Wilkins <john.wilkins@inktank.com> | 2013-04-17 18:21:35 -0700 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2013-04-17 18:21:35 -0700 |
commit | fd8b4d0a9c035f617da7fd393474297a0dc55b2b (patch) | |
tree | 1b1b09792e49c6a9574c08ea834f28c0f23552fb | |
parent | cd4b242d26fe8a74c294f48cf342da6fc3b5ecb2 (diff) | |
download | ceph-fd8b4d0a9c035f617da7fd393474297a0dc55b2b.tar.gz |
doc: Removed logging from config index. Set depth to 1 for clean appearance.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r-- | doc/rados/configuration/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rados/configuration/index.rst b/doc/rados/configuration/index.rst index 1e3c678be02..c7e4e3b5861 100644 --- a/doc/rados/configuration/index.rst +++ b/doc/rados/configuration/index.rst @@ -30,6 +30,7 @@ instance (a single context). For general object store configuration, refer to the following: .. toctree:: + :maxdepth: 1 Disks and Filesystems <filesystem-recommendations> ceph-conf @@ -42,7 +43,7 @@ For general object store configuration, refer to the following: To optimize the performance of your cluster, refer to the following: .. toctree:: - :maxdepth: 2 + :maxdepth: 1 Network Settings <network-config-ref> Auth Settings <auth-config-ref> @@ -52,7 +53,6 @@ To optimize the performance of your cluster, refer to the following: Filestore Settings <filestore-config-ref> Journal Settings <journal-ref> Pool, PG & CRUSH Settings <pool-pg-config-ref.rst> - Log / Debug Settings <log-and-debug-ref> Messaging Settings <ms-ref> General Settings <general-config-ref> |