summaryrefslogtreecommitdiffstats
path: root/src/ceph-volume/ceph_volume/activate
diff options
context:
space:
mode:
authorAnthony D'Atri <anthonyeleven@users.noreply.github.com>2022-06-12 03:23:28 +0200
committerAnthony D'Atri <anthonyeleven@users.noreply.github.com>2022-06-12 03:23:28 +0200
commitb3cc593774d40e25aad13526021195a2c0da5b0a (patch)
tree4c3c2bf0b07297fe665fc327870a1fc019c839eb /src/ceph-volume/ceph_volume/activate
parentMerge pull request #46200 from elacunza/doc-man-ceph-add-enable_stretch_mode (diff)
downloadceph-b3cc593774d40e25aad13526021195a2c0da5b0a.tar.xz
ceph-b3cc593774d40e25aad13526021195a2c0da5b0a.zip
src/ceph-volume/ceph_volume/activate: Improve usage message text
Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
Diffstat (limited to 'src/ceph-volume/ceph_volume/activate')
-rw-r--r--src/ceph-volume/ceph_volume/activate/main.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ceph-volume/ceph_volume/activate/main.py b/src/ceph-volume/ceph_volume/activate/main.py
index bcd4685155d..1cef038b62f 100644
--- a/src/ceph-volume/ceph_volume/activate/main.py
+++ b/src/ceph-volume/ceph_volume/activate/main.py
@@ -27,7 +27,7 @@ class Activate(object):
)
parser.add_argument(
'--osd-uuid',
- help='OSD UUID to active'
+ help='OSD UUID to activate'
)
parser.add_argument(
'--no-systemd',
@@ -67,7 +67,7 @@ class Activate(object):
)
return
except Exception as e:
- terminal.info(f'Failed to activate via lvm: {e}')
+ terminal.info(f'Failed to activate via LVM: {e}')
# then try simple
try: