[release-announce] os-brick 2.5.4 (rocky)

no-reply at openstack.org no-reply at openstack.org
Mon Oct 8 21:17:41 UTC 2018


We are tickled pink to announce the release of:

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

This release is part of the rocky stable release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/os-brick

Download the package from:

    https://pypi.org/project/os-brick

Please report issues through launchpad:

    https://bugs.launchpad.net/os-brick

For more details, please see below.

2.5.4
^^^^^

Bug Fixes

* Under certain conditions detaching a multipath device may result
  in failure when flushing one of the individual paths, but the
  disconnect should have succeeded, because there were other paths
  available to flush all the data.

  The multipath disconnect mechanism is now more robust and will only
  fail when disconnecting if multipath would lose data.

Changes in os-brick 2.5.3..2.5.4
--------------------------------

b75411d Succeed on iSCSI detach when path just went down
9fcd7a5 Ignore volume disconnect if it is not connected
f2fed21 Improve detection of multipathd running
f13a4ba import zuul job settings from project-config
b253e31 Fix multipath disconnect with path failure
e6cfeb0 Update UPPER_CONSTRAINTS_FILE for stable/rocky
c9d5a53 Update .gitreview for stable/rocky


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

.gitreview                                         |   1 +
.zuul.yaml                                         |  23 +++++
os_brick/initiator/connectors/fibre_channel.py     |  13 ++-
.../initiator/connectors/fibre_channel_s390x.py    |   2 +-
os_brick/initiator/connectors/iscsi.py             |  18 +++-
os_brick/initiator/connectors/nvme.py              |   6 ++
os_brick/initiator/linuxscsi.py                    |  86 +++++++++++++---
.../initiator/connectors/test_fibre_channel.py     |  22 ++++-
.../connectors/test_fibre_channel_s390x.py         |   3 +-
.../fix-multipath-disconnect-819d01e6e981883e.yaml |  10 ++
tox.ini                                            |   4 +-
15 files changed, 286 insertions(+), 53 deletions(-)







More information about the Release-announce mailing list