We enthusiastically announce the release of: os-brick 3.0.5: OpenStack Cinder brick library for managing local volume attaches This release is part of the ussuri 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. 3.0.5 ^^^^^ Bug Fixes * Bug #1897787 (https://bugs.launchpad.net/cinder/+bug/1897787): Fix Fibre Channel not flushing volumes on detach when a multipath connection was requested on their attach, but one was not found. Changes in os-brick 3.0.4..3.0.5 -------------------------------- fba9810 ScaleIO: More connection info backward compatibility 1e7ad8b FC: Fix not flushing on detach 897dbdb Improve error handling on target query f815146 Add oslo.context dependency 9a8726a Adjust lower-constraints Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 2 +- os_brick/initiator/connectors/fibre_channel.py | 23 ++++++++++++++++------ os_brick/initiator/connectors/iscsi.py | 5 ++++- os_brick/initiator/connectors/scaleio.py | 2 +- os_brick/initiator/linuxscsi.py | 19 ++++++++++++------ .../initiator/connectors/test_fibre_channel.py | 5 +++++ .../fc-flush-single-path-22ed6cc7b56a6d9b.yaml | 6 ++++++ requirements.txt | 1 + 11 files changed, 82 insertions(+), 16 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index fa2d5f1..5ddf3de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,0 +9 @@ oslo.concurrency>=3.26.0 # Apache-2.0 +oslo.context>=2.19.2 # Apache-2.0
participants (1)
-
no-reply@openstack.org