mirror of
https://github.com/ceph/ceph
synced 2025-01-01 08:32:24 +00:00
ceph-volume: add PTTYPE to blkid parser
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Resolves: rm#27062
This commit is contained in:
parent
6ea924df4b
commit
3d86d2dda9
@ -51,6 +51,7 @@ def _blkid_parser(output):
|
||||
'TYPE': 'TYPE',
|
||||
'PART_ENTRY_NAME': 'PARTLABEL',
|
||||
'PART_ENTRY_UUID': 'PARTUUID',
|
||||
'PTTYPE': 'PTTYPE',
|
||||
}
|
||||
|
||||
for pair in pairs:
|
||||
|
Loading…
Reference in New Issue
Block a user