253b4887d5
Upon md device creation, component devices are sometimes removed immediately again due to a "disk failure". The disks seem healthy, though. This patch re-adds compoenent devices in such cases to prevent that the md device will remain in a degraded state (which would cause issues later, e.g. during ESP creation). Story: #2008164 Task: #40914 Change-Id: I2ac7cb4a546de84686d5c3435e850c14b3f6c1d7
9 lines
356 B
YAML
9 lines
356 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Upon the creation of Software RAID devices, component devices are
|
|
sometimes kicked out immediately (for no apparent reason). This
|
|
fix re-adds devices in such cases in order to prevent the component
|
|
to be missing next time the device is assembled, which, for instance
|
|
may prevent the UEFI ESPs to be installed properly.
|