diff options
author | Zac Dover <zac.dover@proton.me> | 2025-01-26 06:11:16 +0100 |
---|---|---|
committer | Zac Dover <zac.dover@proton.me> | 2025-01-26 06:11:16 +0100 |
commit | d15f1f6869465a8cc3191169f038217baecf2c4f (patch) | |
tree | b021dcc1622bbad4348ca461a2a57c17e4d3bcf2 | |
parent | Merge pull request #61520 from idryomov/wip-osdcap-syntax-doc (diff) | |
download | ceph-d15f1f6869465a8cc3191169f038217baecf2c4f.tar.xz ceph-d15f1f6869465a8cc3191169f038217baecf2c4f.zip |
doc/cephadm: correct note
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>
-rw-r--r-- | doc/cephadm/host-management.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/cephadm/host-management.rst b/doc/cephadm/host-management.rst index 197647b608e..50e00e3cf63 100644 --- a/doc/cephadm/host-management.rst +++ b/doc/cephadm/host-management.rst @@ -324,9 +324,10 @@ 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 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`. |