ironic-lib/releasenotes/notes/extend-list-partitions-b71f81c77f6ecfdb.yaml
Uros Orozel 9a95e14512 Include partiton name and flags from parted output
Currently list_partitions method fails if partition
name is defined on any GPT partition, it also only
extract one partition flag.

Updated _PARTED_PRINT_RE is now set to capture
partition name/description and partition flags.

Change-Id: I40410622829453a485aa33047848922ab134d725
Task: 30250
Story: 2005322
2019-03-30 06:11:35 +00:00

7 lines
189 B
YAML

---
fixes:
- |
Fixes an issues when parsing GPT partitions with names or multiple flags.
See `story 2005322 <https://storyboard.openstack.org/#!/story/2005322>`_
for details.