ironic-python-agent/releasenotes/notes/readd_missing_devs-2ed85805388b6e42.yaml
Arne Wiebalck 253b4887d5 Software RAID: Re-add missing devices
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
2020-10-06 14:00:57 +02:00

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.