Using CephFS
-============
-
-Using the Ceph File System requires at least one :term:`Ceph Metadata Server` in
-your Ceph Storage Cluster.
-
+^^^^^^^^^^^^
+To run and use the Ceph File System, you must have a running Ceph Storage
+Cluster with at least one :term:`Ceph Metadata Server` running.
.. raw:: html
- <style type="text/css">div.body h3{margin:5px 0px 0px 0px;}</style>
- <table cellpadding="10"><colgroup><col width="33%"><col width="33%"><col width="33%"></colgroup><tbody valign="top"><tr><td><h3>Step 1: Metadata Server</h3>
+ <!---
-To run the Ceph File System, you must have a running Ceph Storage Cluster with at
-least one :term:`Ceph Metadata Server` running.
+Metadata Server Setup
+^^^^^^^^^^^^^^^^^^^^^
+
+.. raw:: html
+ --->
.. toctree::
- :maxdepth: 1
+ :maxdepth: 1
+ :hidden:
Provision/Add/Remove MDS(s) <add-remove-mds>
MDS failover and standby configuration <standby>
Journaler Configuration <journaler>
Manpage ceph-mds <../../man/8/ceph-mds>
-.. raw:: html
-
- </td><td><h3>Step 2: Mount CephFS</h3>
Once you have a healthy Ceph Storage Cluster with at least
one Ceph Metadata Server, you may create and mount your Ceph File System.
Ensure that your client has network connectivity and the proper
authentication keyring.
+.. raw:: html
+
+ <!---
+
+Mounting CephFS
+^^^^^^^^^^^^^^^
+
+.. raw:: html
+
+ --->
+
.. toctree::
- :maxdepth: 1
+ :maxdepth: 1
+ :hidden:
Create a CephFS file system <createfs>
Mount CephFS with the Kernel Driver <kernel>
Manpage mount.fuse.ceph <../../man/8/mount.fuse.ceph>
-.. raw:: html
+.. raw:: html
+
+ <!---
+
+Additional Details
+^^^^^^^^^^^^^^^^^^
+
+.. raw:: html
- </td><td><h3>Additional Details</h3>
+ --->
.. toctree::
- :maxdepth: 1
+ :maxdepth: 1
+ :hidden:
Deployment best practices <best-practices>
MDS States <mds-states>
Distributed Metadata Cache <mdcache>
FS volume and subvolumes <fs-volumes>
+.. raw:: html
+
+ <!---
+
+Metadata Repair
+^^^^^^^^^^^^^^^
+
+.. raw:: html
+
+ --->
+
.. toctree::
:hidden:
Advanced: Metadata repair <disaster-recovery-experts>
+
.. raw:: html
- </td></tr></tbody></table>
+ <!---
-For developers
-==============
+For Developers
+^^^^^^^^^^^^^^
+
+.. raw:: html
+
+ --->
.. toctree::
- :maxdepth: 1
+ :maxdepth: 1
+ :hidden:
Client's Capabilities <capabilities>
libcephfs <../../api/libcephfs-java/>