56663b38e6
This commits add the following: * Ability to set target_raid_config for a node using node-set-target-raid-config. * Display target_raid_config and raid_config in node-show. * Display logical disk properties for a driver using driver-raid-logical-disk-properties. NOTE: Client still defaults to version 1.9, so '--ironic-api-version 1.15' (or above) should be added to the CLI to use the feature as RAID can be triggered only with manual cleaning which uses the ironic-api-version 1.15. Co-Authored-By: Nisha Agarwal <agarwalnisha1980@gmail.com> Closes_bug: 1526400 Change-Id: Id7bb8a242838029e4cc3715d18b27fb1d5cd4dfa
18 lines
509 B
YAML
18 lines
509 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds support for RAID configuration:
|
|
|
|
* Ability to set target_raid_config for a node using
|
|
node-set-target-raid-config.
|
|
|
|
* Displays target_raid_config and raid_config in
|
|
node-show.
|
|
|
|
* Displays logical disk properties for a driver using
|
|
driver-raid-logical-disk-properties.
|
|
|
|
API version 1.15 should be used with these features, as
|
|
RAID configuration was added in 1.12 and manual cleaning
|
|
(used to trigger RAID configuration) was added in 1.15.
|