ironic/releasenotes/notes/redfish-raid-volume-name-fix-187c1b3e9f89cff3.yaml
Mahnoor Asghar a98681f1d3 Fix volume_name issue in Redfish RAID
Use the 'volume_name' field from the logical_disk in the
target_raid_config field of a node, instead of just 'name' (which is
incorrect as per the Ironic API expectation), to create the RAID volume

Change-Id: Ib8b2589d91be67a848411ab6be852bcb4de58bc7
2023-12-05 16:41:53 +01:00

8 lines
256 B
YAML

---
fixes:
- |
Use the 'volume_name' field from the logical_disk in the
target_raid_config field of a node, instead of just 'name' (which
is incorrect as per the Ironic API expectation), to create the
RAID volume using the Redfish driver