]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fixed typo in CRUSH map docs 25953/head
authorJames McClune <jmcclune@mcclunetechnologies.net>
Tue, 15 Jan 2019 03:16:20 +0000 (22:16 -0500)
committerJames McClune <jmcclune@mcclunetechnologies.net>
Tue, 15 Jan 2019 03:16:20 +0000 (22:16 -0500)
Fixes: https://tracker.ceph.com/issues/24924
Signed-off-by: James McClune <jmcclune@mcclunetechnologies.net>
doc/rados/operations/crush-map.rst

index c284f847986857cfc6bc225febd18f2abbe98439..12f7184f09114d6109cee61a3dbf66442fdbd8b8 100644 (file)
@@ -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