[release-announce] os-brick 3.0.8 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Mon Nov 15 13:24:58 UTC 2021


We are chuffed to announce the release of:

os-brick 3.0.8: 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.8
^^^^^


Upgrade Notes
*************

* Services using os-brick need to set the "lock_path" configuration
  option in their "[oslo_concurrency]" section since it doesn't have a
  valid default (related bug #1947370
  (https://bugs.launchpad.net/cinder/+bug/1947370)).


Bug Fixes
*********

* Bug #1944474 (https://bugs.launchpad.net/os-brick/+bug/1944474):
  Fixed missing retries to reinitiate iSCSI connections with high
  concurrency of connections and with multipath enabled.

* Bug #1947370 (https://bugs.launchpad.net/cinder/+bug/1947370):
  Fixed race conditions on iSCSI with shared targets and NVMe
  "connect_volume" and "disconnect_volume" calls.

Changes in os-brick 3.0.7..3.0.8
--------------------------------

9d3ce01 Use file locks in connectors
d0eea8a multipath/iscsi: iSCSI connections are not reinitiated after reboot


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

os_brick/initiator/connectors/fibre_channel.py     |  6 ++--
os_brick/initiator/connectors/huawei.py            |  4 +--
os_brick/initiator/connectors/iscsi.py             | 39 ++++++++++++++--------
os_brick/initiator/connectors/nvmeof.py            |  6 ++--
os_brick/initiator/connectors/scaleio.py           |  4 +--
os_brick/initiator/utils.py                        |  3 +-
.../notes/bug-1944474-55c5ebb3a37801aa.yaml        |  6 ++++
.../notes/external-locks-9f015988ebdc37d6.yaml     | 12 +++++++
11 files changed, 98 insertions(+), 26 deletions(-)







More information about the Release-announce mailing list