Correct the English in a note in doc/cephadm/host-management.rst.
This commit was made in response to
https://github.com/ceph/ceph/pull/50340, which corrected some of this
note in Quincy.
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit
d15f1f6869465a8cc3191169f038217baecf2c4f)
.. 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 an associated CRUSH bucket unless the
+ ``--rm-crush-entry`` flag is provided to the ``orch host rm`` command.
See also :ref:`crush_map_default_types`.