]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/operations: remove vanity cluster name reference from crush-map.rst 58946/head
authorAnthony D'Atri <anthonyeleven@users.noreply.github.com>
Wed, 31 Jul 2024 00:45:11 +0000 (20:45 -0400)
committerAnthony D'Atri <anthonyeleven@users.noreply.github.com>
Wed, 31 Jul 2024 00:45:11 +0000 (20:45 -0400)
Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
doc/rados/operations/crush-map.rst

index 1a8dc36cb0b939753f4a1e3bf7d5a91604711d25..a273aaf7d1e00c641ebc7cec59f188b15ddaaf9e 100644 (file)
@@ -102,9 +102,9 @@ This hook is passed several arguments (see below). The hook outputs a single
 line to ``stdout`` that contains the CRUSH location description. The arguments
 resemble the following:::
 
-  --cluster CLUSTER --id ID --type TYPE
+  --id ID --type TYPE
 
-Here the cluster name is typically ``ceph``, the ``id`` is the daemon
+Here the ``id`` is the daemon
 identifier or (in the case of OSDs) the OSD number, and the daemon type is
 ``osd``, ``mds``, ``mgr``, or ``mon``.