ironic/releasenotes/notes/skip-nonraid-controllers-f4a79e2c9e8080ce.yaml
Aija Jauntēva c779be9f7d Redfish: Skip non-RAID controllers for RAID
Avoid processing non-RAID controllers as they cannot be
used for RAID operations to save some time and requests
and avoid possible errors later if non-RAID disks
are picked up for configuration.

Related to: I369bdbb17064baf34f90e864d0ece600529de509

Change-Id: I728f03dc829fb76cad9804c8f8df20810307ce2c
2021-06-28 10:34:06 -04:00

8 lines
255 B
YAML

---
fixes:
- |
In Redfish RAID clean and deploy steps skip non-RAID storage controllers
for RAID operations. In Redfish systems that do not implement
``SupportedRAIDTypes`` they are still processed and could result in
unexpected errors.