Fix typo in sgdisk command options
This commit is contained in:
parent
075abec5fe
commit
0f02c5eaef
|
@ -330,7 +330,7 @@ class CephOSDInstance(object):
|
||||||
raise Exception
|
raise Exception
|
||||||
|
|
||||||
retcode, stdout, stderr = common.run_os_command(
|
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:
|
if retcode:
|
||||||
print('sgdisk create pv partition')
|
print('sgdisk create pv partition')
|
||||||
|
|
Loading…
Reference in New Issue