[release-announce] os-brick 1.15.6 (pike)

no-reply at openstack.org no-reply at openstack.org
Mon Oct 8 20:45:34 UTC 2018


We are excited to announce the release of:

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

This release is part of the pike stable release series.

The source is available from:

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

Download the package from:

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

Please report issues through launchpad:

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

For more details, please see below.

1.15.6
^^^^^^

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 1.15.5..1.15.6
----------------------------------

93c8c3a import zuul job settings from project-config
d8a807d Fix multipath disconnect with path failure
544c26a RemoteFS: don't fail in do_mount if already mounted


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

.zuul.yaml                                         | 28 +++++++
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/linuxscsi.py                    | 50 +++++++++++--
os_brick/remotefs/remotefs.py                      | 13 +++-
.../initiator/connectors/test_fibre_channel.py     | 24 +++++-
.../connectors/test_fibre_channel_s390x.py         |  3 +-
.../fix-multipath-disconnect-819d01e6e981883e.yaml | 10 +++
11 files changed, 243 insertions(+), 30 deletions(-)







More information about the Release-announce mailing list