From: tkagn <65681641+tkagn@users.noreply.github.com> Date: Thu, 2 Mar 2023 00:06:22 +0000 (-0600) Subject: doc/cephadm: Edit location attribute note X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=d58ed7f0bbb630788e69da795ba0b45450ec9791;p=ceph.git doc/cephadm: Edit location attribute note "... will be only affect ..." should read as "... will only affect ..." "...host will no remove any..." should read as "...host will not remove any..." Signed-off-by: tkagn <65681641+tkagn@users.noreply.github.com> --- diff --git a/doc/cephadm/host-management.rst b/doc/cephadm/host-management.rst index 9c47486d64735..69136e962a46e 100644 --- a/doc/cephadm/host-management.rst +++ b/doc/cephadm/host-management.rst @@ -327,10 +327,9 @@ added to is also added to the default bucket), for example: .. note:: - The ``location`` attribute will be only affect the initial CRUSH location. - Subsequent changes of the ``location`` property will be ignored. Also, - removing a host will not remove an associated CRUSH bucket unless the - ``--rm-crush-entry`` flag is provided to the ``orch host rm`` command + The ``location`` attribute will affect only the initial CRUSH location. + Subsequent changes to the ``location`` property will be ignored. Removing a + host will not remove any CRUSH buckets. See also :ref:`crush_map_default_types`.