We exuberantly announce the release of: os-brick 3.0.2: OpenStack Cinder brick library for managing local volume attaches This release is part of the ussuri stable release series. The source is available from: https://opendev.org/openstack/os-brick Download the package from: https://pypi.org/project/os-brick Please report issues through: https://bugs.launchpad.net/os-brick/+bugs For more details, please see below. 3.0.2 ^^^^^ Upgrade Notes ************* * The fix for Bug #1823200 (https://bugs.launchpad.net/cinder/+bug/1823200) requires that a configuration file be deployed on compute nodes, cinder nodes, and anywhere you would perform a volume attachment in your deployment, when using Cinder with a Dell EMC VxFlex OS backend. See the Dell EMC VxFlex OS (ScaleIO) Storage driver (https://docs.openstack.org/cinder/ussuri/configuration/block- storage/drivers/dell-emc-vxflex-driver.html) documentation for details about this configuration file. Security Issues *************** * Dell EMC VxFlex OS driver: This release contains a fix for Bug #1823200 (https://bugs.launchpad.net/cinder/+bug/1823200). See OSSN-0086 (https://wiki.openstack.org/wiki/OSSN/OSSN-0086) for details. Bug Fixes ********* * Bug #1823200 (https://bugs.launchpad.net/cinder/+bug/1823200): This release contains an updated connector for use with the Dell EMC VxFlex OS backend. It requires that a configuration file be deployed on compute nodes, cinder nodes, and anywhere you would perform a volume attachment in your deployment. See the Dell EMC VxFlex OS (ScaleIO) Storage driver (https://docs.openstack.org/cinder/ussuri/configuration/block- storage/drivers/dell-emc-vxflex-driver.html) documentation for details about the configuration file, and see OSSN-0086 (https://wiki.openstack.org/wiki/OSSN/OSSN-0086) for more information about the security vulnerability. Changes in os-brick 3.0.1..3.0.2 -------------------------------- a1c9f64 Remove VxFlex OS credentials from connection_properties 55cfc97 rbd: Correct local_attach disconnect test and showmapped arguments dfd835e Fix hacking min version to 3.0.1 396fe1a Update TOX/UPPER_CONSTRAINTS_FILE for stable/ussuri 0cc24c0 Update .gitreview for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + lower-constraints.txt | 4 --- os_brick/initiator/connectors/rbd.py | 1 + os_brick/initiator/connectors/scaleio.py | 20 ++++++++++++-- os_brick/privileged/scaleio.py | 31 ++++++++++++++++++++++ .../notes/bug-1823200-ussuri-c76aca2514c75a25.yaml | 29 ++++++++++++++++++++ test-requirements.txt | 2 +- tox.ini | 6 ++--- 10 files changed, 93 insertions(+), 15 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 81f1fcd..1d88149 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=2.0.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org