We are stoked to announce the release of: os-brick 2.9.1: OpenStack Cinder brick library for managing local volume attaches This release is part of the train 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.9.1 ^^^^^ Bug Fixes * Always check if we are dealing with a single WWNN Fibre Channel target, even when we receive an initiator_target_map. This allows us to exclude unconnected HBAs from our scan for storage arrays that automatically connect all target ports (due to their architecture and design) even if the Cinder driver returns the initiator_target_map, provided the target has a single WWNN. Excluding these HBAs prevents undesired volumes from being connected. Changes in os-brick 2.9.0..2.9.1 -------------------------------- 97b085f luks: Explicitly use the luks1 type to ensure LUKS v1 is used 4ec35ed Add Python 3 Train unit tests 9cf135c linuxscsi: Stop waiting for multipath devices during extend_volume 94312bd luks: Default to LUKS v1 when formatting volumes 70899a9 FC: Ignore some HBAs from map for single WWNN Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +- os_brick/encryptors/luks.py | 3 +- os_brick/initiator/connectors/fibre_channel.py | 3 +- os_brick/initiator/connectors/iscsi.py | 3 +- os_brick/initiator/connectors/nvme.py | 6 ++-- os_brick/initiator/linuxfc.py | 42 +++++++++++----------- os_brick/initiator/linuxscsi.py | 40 +++++++++++---------- ...-always-check-single-wwnn-1595689da0eb673b.yaml | 10 ++++++ tox.ini | 2 +- 13 files changed, 104 insertions(+), 54 deletions(-)
participants (1)
-
no-reply@openstack.org