]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephfs: separate front page section for dev stuff 11784/head
authorJohn Spray <john.spray@redhat.com>
Fri, 4 Nov 2016 10:07:45 +0000 (10:07 +0000)
committerJohn Spray <john.spray@redhat.com>
Fri, 4 Nov 2016 13:07:30 +0000 (13:07 +0000)
The "additional details" section was getting longer
and longer, and I don't want developer-only stuff
in there anyway.

Signed-off-by: John Spray <john.spray@redhat.com>
doc/cephfs/index.rst

index fcb00d3fab0632c58565772f9032b51f92e140ca..2e8be06d443c73a07d39b002b0441e263c56da73 100644 (file)
@@ -28,6 +28,9 @@ and Swift APIs, or native bindings (librados).
             +---------------+ +---------------+ +---------------+
 
 
+Using CephFS
+============
+
 Using the Ceph Filesystem requires at least one :term:`Ceph Metadata Server` in
 your Ceph Storage Cluster.
 
@@ -68,7 +71,6 @@ authentication keyring.
        Mount CephFS <kernel>
        Mount CephFS as FUSE <fuse>
        Mount CephFS in fstab <fstab>
-       Manpage cephfs <../../man/8/cephfs>
        Manpage ceph-fuse <../../man/8/ceph-fuse>
        Manpage mount.ceph <../../man/8/mount.ceph>
 
@@ -78,26 +80,34 @@ authentication keyring.
        </td><td><h3>Additional Details</h3>
 
 .. toctree:: 
-       :maxdepth: 1
+    :maxdepth: 1
 
     Deployment best practices <best-practices>
     Administrative commands <administration>
-       POSIX compatibility <posix>
-       Experimental Features <experimental-features>
-        CephFS Quotas <quota>
-       Using Ceph with Hadoop <hadoop>
-       libcephfs <../../api/libcephfs-java/>
-       cephfs-journal-tool <cephfs-journal-tool>
-       File layouts <file-layouts>
-       Client eviction <eviction>
-       Handling full filesystems <full>
+    POSIX compatibility <posix>
+    Experimental Features <experimental-features>
+    CephFS Quotas <quota>
+    Using Ceph with Hadoop <hadoop>
+    cephfs-journal-tool <cephfs-journal-tool>
+    File layouts <file-layouts>
+    Client eviction <eviction>
+    Handling full filesystems <full>
     Health messages <health-messages>
-       Troubleshooting <troubleshooting>
-       Disaster recovery <disaster-recovery>
-       Client authentication <client-auth>
-       Upgrading old filesystems <upgrading>
-       Mantle <mantle>
+    Troubleshooting <troubleshooting>
+    Disaster recovery <disaster-recovery>
+    Client authentication <client-auth>
+    Upgrading old filesystems <upgrading>
 
 .. raw:: html
 
        </td></tr></tbody></table>
+
+For developers
+==============
+
+.. toctree:: 
+    :maxdepth: 1
+
+    libcephfs <../../api/libcephfs-java/>
+    Mantle <mantle>
+