[release-announce] os-brick 2.10.5 (train)

no-reply at openstack.org no-reply at openstack.org
Fri Sep 4 08:59:09 UTC 2020


We are psyched to announce the release of:

os-brick 2.10.5: OpenStack Cinder brick library for managing local
volume attaches

This release is part of the train 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.

2.10.5
^^^^^^

Bug Fixes

* Bug #1823200 (https://bugs.launchpad.net/cinder/+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.

* Fix an incompatibility with ceph 13.2.0 (Mimic) or later, caused
  by a change in the output of "rbd map".

* Improve WWN detection for arrays with multiple designators. (bug
  1881608).

* Improve iSCSI multipath detection to work even if we cannot find
  the volume's WWN in sysfs. (bug 1881619).

Changes in os-brick 2.10.4..2.10.5
----------------------------------

609f0bc Leverage the iSCSI mpath to get the WWN
57ac899 iSCSI detect multipath DM with no WWN
9905455 rbd: Warn if ceph udev rules are not configured
7eec31b Improve WWN detection
ba9d47a rbd: Support 'rbd showmapped' output from ceph 13.2.0+
c380107 Add release note for scaleio connector upgrade
db95b00 ScaleIO: Connection info backward compatibility
5418d08 Port the os-bricks jobs to Zuul v3
0ae0afb rbd: Correct local_attach disconnect test and showmapped arguments


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                         | 39 ++++++------
os_brick/initiator/connectors/iscsi.py             | 10 +--
os_brick/initiator/connectors/rbd.py               | 71 +++++++++++++++++++---
os_brick/initiator/connectors/scaleio.py           | 19 ++++--
os_brick/initiator/linuxscsi.py                    | 40 ++++++++++--
...g-1823200-scaleio-upgrade-3e83b5c9dd148714.yaml | 10 +++
.../notes/bug-1884052-798094496dccf23c.yaml        |  5 ++
.../improve-get_sysfs_wwn-df38ea88cdcdcc94.yaml    |  5 ++
...iscsi-multipath-detection-f36f28a993f61936.yaml |  6 ++
13 files changed, 303 insertions(+), 51 deletions(-)







More information about the Release-announce mailing list