We are amped to announce the release of: os-brick 2.5.3: 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.org/project/os-brick Please report issues through launchpad: https://bugs.launchpad.net/os-brick For more details, please see below. Changes in os-brick 2.5.2..2.5.3 -------------------------------- ba25698 FC Allow for multipath volumes with different LUNs 7fcd68b Windows SMBFS: avoid mounting local shares by default 5ce69fa Remove testrepository 2f32c98 RemoteFS: don't fail in do_mount if already mounted 8241873 Add release note link in README Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 - README.rst | 2 + lower-constraints.txt | 1 - os_brick/initiator/connectors/fibre_channel.py | 109 +++++++++--- os_brick/initiator/linuxfc.py | 66 ++++---- os_brick/initiator/windows/smbfs.py | 2 +- os_brick/remotefs/remotefs.py | 13 +- os_brick/remotefs/windows_remotefs.py | 2 +- .../initiator/connectors/test_fibre_channel.py | 187 +++++++++++++++++++-- test-requirements.txt | 1 - 11 files changed, 378 insertions(+), 94 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index fe6413f..84075ce 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12 +11,0 @@ oslotest>=3.2.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD
participants (1)
-
no-reply@openstack.org