doc/cephadm: move host labels to host mgmt

Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
This commit is contained in:
Sebastian Wagner 2021-02-25 15:17:36 +01:00
parent 1033c46ad7
commit a4aef4a49d
2 changed files with 18 additions and 20 deletions

View File

@ -91,6 +91,24 @@ the following command on the host:
cephadm rm-daemon --fsid CLUSTER_ID --name SERVICE_NAME
.. _orchestrator-host-labels:
Host labels
===========
The orchestrator supports assigning labels to hosts. Labels
are free form and have no particular meaning by itself and each host
can have multiple labels. They can be used to specify placement
of daemons. See :ref:`orch-placement-by-labels`
To add a label, run::
ceph orch host label add my_hostname my_label
To remove a label, run::
ceph orch host label rm my_hostname my_label
Maintenance Mode
================

View File

@ -59,26 +59,6 @@ Show current orchestrator mode and high-level status (whether the orchestrator
plugin is available and operational)
.. _orchestrator-host-labels:
Host labels
-----------
The orchestrator supports assigning labels to hosts. Labels
are free form and have no particular meaning by itself and each host
can have multiple labels. They can be used to specify placement
of daemons. See :ref:`orch-placement-by-labels`
To add a label, run::
ceph orch host label add my_hostname my_label
To remove a label, run::
ceph orch host label rm my_hostname my_label
..
Turn On Device Lights
^^^^^^^^^^^^^^^^^^^^^