From: dparmar18 Date: Fri, 25 Mar 2022 08:18:54 +0000 (+0530) Subject: doc/cephfs/add-remove-mds: added cephadm note, refined "Adding an MDS" X-Git-Tag: v16.2.11~583^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F45878%2Fhead;p=ceph.git doc/cephfs/add-remove-mds: added cephadm note, refined "Adding an MDS" Description: 1) Add a note about using cephadm for setting up the cluster and mds(s), also mention the use of ceph orchestrator if one needs to setup mds(s) manually. 2) Changed the term `data point` to `directory` in point 1 under "Adding an MDS" section for better clarity. Fixes: https://tracker.ceph.com/issues/54551 Signed-off-by: Dhairya Parmar (cherry picked from commit 9e8e1a250e1192cdb1b86650596543d42a2f0401) --- diff --git a/doc/cephfs/add-remove-mds.rst b/doc/cephfs/add-remove-mds.rst index 6a6bc08de8f5..12e4576a07aa 100644 --- a/doc/cephfs/add-remove-mds.rst +++ b/doc/cephfs/add-remove-mds.rst @@ -1,3 +1,10 @@ +.. note:: + It is highly recommended to use :doc:`/cephadm/index` or another Ceph + orchestrator for setting up the ceph cluster. Use this approach only if you + are setting up the ceph cluster manually. If one still intends to use the + manual way for deploying MDS daemons, :doc:`/cephadm/services/mds/` can + also be used. + ============================ Deploying Metadata Servers ============================ @@ -62,7 +69,7 @@ means limiting its cache size. Adding an MDS ============= -#. Create an mds data point ``/var/lib/ceph/mds/ceph-${id}``. The daemon only uses this directory to store its keyring. +#. Create an mds directory ``/var/lib/ceph/mds/ceph-${id}``. The daemon only uses this directory to store its keyring. #. Create the authentication key, if you use CephX: ::