From 05d5fda8215d06681c406f9de629795bf5e1cdef Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Fri, 2 Dec 2022 13:10:19 -0500 Subject: [PATCH] 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 --- doc/cephfs/index.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/cephfs/index.rst b/doc/cephfs/index.rst index 21c32271d251e..3d52aef384494 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 -- 2.39.5