ironic-python-agent/releasenotes/notes/create_raids_with_volume_name-93e0bb59ef210fe4.yaml
Jakub Jelinek daa20b01d1 Create RAIDs with volume name
Use 'volume_name' field from 'target_raid_config' to create logical
disks if it is present
Do not allow two logical disks to have the same volume name

Change-Id: If3e4e9f8698ec3e0cb49717f8ed2087d2ba03f2c
2022-09-02 14:51:42 +00:00

6 lines
176 B
YAML

---
features:
- Software RAID devices are built with the `--name` option
followed by volume name if it is defined in target raid config
and an internal ID otherwise.