mirror of
https://github.com/ceph/ceph
synced 2025-01-03 01:22:53 +00:00
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:
commit
3770618384
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user