summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wilkins <john.wilkins@inktank.com>2013-09-20 13:00:27 -0700
committerJohn Wilkins <john.wilkins@inktank.com>2013-09-20 13:00:27 -0700
commit10754438e6223e9253d992fc73c520e32165584c (patch)
tree285932d5dfac1221ef4ec98babf186c37269b7e1
parent5eb4db18973412ffe1dd758b2cc70f869b0e395f (diff)
downloadceph-10754438e6223e9253d992fc73c520e32165584c.tar.gz
doc: Added Recommendations and Get Involved to Intro.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r--doc/start/intro.rst33
1 files changed, 32 insertions, 1 deletions
diff --git a/doc/start/intro.rst b/doc/start/intro.rst
index b04363d9f52..704ff1e8cd5 100644
--- a/doc/start/intro.rst
+++ b/doc/start/intro.rst
@@ -36,4 +36,35 @@ Ceph stores a client's data as objects within storage pools. Using the CRUSH
algorithm, Ceph calculates which placement group should contain the object,
and further calculates which Ceph OSD Daemon should store the placement group.
The CRUSH algorithm enables the Ceph Storage Cluster to scale, rebalance, and
-recover dynamically. \ No newline at end of file
+recover dynamically.
+
+
+.. raw:: html
+
+ <style type="text/css">div.body h3{margin:5px 0px 0px 0px;}</style>
+ <table cellpadding="10"><colgroup><col width="50%"><col width="50%"></colgroup><tbody valign="top"><tr><td><h3>Recommendations</h3>
+
+To begin using Ceph in production, you should review our hardware
+recommendations and operating system recommendations.
+
+.. toctree::
+ :maxdepth: 2
+
+ Hardware Recommendations <hardware-recommendations>
+ OS Recommendations <os-recommendations>
+
+
+.. raw:: html
+
+ </td><td><h3>Get Involved</h3>
+
+ You can avail yourself of help or contribute documentation, source
+ code or bugs by getting involved in the Ceph community.
+
+.. toctree::
+
+ get-involved
+
+.. raw:: html
+
+ </td></tr></tbody></table>