summaryrefslogtreecommitdiffstats
path: root/doc/cephadm/services/mgr.rst
blob: 133a00d77217b2e299a5d714a1c0412be2b47459 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.. _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

.. _cephadm_mgr_co_location:

Allow co-location of MGR daemons
================================

In deployment scenarios with just a single host, cephadm still needs
to deploy at least two MGR daemons in order to allow an automated
upgrade of the cluster. See ``mgr_standby_modules`` in
the :ref:`mgr-administrator-guide` for further details.

See also: :ref:`cephadm_co_location`.


Further Reading
===============

* :ref:`ceph-manager-daemon`
* :ref:`cephadm-manually-deploy-mgr`