044c64dbc0
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
7 lines
222 B
YAML
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.
|