mirror of
https://github.com/ceph/ceph
synced 2025-01-11 13:41:02 +00:00
8c70398949
This is going to clean up the toctree a bit. Signed-off-by: Sebastian Wagner <sewagner@redhat.com>
38 lines
813 B
ReStructuredText
38 lines
813 B
ReStructuredText
.. _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`
|
|
|