82c2a06a97
This is cleaned up as of commit
2351d624ae
, and should be sufficient for
the final release. If something else with a release note lands, we can
make any changes there in a later patch.
Change-Id: Ia1ef442f3cc0d64c8a7c6fbb5aaf3f0160f214de
11 lines
517 B
YAML
11 lines
517 B
YAML
---
|
|
features:
|
|
- Adds out-of-band RAID management to DRAC driver using the generic RAID
|
|
interface which makes the functionality available via manual cleaning
|
|
steps.
|
|
- New configuration option, ``[drac]/query_raid_config_job_status_interval``
|
|
was added. After Ironic has created the RAID config job on the DRAC card,
|
|
it continues to check for status update on the config job to determine
|
|
whether the RAID configuration was successfully finished within
|
|
this interval. Default is 120 seconds.
|