From: Zac Dover Date: Mon, 19 Feb 2024 08:41:45 +0000 (+1000) Subject: doc/cephfs: edit add-remove-mds X-Git-Tag: testing/wip-batrick-testing-20240411.154038~413^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=39ad6264aa1c97b04974e04046033887325ed2b2;p=ceph-ci.git doc/cephfs: edit add-remove-mds Disambiguate a note in doc/cephfs/add-remove-mds.rst to help readers distinguish between cases in which they might want to use an automated tool such as cephadm to deploy MDSes and cases in which they might want to manually deploy MDSes. See: https://github.com/ceph/ceph/pull/45639 Tracker: https://tracker.ceph.com/issues/54551 Co-authored-by: Anthony D'Atri Signed-off-by: Zac Dover --- diff --git a/doc/cephfs/add-remove-mds.rst b/doc/cephfs/add-remove-mds.rst index 4f5ee06aa8b..2fec7873d22 100644 --- a/doc/cephfs/add-remove-mds.rst +++ b/doc/cephfs/add-remove-mds.rst @@ -1,11 +1,13 @@ .. _cephfs_add_remote_mds: -.. 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. +.. warning:: The material on this page is to be used only for manually setting + up a Ceph cluster. If you intend to use an automated tool such as + :doc:`/cephadm/index` to set up a Ceph cluster, do not use the + instructions on this page. + +.. note:: If you are certain that you know what you are doing and you intend to + manually deploy MDS daemons, see :doc:`/cephadm/services/mds/` before + proceeding. ============================ Deploying Metadata Servers