ironic-python-agent/releasenotes/notes/get_md_components_by_uuid-7f08d423ea9e7c94.yaml
Arne Wiebalck 044c64dbc0 Software RAID: Get component devices by md UUID
Scanning the output of mdadm commands for RAID members will
miss component devices which are currently not part of the
RAID. For proper cleaning it is better to scan block devices
for a signature of the md device for which we would like to
get the components.

Story: #2008186
Task: #40947

Change-Id: Ib46612697851e36a16d272ccaeb0115106253863
2020-09-29 17:08:40 +02:00

7 lines
222 B
YAML

---
fixes:
- |
Detects md component devices by their UUID, rather than by scanning the
output of mdadm. This will prevent that devices miss md superblock
cleanup when they are currently not part of an array.