We are tickled pink to announce the release of: os-brick 6.4.2 This release is part of the bobcat 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.4.2 ^^^^^ 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. * FC connector bug #2051237 (https://bugs.launchpad.net/os- brick/+bug/2051237): Fix issue with fibre channel connector scanning partial targets. We search for target information in sysfs, first in fc_transport and then in fc_report_ports. * 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.4.1..6.4.2 -------------------------------- a6fc513 Wait for multipath device to be ready for I/O 885fb6a Dell PowerFlex: Unnecessary login happen fd44672 Silence warning when running in a container with overlayfs 985ef3c Fix: FC partial target scan 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/nvmeof.py | 7 +- os_brick/initiator/connectors/scaleio.py | 4 +- os_brick/initiator/linuxfc.py | 93 +++++++- 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/fix-fc-scanning-9164da9eb42aaed0.yaml | 8 + .../fix-host-uuid-warning-3814b7e47bde8010.yaml | 4 + .../notes/wait-mpath-io-703605e74ee009ef.yaml | 16 ++ 15 files changed, 406 insertions(+), 89 deletions(-)
participants (1)
-
no-reply@openstack.org