From: Ken Dreyer Date: Fri, 2 Dec 2022 18:10:19 +0000 (-0500) Subject: doc/cephfs: simplify ceph fs volume create command X-Git-Tag: v18.1.0~626^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F49203%2Fhead;p=ceph.git doc/cephfs: simplify ceph fs volume create command Make it easy for new users to choose a sensible default "cephfs" filesystem name. Signed-off-by: Ken Dreyer --- diff --git a/doc/cephfs/index.rst b/doc/cephfs/index.rst index 21c32271d251..3d52aef38449 100644 --- a/doc/cephfs/index.rst +++ b/doc/cephfs/index.rst @@ -38,16 +38,17 @@ Block Devices) and RGW (Ceph Object Storage Gateway). Getting Started with CephFS ^^^^^^^^^^^^^^^^^^^^^^^^^^^ -For most deployments of Ceph, setting up a CephFS file system is as simple as: +For most deployments of Ceph, setting up your first CephFS file system is as simple as: -.. code:: bash +.. prompt:: bash - ceph fs volume create + # Create a CephFS volume named (for example) "cephfs": + ceph fs volume create cephfs 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 `deploy MDS manually -as needed`_. +as needed`_. You can also `create other CephFS volumes`_. Finally, to mount CephFS on your client nodes, see `Mount CephFS: Prerequisites`_ page. Additionally, a command-line shell utility is available @@ -55,6 +56,7 @@ for interactive access or scripting via the `cephfs-shell`_. .. _Orchestrator: ../mgr/orchestrator .. _deploy MDS manually as needed: add-remove-mds +.. _create other CephFS volumes: fs-volumes .. _Orchestrator deployment table: ../mgr/orchestrator/#current-implementation-status .. _Mount CephFS\: Prerequisites: mount-prerequisites .. _cephfs-shell: ../man/8/cephfs-shell