We high-spiritedly announce the release of: os-brick 6.7.1 This release is part of the caracal 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.7.1 ^^^^^ Bug Fixes * Fixes an warning seen when running in a container using "overlayfs". * 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.7.0..6.7.1 -------------------------------- 80da091 Wait for multipath device to be ready for I/O 823cda4 Silence warning when running in a container with overlayfs e29a47e Update TOX_CONSTRAINTS_FILE for stable/2024.1 27b5d4b Update .gitreview for stable/2024.1 Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + os_brick/initiator/connectors/fibre_channel.py | 7 ++++- os_brick/initiator/connectors/iscsi.py | 7 +++-- os_brick/initiator/connectors/nvmeof.py | 7 ++++- os_brick/initiator/linuxscsi.py | 19 ++++++++++++ os_brick/opts.py | 18 +++++++++++ .../initiator/connectors/test_fibre_channel.py | 2 ++ .../fix-host-uuid-warning-3814b7e47bde8010.yaml | 4 +++ .../notes/wait-mpath-io-703605e74ee009ef.yaml | 16 ++++++++++ tox.ini | 6 ++-- 12 files changed, 126 insertions(+), 9 deletions(-)
participants (1)
-
no-reply@openstack.org