mirror of
https://github.com/ceph/ceph
synced 2025-01-02 09:02:34 +00:00
doc/mgr: add docs for unmanaged=True
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
This commit is contained in:
parent
6be968228e
commit
a46d582422
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user