From c44d31167a6d0fc854c102e3d1850b75e1a84cc0 Mon Sep 17 00:00:00 2001 From: James McClune Date: Mon, 14 Jan 2019 22:16:20 -0500 Subject: [PATCH] doc: fixed typo in CRUSH map docs Fixes: https://tracker.ceph.com/issues/24924 Signed-off-by: James McClune --- doc/rados/operations/crush-map.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rados/operations/crush-map.rst b/doc/rados/operations/crush-map.rst index c284f847986..12f7184f091 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 -- 2.39.5