From: Anthony D'Atri Date: Wed, 31 Jul 2024 00:45:11 +0000 (-0400) Subject: doc/rados/operations: remove vanity cluster name reference from crush-map.rst X-Git-Tag: v18.2.5~493^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F58948%2Fhead;p=ceph.git doc/rados/operations: remove vanity cluster name reference from crush-map.rst Signed-off-by: Anthony D'Atri (cherry picked from commit 62562ec65e3c1cc040a57ab77fc219e0aad25651) --- diff --git a/doc/rados/operations/crush-map.rst b/doc/rados/operations/crush-map.rst index eb608d8fcad5..1f818dc3820f 100644 --- a/doc/rados/operations/crush-map.rst +++ b/doc/rados/operations/crush-map.rst @@ -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``.