[release-announce] [cinder] os-brick 2.4.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Mon Mar 26 17:03:52 UTC 2018


We are excited to announce the release of:

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

This release is part of the rocky release series.

The source is available from:

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

Download the package from:

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

Please report issues through launchpad:

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

For more details, please see below.

2.4.0
^^^^^

New Features

* Added ability to extend attached ScaleIO volumes

Changes in os-brick 2.3.0..2.4.0
--------------------------------

296887a Accept ISCSI_ERR_NO_OBJS_FOUND from iscsiadm
80e50f6 Incorporate the connection_properties input for PPC64
e500fd8 Adding support to extend attached ScaleIO volumes
314b76e Windows iSCSI: ensure disks are claimed by MPIO
b8db5c0 Updated from global requirements
fbd282f Updated from global requirements
75af502 Updated from global requirements
c6f804b Windows FC: fix disk scan issues
df8e0fe Enable hacking-extensions H204, H205
47f74d4 Updated from global requirements
e774cb9 Update reno for stable/queens
f28bd8e s390x fc: Fix device path for Ubuntu with ds8k
4789b3d Windows SMBFS: allow mounting vhd/x images
603d036 Windows: fix connectors 'disconnect_volume' signature


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

.../initiator/connectors/fibre_channel_ppc64.py    |  13 ---
.../initiator/connectors/fibre_channel_s390x.py    |   7 +-
os_brick/initiator/connectors/iscsi.py             |   5 +-
os_brick/initiator/connectors/scaleio.py           |  46 ++++++++-
os_brick/initiator/linuxfc.py                      |  51 ----------
os_brick/initiator/windows/fibre_channel.py        | 111 ++++++++++++++++++---
os_brick/initiator/windows/iscsi.py                |  35 ++++---
os_brick/initiator/windows/smbfs.py                |  34 ++++++-
.../connectors/test_fibre_channel_ppc64.py         |   2 +-
.../connectors/test_fibre_channel_s390x.py         |   4 +-
.../scaleio-extend-attached-ec44d3a72395882c.yaml  |   3 +
releasenotes/source/index.rst                      |   1 +
releasenotes/source/queens.rst                     |   6 ++
requirements.txt                                   |   2 +-
test-requirements.txt                              |   4 +-
tox.ini                                            |   2 +-
21 files changed, 395 insertions(+), 130 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index f8eb11b..dc6e947 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -17 +17 @@ six>=1.10.0 # MIT
-os-win>=2.0.0 # Apache-2.0
+os-win>=3.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index d90fbcd..50c52df 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,2 +9,2 @@ reno>=2.5.0 # Apache-2.0
-sphinx!=1.6.6,>=1.6.2 # BSD
-openstackdocstheme>=1.17.0 # Apache-2.0
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+openstackdocstheme>=1.18.1 # Apache-2.0






More information about the Release-announce mailing list