diff options
author | Iury Gregory Melo Ferreira <iurygregory@gmail.com> | 2022-02-14 01:12:25 -0300 |
---|---|---|
committer | Iury Gregory Melo Ferreira <iurygregory@gmail.com> | 2022-02-14 10:55:21 -0300 |
commit | cfa47c54b9eb9795f5e0e911d5bb0e7cb5dc790a (patch) | |
tree | 6205f87c0521162feae6724fe1286f8f4656695d /releasenotes | |
parent | 66b4f59623f360fb68cbdeccf53a7cdb9b4da053 (diff) | |
download | ironic-cfa47c54b9eb9795f5e0e911d5bb0e7cb5dc790a.tar.gz |
Update some releasenotes for 19.1 release
Change-Id: I9fe5cd295df33dd3af9bcbdc3fc5f35bd0c6df1b
Diffstat (limited to 'releasenotes')
3 files changed, 8 insertions, 6 deletions
diff --git a/releasenotes/notes/fix-redfish-raid-deploy-steps-e9ee1ea3d1f2a475.yaml b/releasenotes/notes/fix-redfish-raid-deploy-steps-e9ee1ea3d1f2a475.yaml index 2c05b295e..a9ac8fbfb 100644 --- a/releasenotes/notes/fix-redfish-raid-deploy-steps-e9ee1ea3d1f2a475.yaml +++ b/releasenotes/notes/fix-redfish-raid-deploy-steps-e9ee1ea3d1f2a475.yaml @@ -3,5 +3,5 @@ fixes: - | Fixes hardware type ``redfish`` RAID interface deploy steps when completion requires rebooting system for non-immediate configuration application. - Prior to this fix such nodes would remain in ``wait call-back`` state + Prior to this fix, such nodes would remain in ``wait call-back`` state indefinitely. diff --git a/releasenotes/notes/fix-redfish-raid-failed-tasks-02487c4698dea176.yaml b/releasenotes/notes/fix-redfish-raid-failed-tasks-02487c4698dea176.yaml index 9e827fc9d..9f84967c0 100644 --- a/releasenotes/notes/fix-redfish-raid-failed-tasks-02487c4698dea176.yaml +++ b/releasenotes/notes/fix-redfish-raid-failed-tasks-02487c4698dea176.yaml @@ -2,5 +2,5 @@ fixes: - | Fixes the determination of a failed RAID configuration task in the - ``redfish`` hardware type. Prior to this fix the tasks that have failed + ``redfish`` hardware type. Prior to this fix, the tasks that have failed were reported as successful. diff --git a/releasenotes/notes/update-idrac-redfish-management-export-conf-9fb17273c4d9a050.yaml b/releasenotes/notes/update-idrac-redfish-management-export-conf-9fb17273c4d9a050.yaml index a8753e2a7..ddae5b20c 100644 --- a/releasenotes/notes/update-idrac-redfish-management-export-conf-9fb17273c4d9a050.yaml +++ b/releasenotes/notes/update-idrac-redfish-management-export-conf-9fb17273c4d9a050.yaml @@ -1,7 +1,9 @@ --- features: - | - Updates ``idrac-redfish`` management interface export configuration step - to not export iDRAC BMC connection settings to avoid overwriting those - in another system when using unmodified configuration mold in import step. - For import step it is still possible to add these settings back manually. + Now the export configuration step from the ``idrac-redfish`` + management interface does not export iDRAC BMC connection + settings to avoid overwriting those in another system when + using unmodified configuration mold in import step. + For import step it is still possible to add these settings + back manually. |