From: Sebastian Wagner Date: Wed, 3 Jun 2020 13:25:27 +0000 (+0200) Subject: doc/mgr: add docs for unmanaged=True X-Git-Tag: v16.1.0~2131^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F35365%2Fhead;p=ceph.git doc/mgr: add docs for unmanaged=True Signed-off-by: Sebastian Wagner --- diff --git a/doc/mgr/orchestrator.rst b/doc/mgr/orchestrator.rst index 2e7fd4bb1b048..6d3fc235f24cf 100644 --- a/doc/mgr/orchestrator.rst +++ b/doc/mgr/orchestrator.rst @@ -406,6 +406,7 @@ to specify the deployment of services. For example: - host2 - host3 spec: ... + unmanaged: false Where the properties of a service specification are the following: @@ -417,6 +418,10 @@ Where the properties of a service specification are the following: * ``service_id`` is the name of the service. Omit the service time * ``placement`` is a :ref:`orchestrator-cli-placement-spec` * ``spec``: additional specifications for a specific service. +* ``unmanaged``: If set to ``true``, the orchestrator will not deploy nor + remove any daemon associated with this service. Placement and all other + properties will be ignored. This is useful, if this service should not + be managed temporarily. Each service type can have different requirements for the spec.