From cd2e557ac7f9e4f1fcf997daa2f303c914e02be8 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Wed, 23 Sep 2020 18:16:20 -0700 Subject: [PATCH] Release note updates for Victoria release Change-Id: If01d774bc719e9ad0d2c2a10f120f966ae8f1e39 --- releasenotes/notes/add-iso-suffix-557a4fc4382fd7f3.yaml | 7 ++++--- releasenotes/notes/fast-track-steps-81bd79a2a91e1b30.yaml | 3 ++- .../ilo5-oob-one-button-secure-erase-f55628f8aa767c20.yaml | 7 +++---- .../notes/no-heartbeat-retries-d6837684e7257249.yaml | 7 ++++--- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/releasenotes/notes/add-iso-suffix-557a4fc4382fd7f3.yaml b/releasenotes/notes/add-iso-suffix-557a4fc4382fd7f3.yaml index 53f7dc4c3d..3eff33abd5 100644 --- a/releasenotes/notes/add-iso-suffix-557a4fc4382fd7f3.yaml +++ b/releasenotes/notes/add-iso-suffix-557a4fc4382fd7f3.yaml @@ -1,6 +1,7 @@ --- fixes: - | - Add the suffix ".iso" for the ISO images generated by Ironic, as some - hardwares can not load the ISO images if they are not suffixed with - ".iso". It is also recommended to name the files with proper extensions. + Fixes compatability with some hardware that requires the file name of + any virtual media to end with the suffix ".iso" when Ironic generates + a virtual media image. We recommend operators generating their own + virtual media files to name the files with proper extensions. diff --git a/releasenotes/notes/fast-track-steps-81bd79a2a91e1b30.yaml b/releasenotes/notes/fast-track-steps-81bd79a2a91e1b30.yaml index 68e2ecce1c..29ed945613 100644 --- a/releasenotes/notes/fast-track-steps-81bd79a2a91e1b30.yaml +++ b/releasenotes/notes/fast-track-steps-81bd79a2a91e1b30.yaml @@ -4,4 +4,5 @@ fixes: Fixes an issue that caused in-band deploy steps inserted before ``write_image`` to be skipped when fast-track is used. - | - Makes sure in-band deploy and clean steps are not cached across reboots. + Fixes an issue where in-band deploy and clean steps were being + cached across reboots of the agent. diff --git a/releasenotes/notes/ilo5-oob-one-button-secure-erase-f55628f8aa767c20.yaml b/releasenotes/notes/ilo5-oob-one-button-secure-erase-f55628f8aa767c20.yaml index 82c01759bb..bc1212f924 100644 --- a/releasenotes/notes/ilo5-oob-one-button-secure-erase-f55628f8aa767c20.yaml +++ b/releasenotes/notes/ilo5-oob-one-button-secure-erase-f55628f8aa767c20.yaml @@ -4,7 +4,6 @@ features: operation for iLO5 based HPE Proliant servers as a ``management`` clean step ``one_button_secure_erase`` for ``ilo5`` hardware type. upgrade: - - The ``do_one_button_secure_erase`` interface of 'proliantutils' library has - been enhanced to support out-of-band one button secure erase operation for - ``ilo5`` hardware type. To leverage this feature, the 'proliantutils' - library needs to be upgraded to version '2.10.0'. + - The ``one_button_secure_erase`` clean step in the ``ilo5`` hardware type + requires ``proliantutils`` version ``2.10.0``. Please upgrade this library + to leverage this feature. diff --git a/releasenotes/notes/no-heartbeat-retries-d6837684e7257249.yaml b/releasenotes/notes/no-heartbeat-retries-d6837684e7257249.yaml index 4932fb66b5..387f29778b 100644 --- a/releasenotes/notes/no-heartbeat-retries-d6837684e7257249.yaml +++ b/releasenotes/notes/no-heartbeat-retries-d6837684e7257249.yaml @@ -1,6 +1,7 @@ --- fixes: - | - Agent heartbeat implementation will no longer retry attempts to acquire - an exclusive lock. This is done to avoid several attempts to get a lock - in a busy environment with shorter heartbeat period. + Fixes an issue where agent heartbeats would be queued if a pre-existing + lock was being held for the node which performed a heartbeat operation. + The agent heartbeat implementation will no longer retry attempts to + acquire an exclusive lock.