From 28cc065271abbd0d236d3d7789499afe29f0359c Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Thu, 7 Jan 2021 12:05:58 +0100 Subject: [PATCH] doc/cephadm: CephFS: Encourage users to call `ceph fs volume create` Manually deploying MDS daemons is an advanced topic. Signed-off-by: Sebastian Wagner --- doc/cephadm/install.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/cephadm/install.rst b/doc/cephadm/install.rst index 49e57a0ef25cc..8f397e7a0728c 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 =========== -- 2.39.5