From: John Wilkins Date: Thu, 18 Apr 2013 01:29:41 +0000 (-0700) Subject: doc: Removed top-level tshoot page, and created new index. X-Git-Tag: v0.61~164 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=064ec2fbc5712b5de5aa67fe6deef0c471e87f5e;p=ceph.git doc: Removed top-level tshoot page, and created new index. Signed-off-by: John Wilkins --- diff --git a/doc/rados/operations/troubleshooting.rst b/doc/rados/operations/troubleshooting.rst deleted file mode 100644 index 9a0a1fa9f117..000000000000 --- a/doc/rados/operations/troubleshooting.rst +++ /dev/null @@ -1,12 +0,0 @@ -================= - Troubleshooting -================= - -When monitoring your cluster, you may receive health warnings and you may also -notice that not all of your daemons are running properly. The following -sections will help you identify and resolve daemon operations issues. - -.. toctree:: - - OSD and PG Failures - MON Failures \ No newline at end of file diff --git a/doc/rados/troubleshooting/index.rst b/doc/rados/troubleshooting/index.rst new file mode 100644 index 000000000000..762f579be813 --- /dev/null +++ b/doc/rados/troubleshooting/index.rst @@ -0,0 +1,18 @@ +================= + Troubleshooting +================= + +Ceph is still on the leading edge, so you may encounter situations that require +you to examine your configuration, modify your logging output, troubleshoot +monitors and OSDs, profile memory and CPU usage, and reach out to the +Ceph community for help. + +.. toctree:: + :maxdepth: 1 + + community + log-and-debug + troubleshooting-mon + troubleshooting-osd + memory-profiling + cpu-profiling \ No newline at end of file