]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephfs: edit add-remove-mds 55648/head
authorZac Dover <zac.dover@proton.me>
Mon, 19 Feb 2024 08:41:45 +0000 (18:41 +1000)
committerZac Dover <zac.dover@proton.me>
Mon, 19 Feb 2024 16:22:42 +0000 (02:22 +1000)
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 <anthony.datri@gmail.com>
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 39ad6264aa1c97b04974e04046033887325ed2b2)

doc/cephfs/add-remove-mds.rst

index 4f5ee06aa8b72f20ed362de20db8a5346f5b252f..2fec7873d228b55cc1df4fe1a80dfc746f3ced35 100644 (file)
@@ -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