We high-spiritedly announce the release of: os-brick 6.2.5 This release is part of the antelope 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. 6.2.5 ^^^^^ Bug Fixes * PowerFlex driver bug #2004630 (https://bugs.launchpad.net/cinder/+bug/2004630): Fixed regression which caused the PowerFlex (ScaleIO) connector to login multiple times, even with an existing valid token. The ScaleIO connector now caches and reuses the token. * Bug #2067949 (https://bugs.launchpad.net/cinder/+bug/2067949): Fixed issue where we try to write into a multipath device and fail since it is not ready for I/O. Now we wait until the I/O is likely to succeed. We introduced 2 new config options to make the wait time configurable: * "wait_mpath_device_attempts" * "wait_mpath_device_interval" These options defaults to 4 attempts and 1 second interval respectively. See help text of the config options for more information. Changes in os-brick 6.2.4..6.2.5 -------------------------------- 7ad0ed6 Wait for multipath device to be ready for I/O 950a8b1 Dell PowerFlex: Unnecessary login happen Diffstat (except docs and test files) ------------------------------------- os_brick/initiator/connectors/fibre_channel.py | 7 ++++- os_brick/initiator/connectors/iscsi.py | 7 +++-- os_brick/initiator/connectors/scaleio.py | 4 ++- os_brick/initiator/linuxscsi.py | 19 ++++++++++++ os_brick/opts.py | 18 +++++++++++ .../initiator/connectors/test_fibre_channel.py | 2 ++ .../notes/bug-2004630-e94616509a51258c.yaml | 8 +++++ .../notes/wait-mpath-io-703605e74ee009ef.yaml | 16 ++++++++++ 9 files changed, 113 insertions(+), 4 deletions(-)
participants (1)
-
no-reply@openstack.org