[release-announce] os-brick 2.8.3 (stein)

no-reply at openstack.org no-reply at openstack.org
Mon Jan 6 10:32:39 UTC 2020


We are glad to announce the release of:

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

This release is part of the stein 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.8.3
^^^^^

Bug Fixes

* Fix an issue where SCSI LUN scans for FC were unnecessarily too
  broad. Now OS-Brick will not use wildcards unless it doesn't find
  any target ports in sysfs and the Cinder driver doesn't disable
  them.

Changes in os-brick 2.8.2..2.8.3
--------------------------------

d1f84df iscsi: Add _get_device_link retry when waiting for /dev/disk/by-id/ to populate
61346f1 Ignore pep8 W503/W504
8933503 Fix FC scan too broad
5de1afe Remove VxFlexOS connector external dependencies
7a994de Check path alive before get scsi wwn


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

os_brick/initiator/connectors/fibre_channel.py     |   3 +-
os_brick/initiator/connectors/iscsi.py             |   1 +
os_brick/initiator/connectors/scaleio.py           |  99 +++++++---------
os_brick/initiator/linuxfc.py                      | 105 ++++++++++-------
os_brick/privileged/scaleio.py                     |  72 ++++++++++++
.../initiator/connectors/test_fibre_channel.py     |  62 ++++++++++
.../fix-fc-scan-too-broad-3c576e1846b7f05f.yaml    |   6 +
tox.ini                                            |  10 +-
11 files changed, 414 insertions(+), 164 deletions(-)







More information about the Release-announce mailing list