summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wilkins <john.wilkins@inktank.com>2013-04-17 18:29:41 -0700
committerJohn Wilkins <john.wilkins@inktank.com>2013-04-17 18:29:41 -0700
commit064ec2fbc5712b5de5aa67fe6deef0c471e87f5e (patch)
treee6c777317fe6d471a42f78270d46c5b3451d98e2
parent0d1e04722ac92b4e0f2b112072aedabe2012853b (diff)
downloadceph-064ec2fbc5712b5de5aa67fe6deef0c471e87f5e.tar.gz
doc: Removed top-level tshoot page, and created new index.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r--doc/rados/operations/troubleshooting.rst12
-rw-r--r--doc/rados/troubleshooting/index.rst18
2 files changed, 18 insertions, 12 deletions
diff --git a/doc/rados/operations/troubleshooting.rst b/doc/rados/operations/troubleshooting.rst
deleted file mode 100644
index 9a0a1fa9f11..00000000000
--- 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 <troubleshooting-osd>
- MON Failures <troubleshooting-mon> \ 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 00000000000..762f579be81
--- /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