Fix typo in log message
This commit is contained in:
parent
ee4266f8ca
commit
e23e2dd9bf
|
@ -319,7 +319,7 @@ class CephOSDInstance(object):
|
|||
return False
|
||||
|
||||
# 1. Create an empty partition table
|
||||
logger.out('Creating partitons on block device {}'.format(device), state='i')
|
||||
logger.out('Creating partitions on block device {}'.format(device), state='i')
|
||||
retcode, stdout, stderr = common.run_os_command(
|
||||
'sgdisk --clear {}'.format(device)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue