From: Loic Dachary Date: Wed, 14 Jun 2017 15:17:47 +0000 (+0200) Subject: doc: ceph-disk: fix typos X-Git-Tag: ses5-milestone9~1^2~6^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d94ea0bd557b32be2fed9e5c9dee734095a995ed;p=ceph.git doc: ceph-disk: fix typos Signed-off-by: Loic Dachary --- diff --git a/src/ceph-disk/ceph_disk/main.py b/src/ceph-disk/ceph_disk/main.py index 16b6cc57cf9..01f8ac511a3 100755 --- a/src/ceph-disk/ceph_disk/main.py +++ b/src/ceph-disk/ceph_disk/main.py @@ -5560,8 +5560,8 @@ def make_destroy_parser(subparsers): formatter_class=argparse.RawDescriptionHelpFormatter, description=textwrap.fill(textwrap.dedent("""\ Destroy the OSD located at PATH. It removes the OSD from the cluster and marks it destroyed. An OSD must be down before it - can be destroyed. Once it is destroy, a new OSD can be created - in its place, resuing the same OSD id and position (e.g. after + can be destroyed. Once it is destroyed, a new OSD can be created + in its place, reusing the same OSD id and position (e.g. after a failed HDD or SSD is replaced). Alternatively, if the --purge option is also specified, the OSD is removed from the CRUSH map and the OSD id is deallocated.""")),