From 7141cf6db986b239787c4f41722160c57735383d Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Thu, 5 Dec 2019 09:42:47 -0800 Subject: [PATCH] doc: reorganize CephFS landing page and ToC Fixes: https://tracker.ceph.com/issues/42016 Signed-off-by: Patrick Donnelly --- doc/cephfs/index.rst | 136 +++++++++++++++++++++++++------------------ 1 file changed, 80 insertions(+), 56 deletions(-) diff --git a/doc/cephfs/index.rst b/doc/cephfs/index.rst index 21145fc39d7b6..feba99938892f 100644 --- a/doc/cephfs/index.rst +++ b/doc/cephfs/index.rst @@ -34,30 +34,33 @@ Ceph and was once the primary use-case for RADOS. Now it is joined by two other storage interfaces to form a modern unified storage system: RBD (Ceph Block Devices) and RGW (Ceph Object Storage Gateway). -.. note:: If you are evaluating CephFS for the first time, please review - the best practices for deployment: :doc:`/cephfs/best-practices` +Getting Started with CephFS +^^^^^^^^^^^^^^^^^^^^^^^^^^^ +For most deployments of Ceph, setting up a CephFS file system is as simple as: -Using CephFS -^^^^^^^^^^^^ +.. code:: bash -Using CephFS with a running Ceph Storage Cluster requires at least one active -:doc:`Metadata Server (MDS) daemon `, :doc:`creating -the file system `, selecting a mount mechanism for clients -(:doc:`FUSE ` or :doc:`kernel driver `), and -configuring :doc:`authentication credentials ` for -clients. + ceph volume create + +The Ceph `Orchestrator`_ will automatically create and configure MDS for your +file system if the back-end deployment technology supports it (see +`Orchestrator deployment table`_). Otherwise, please :doc:`deploy MDS manually +as needed `. + +Finally, to mount CephFS on your client nodes, setup a :doc:`FUSE mount +` or :doc:`kernel mount `. Additionally, a +command-line shell utility is available for interactive access or scripting via +the :doc:`cephfs-shell `. -For setting up CephFS quickly, checkout the :doc:`CephFS Quick Start document -`. .. raw:: html + +.. toctree:: + :maxdepth: 1 + :hidden: + + Experimental Features + Using Ceph with Hadoop + + +.. _Orchestrator: ../mgr/orchestrator_cli +.. _Orchestrator deployment table: ..//mgr/orchestrator_cli/#current-implementation-status -- 2.39.5