]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Updated index for new pages. Added inner table.
authorJohn Wilkins <john.wilkins@inktank.com>
Tue, 30 Apr 2013 01:53:37 +0000 (18:53 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Tue, 30 Apr 2013 01:53:37 +0000 (18:53 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/rados/deployment/index.rst

index 449b3ee99bd1f70cb42642d275975d004393bb79..5a58e4f2ba82b0e9b36962bc9c9db2d4d9884f7a 100644 (file)
@@ -24,18 +24,35 @@ configure admin hosts, and tear down the clusters. With a single tool, you can
 develop scripts to  create, deploy and tear down clusters quickly and easily.
 
 
+.. raw:: html
+
+       <table cellpadding="10"><colgroup><col width="50%"><col width="50%"></colgroup><tbody valign="top"><tr><td>
+
 .. toctree:: 
 
+       Transition from mkcephfs <ceph-deploy-transition>   
    Preflight Checklist <preflight-checklist>   
        Install Ceph <ceph-deploy-install>
        Create a Cluster <ceph-deploy-new>
        Add/Remove Monitor(s) <ceph-deploy-mon>
-       Key Management <ceph-deploy-keys>
        
+       
+
+.. raw:: html
+
+       </td><td>       
+       
+.. toctree::
+       
+       Key Management <ceph-deploy-keys>
+       Add/Remove OSD(s) <ceph-deploy-osd>
+       Add/Remove MDS(s) <ceph-deploy-mds>
+       Purge Hosts <ceph-deploy-purge>
+       Admin Tasks <ceph-deploy-admin>
 
 .. raw:: html 
 
-       </td><td><h3>mkcephfs (deprecated)</h3>
+       </td></tr></tbody></table></td><td><h3>mkcephfs (deprecated)</h3>
        
 The ``mkcephfs`` utility generates an ``fsid`` and keys for your cluster, as
 defined by the Ceph configuration file. It does not create directories for you