Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ceph-disk/ceph_disk/main.py
Original file line number Diff line number Diff line change
@@ -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.""")),

0 comments on commit d94ea0b

Please sign in to comment.