Skip to content

Commit

Permalink
ceph-volume: add PTTYPE to blkid parser
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Schoen <[email protected]>

Resolves: rm#27062
  • Loading branch information
andrewschoen committed Nov 14, 2018
1 parent 6ea924d commit 3d86d2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ceph-volume/ceph_volume/util/disk.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def _blkid_parser(output):
'TYPE': 'TYPE',
'PART_ENTRY_NAME': 'PARTLABEL',
'PART_ENTRY_UUID': 'PARTUUID',
'PTTYPE': 'PTTYPE',
}

for pair in pairs:
Expand Down

0 comments on commit 3d86d2d

Please sign in to comment.