From: James McClune Date: Tue, 15 Jan 2019 03:16:20 +0000 (-0500) Subject: doc: fixed typo in CRUSH map docs X-Git-Tag: v14.1.0~386^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c44d31167a6d0fc854c102e3d1850b75e1a84cc0;p=ceph.git doc: fixed typo in CRUSH map docs Fixes: https://tracker.ceph.com/issues/24924 Signed-off-by: James McClune --- diff --git a/doc/rados/operations/crush-map.rst b/doc/rados/operations/crush-map.rst index c284f8479868..12f7184f0911 100644 --- a/doc/rados/operations/crush-map.rst +++ b/doc/rados/operations/crush-map.rst @@ -61,7 +61,7 @@ Note: The crush location for an OSD is normally expressed via the ``crush location`` config option being set in the ``ceph.conf`` file. Each time the OSD starts, it verifies it is in the correct location in the CRUSH map and, if it is not, -it moved itself. To disable this automatic CRUSH map management, add the +it moves itself. To disable this automatic CRUSH map management, add the following to your configuration file in the ``[osd]`` section:: osd crush update on start = false