]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
src/ceph-volume/ceph_volume/activate: Improve usage message text 46632/head
authorAnthony D'Atri <anthonyeleven@users.noreply.github.com>
Sun, 12 Jun 2022 01:23:28 +0000 (18:23 -0700)
committerAnthony D'Atri <anthonyeleven@users.noreply.github.com>
Sun, 12 Jun 2022 01:23:28 +0000 (18:23 -0700)
Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
src/ceph-volume/ceph_volume/activate/main.py

index bcd4685155d3bef65c82af76640c891747728198..1cef038b62fe734e86e62d3f0964867e439b83f9 100644 (file)
@@ -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: