]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm/host-management: document _admin group
authorSage Weil <sage@newdream.net>
Tue, 4 May 2021 20:22:07 +0000 (16:22 -0400)
committerSage Weil <sage@newdream.net>
Wed, 12 May 2021 15:01:23 +0000 (11:01 -0400)
Signed-off-by: Sage Weil <sage@newdream.net>
doc/cephadm/host-management.rst

index 3f46771b07d871f2328cbc0ffd06dda94c452199..5b6e0c2f9a9bc0f5f9e15ce23d015c4d010da644 100644 (file)
@@ -140,6 +140,13 @@ The following host labels have a special meaning to cephadm.  All start with ``_
   an existing host that already contains Ceph daemons, it will cause cephadm to move
   those daemons elsewhere (except OSDs, which are not removed automatically).
 
+* ``_admin``: *Distribute client.admin and ceph.conf to this host*.
+
+  By default, an ``_admin`` label is applied to the first host in the cluster (where
+  bootstrap was originally run), and the ``client.admin`` key is set to be distributed
+  to that host via the ``ceph orch client-keyring ...`` function.  Adding this label
+  to additional hosts will normally cause cephadm to deploy config and keyring files
+  in ``/etc/ceph``.
 
 Maintenance Mode
 ================