From: Accela Zhao Date: Mon, 30 Nov 2015 14:24:26 +0000 (+0800) Subject: Correct typo 'restared' to 'restarted' X-Git-Tag: v10.0.2~154^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F6734%2Fhead;p=ceph.git Correct typo 'restared' to 'restarted' 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 --- diff --git a/doc/rados/operations/monitoring-osd-pg.rst b/doc/rados/operations/monitoring-osd-pg.rst index 9a5bfe3ce47d..9e1e0bd489ef 100644 --- a/doc/rados/operations/monitoring-osd-pg.rst +++ b/doc/rados/operations/monitoring-osd-pg.rst @@ -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.