]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: add mgr.rst
authorSebastian Wagner <sewagner@redhat.com>
Tue, 14 Sep 2021 14:15:29 +0000 (16:15 +0200)
committerSebastian Wagner <sewagner@redhat.com>
Tue, 2 Nov 2021 09:01:19 +0000 (10:01 +0100)
Signed-off-by: Sebastian Wagner <sewagner@redhat.com>
(cherry picked from commit 6773cb01b8f42a4a37b4360d7a032524df39a6f8)

doc/cephadm/index.rst
doc/cephadm/mgr.rst [new file with mode: 0644]
doc/cephadm/troubleshooting.rst

index 394f7b1cc579c01724bf79ca89598b15713eb859..5fe28ba728db4622b7086e34489c8bba8663b706 100644 (file)
@@ -28,6 +28,7 @@ versions of Ceph.
     adoption
     host-management
     mon
+    mgr
     osd
     rgw
     mds
diff --git a/doc/cephadm/mgr.rst b/doc/cephadm/mgr.rst
new file mode 100644 (file)
index 0000000..98a5439
--- /dev/null
@@ -0,0 +1,37 @@
+.. _mgr-cephadm-mgr:
+
+===========
+MGR Service
+===========
+
+The cephadm MGR service is hosting different modules, like the :ref:`mgr-dashboard`
+and the cephadm manager module.
+
+.. _cephadm-mgr-networks:
+
+Specifying Networks
+-------------------
+
+The MGR service supports binding only to a specific IP within a network.
+
+example spec file (leveraging a default placement):
+
+.. code-block:: yaml
+
+    service_type: mgr
+    networks:
+    - 192.169.142.0/24
+
+Allow co-location of MGR daemons
+================================
+
+In deployment scenarios with just a single host, cephadm still needs
+to deploy at least two MGR daemons. See ``mgr_standby_modules`` in
+the :ref:`mgr-administrator-guide` for further details.
+
+Further Reading
+===============
+
+* :ref:`ceph-manager-daemon`
+* :ref:`cephadm-manually-deploy-mgr`
+
index 4dfe3e62962218d54e3aed909e5425cdb1657433..951526db83c35d668ef81021e30c2ba394f60f25 100644 (file)
@@ -277,6 +277,7 @@ form the monmap by following these steps:
 
 3. Follow the steps in :ref:`rados-mon-remove-from-unhealthy`
 
+.. _cephadm-manually-deploy-mgr:
 
 Manually deploying a MGR daemon
 -------------------------------