Fix typo in sgdisk command options

This commit is contained in:
Joshua Boniface 2021-09-26 00:59:05 -04:00
parent 6f96219023
commit 7df5b8e52e
1 changed files with 1 additions and 1 deletions

View File

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