We are amped to announce the release of: os-brick 2.5.9: OpenStack Cinder brick library for managing local volume attaches This release is part of the rocky 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. 2.5.9 ^^^^^ Bug Fixes * Fix an issue where SCSI LUN scans for FC were unnecessarily too broad. Now OS-Brick will not use wildcards unless it doesn't find any target ports in sysfs and the Cinder driver doesn't disable them. Changes in os-brick 2.5.8..2.5.9 -------------------------------- 1f811c4 iscsi: Add _get_device_link retry when waiting for /dev/disk/by-id/ to populate 34a3ca2 Fix FC scan too broad a15ede0 Handle None value 'inititator_target_map' 22765cb Check path alive before get scsi wwn Diffstat (except docs and test files) ------------------------------------- os_brick/initiator/connectors/fibre_channel.py | 3 +- os_brick/initiator/connectors/iscsi.py | 1 + os_brick/initiator/linuxfc.py | 107 +++++++++------ .../initiator/connectors/test_fibre_channel.py | 65 +++++++++- .../fix-fc-scan-too-broad-3c576e1846b7f05f.yaml | 6 + 7 files changed, 302 insertions(+), 86 deletions(-)