Skip to content

Commit

Permalink
doc: Modified index page with table. Pools and Auth will go to Ops.
Browse files Browse the repository at this point in the history
Signed-off-by: John Wilkins <[email protected]>
  • Loading branch information
John Wilkins committed Aug 30, 2012
1 parent b961a66 commit 8b4a9ad
Showing 1 changed file with 47 additions and 2 deletions.
49 changes: 47 additions & 2 deletions doc/config-cluster/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,56 @@ instance (a single context).

.. note:: Ceph can run on a single host for evaluation purposes.


.. raw:: html

<table cellpadding="10"><colgroup><col width="50%"><col width="50%"></colgroup><tbody valign="top"><tr><td><h3>Cluster Configuration</h3>

For general cluster configuration, refer to the following:

.. toctree::

file-system-recommendations
Configuration <ceph-conf>


.. raw:: html

</td><td><h3>Configuration Reference</h3>

To optimize the performance of your cluster, refer to the following:

.. toctree::

General Settings <general-config-ref>
Monitor Settings <mon-config-ref>
OSD Settings <osd-config-ref>
Filestore Settings <filestore-config-ref>
Metadata Server Settings <mds-config-ref>
RBD Settings <rbd-config-ref>


.. raw:: html

</td></tr><tr><td><h3>Manual Deployment</h3>

To deploy a cluster manually (this is recommended for testing and development only), refer to the following:

.. toctree::

Deploy with mkcephfs <mkcephfs>


.. raw:: html

</td><td><h3>Chef Deployment</h3>

To deploy a cluster with chef, refer to the following:

.. toctree::

Deploy with Chef <chef>
Storage Pools <pools>
Authentication <authentication>

.. raw:: html

</td></tr></tbody></table>

0 comments on commit 8b4a9ad

Please sign in to comment.