Fix typo in sgdisk command options

This commit is contained in:
Joshua Boniface 2021-09-26 00:59:05 -04:00
parent 075abec5fe
commit 0f02c5eaef
1 changed files with 1 additions and 1 deletions

View File

@ -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')