From 39ad6264aa1c97b04974e04046033887325ed2b2 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Mon, 19 Feb 2024 18:41:45 +1000 Subject: [PATCH] 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 --- doc/cephfs/add-remove-mds.rst | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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 -- 2.39.5