From 7ca8e56d505f62c0c7ee8f614d26e8b0ccf32b3d Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Mon, 17 Aug 2020 11:36:44 -0400 Subject: [PATCH] Add release note for scaleio connector upgrade Change I6f01a178616b74ed9a86876ca46e7e46eb360518 needs to be backported and included in a new os-brick release in all releaseable stable branches, so add a release note saying what it does. Change-Id: Ib98043358d51426ca650104ad59a7e09911ee8e9 --- .../bug-1823200-scaleio-upgrade-3e83b5c9dd148714.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 releasenotes/notes/bug-1823200-scaleio-upgrade-3e83b5c9dd148714.yaml diff --git a/releasenotes/notes/bug-1823200-scaleio-upgrade-3e83b5c9dd148714.yaml b/releasenotes/notes/bug-1823200-scaleio-upgrade-3e83b5c9dd148714.yaml new file mode 100644 index 000000000..ccce93f89 --- /dev/null +++ b/releasenotes/notes/bug-1823200-scaleio-upgrade-3e83b5c9dd148714.yaml @@ -0,0 +1,10 @@ +--- +fixes: + - | + `Bug #1823200 `_: + Prior fixes for this bug changed the connection properties but did + not take into account an upgrade scenario in which currently attached + volumes had the old format connection properties and could fail on + detatch with "KeyError: 'config_group'". This release updates the + 'scaleio' connector to handle this situation. It is only applicable + to deployments using a Dell EMC PowerFlex/VxFlex OS/ScaleIO backend.