From d94ea0bd557b32be2fed9e5c9dee734095a995ed Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Wed, 14 Jun 2017 17:17:47 +0200 Subject: [PATCH] doc: ceph-disk: fix typos Signed-off-by: Loic Dachary --- src/ceph-disk/ceph_disk/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.""")), -- 2.39.5