]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/operations: remove vanity cluster name reference from crush-map.rst 58949/head
authorAnthony D'Atri <anthonyeleven@users.noreply.github.com>
Wed, 31 Jul 2024 00:45:11 +0000 (20:45 -0400)
committerZac Dover <zac.dover@proton.me>
Wed, 31 Jul 2024 01:35:12 +0000 (11:35 +1000)
Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
(cherry picked from commit 62562ec65e3c1cc040a57ab77fc219e0aad25651)

doc/rados/operations/crush-map.rst

index 379cc7f404c8516e5b0227d2202abbd847267c9c..9b6cbd6e2035b8db625ccc5ee56fde3afcb7d181 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``.