]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: move host labels to host mgmt
authorSebastian Wagner <sebastian.wagner@suse.com>
Thu, 25 Feb 2021 14:17:36 +0000 (15:17 +0100)
committerSebastian Wagner <sebastian.wagner@suse.com>
Fri, 26 Feb 2021 10:51:29 +0000 (11:51 +0100)
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
doc/cephadm/host-management.rst
doc/mgr/orchestrator.rst

index e1dbd5100496909ca6c77d9b8a515f0ff30bd3a5..e91553ddcddb47170ba495d07679fb7cca5eda6a 100644 (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
 ================
index 2a634e84d59a54b16b4eb0a49962e9ed3acdb653..7174eb69c1c1ced97a8ec24973dff4e07629537b 100644 (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
     ^^^^^^^^^^^^^^^^^^^^^