]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/mgr: add docs for unmanaged=True
authorSebastian Wagner <sebastian.wagner@suse.com>
Wed, 3 Jun 2020 13:25:27 +0000 (15:25 +0200)
committerSebastian Wagner <sebastian.wagner@suse.com>
Mon, 8 Jun 2020 11:52:24 +0000 (13:52 +0200)
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
(cherry picked from commit a46d582422bf9e24af920420f73e4b447dafbc61)

doc/mgr/orchestrator.rst

index 2e7fd4bb1b048d38a282978381d2ae165e00a7b5..6d3fc235f24cf15aad34b3458994cd2a22cb8d03 100644 (file)
@@ -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.