ironic-python-agent/releasenotes/notes/fix-clean-config-for-full-device-28ee09b58d97d122.yaml
Mohammed Naser ab267aabdd Allow clean_configuration to run against full-device arrays
At the moment, it is not possible for Ironic to clean up a
RAID array that is built from an entire device.  This patch
allows it to do so by overriding the behaviour of attempting
to find the device name if the device names does not end with
a number and is a real block device.

Story: #2008663
Task: #41948
Change-Id: I66b0990acaec45b1635795563987b99f9fa04ac7
2021-02-27 17:24:16 -05:00

5 lines
181 B
YAML

---
fixes:
- IPA will now successfully clean configuration when it encounters a software
RAID array that was previously created using entire devices instead of
partitions.