]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/cephadm: CephFS: Encourage users to call `ceph fs volume create`
authorSebastian Wagner <sebastian.wagner@suse.com>
Thu, 7 Jan 2021 11:05:58 +0000 (12:05 +0100)
committerSebastian Wagner <sebastian.wagner@suse.com>
Thu, 7 Jan 2021 11:52:19 +0000 (12:52 +0100)
Manually deploying MDS daemons is an advanced topic.

Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
doc/cephadm/install.rst

index 49e57a0ef25ccc2c69e63a1e40a423724329ccb6..8f397e7a0728c1ec2ad724b7b92500cfb0ea2e70 100644 (file)
@@ -451,21 +451,22 @@ There are a few ways to create new OSDs:
     ceph orch apply osd -i spec.yml
 
 
-Deploy MDSs
-===========
+Deploy CephFS
+=============
 
 One or more MDS daemons is required to use the CephFS file system.
 These are created automatically if the newer ``ceph fs volume``
-interface is used to create a new file system.  For more information,
+interface is used to create a new file system. For more information,
 see :ref:`fs-volumes-and-subvolumes`.
 
-To deploy metadata servers:
+For example:
 
 .. prompt:: bash #
 
-  ceph orch apply mds *<fs-name>* --placement="*<num-daemons>* [*<host1>* ...]"
+  ceph fs volume create <fs_name> --placement=""<placement spec>""
 
-See :ref:`orchestrator-cli-placement-spec` for details of the placement specification.
+See :ref:`orchestrator-cli-stateless-services` for manually deploying
+MDS daemons.
 
 Deploy RGWs
 ===========