From: Sebastian Wagner Date: Thu, 7 Jan 2021 11:05:58 +0000 (+0100) Subject: doc/cephadm: CephFS: Encourage users to call `ceph fs volume create` X-Git-Tag: v16.1.0~120^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=28cc065271abbd0d236d3d7789499afe29f0359c;p=ceph.git doc/cephadm: CephFS: Encourage users to call `ceph fs volume create` Manually deploying MDS daemons is an advanced topic. Signed-off-by: Sebastian Wagner --- diff --git a/doc/cephadm/install.rst b/doc/cephadm/install.rst index 49e57a0ef25c..8f397e7a0728 100644 --- a/doc/cephadm/install.rst +++ b/doc/cephadm/install.rst @@ -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 ** --placement="** [** ...]" + ceph fs volume create --placement="""" -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 ===========