Merge pull request #46632 from anthonyeleven/anthonyeleven/osd-activate-typos

src/ceph-volume/ceph_volume/activate: Improve usage message text
This commit is contained in:
Anthony D'Atri 2022-06-15 15:58:13 -07:00 committed by GitHub
commit 3770618384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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: