]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Correct typo 'restared' to 'restarted' 6734/head
authorAccela Zhao <accelazh@gmail.com>
Mon, 30 Nov 2015 14:24:26 +0000 (22:24 +0800)
committerAccela Zhao <accelazh@gmail.com>
Mon, 30 Nov 2015 14:24:26 +0000 (22:24 +0800)
There is a typo in document "Monitoring OSDs and PGs" as below

    An OSD was ``down``, was restared, and is now ``recovering``.

This patch corrects 'restared' to 'restarted'. The whole code base
is also searched to ensure there is no more 'restared'.

Signed-off-by: Yilong Zhao <accelazh@gmail.com>
doc/rados/operations/monitoring-osd-pg.rst

index 9a5bfe3ce47d9527b5b2e8d6a9e90f30ba3b39e3..9e1e0bd489ef7991273814108bdba9d7fcddc68f 100644 (file)
@@ -118,7 +118,7 @@ arise, don't panic. Common examples include:
 - You added or removed an OSD. Then, CRUSH reassigned the placement group to 
   other OSDs--thereby changing the composition of the Acting Set and spawning
   the migration of data with a "backfill" process.
-- An OSD was ``down``, was restared, and is now ``recovering``.
+- An OSD was ``down``, was restarted, and is now ``recovering``.
 - An OSD in the Acting Set is ``down`` or unable to service requests, 
   and another OSD has temporarily assumed its duties.