Fix typo in sgdisk command options
This commit is contained in:
parent
6f96219023
commit
7df5b8e52e
|
@ -330,7 +330,7 @@ class CephOSDInstance(object):
|
|||
raise Exception
|
||||
|
||||
retcode, stdout, stderr = common.run_os_command(
|
||||
'sgdisk --new 1:: --typecore 1:8e00 {}'.format(device)
|
||||
'sgdisk --new 1:: --typecode 1:8e00 {}'.format(device)
|
||||
)
|
||||
if retcode:
|
||||
print('sgdisk create pv partition')
|
||||
|
|
Loading…
Reference in New Issue