We are gleeful to announce the release of: os-brick 4.3.4: OpenStack Cinder brick library for managing local volume attaches This release is part of the wallaby 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. 4.3.4 ^^^^^ Bug Fixes * NVMe-oF connector bug #1964379 (https://bugs.launchpad.net/os- brick/+bug/1964379): Fixed using non LUKS v1 encrypted volumes, as once one of such volumes is disconnected from a host all successive NVMe-oF attachments would fail. * Bug #1967790 (https://bugs.launchpad.net/os-brick/+bug/1967790): Fixed encryptor's connect_volume returns and the symlink is pointing to the raw block device instead of to the decrypted device mapper device. * NVMe-oF connector bug #1928944 (https://bugs.launchpad.net/os- brick/+bug/1928944): Fixed not returning the right nqn value on "get_connector_properties" when "/etc/nvme/hostnqn" doesn't exist. Changes in os-brick 4.3.3..4.3.4 -------------------------------- cf69f92 Fix encryption symlink issues a5f53fd NVMe-oF: Return right nqn when missing hostnqn Diffstat (except docs and test files) ------------------------------------- os_brick/initiator/connectors/fibre_channel.py | 6 +- os_brick/initiator/connectors/iscsi.py | 39 +-- os_brick/initiator/connectors/nvmeof.py | 23 +- os_brick/initiator/connectors/rbd.py | 3 + os_brick/initiator/connectors/scaleio.py | 3 + os_brick/initiator/connectors/storpool.py | 4 + os_brick/initiator/initiator_connector.py | 23 ++ os_brick/initiator/linuxscsi.py | 8 - os_brick/privileged/nvmeof.py | 66 +++++ os_brick/privileged/rootwrap.py | 17 ++ .../initiator/connectors/test_fibre_channel.py | 2 +- os_brick/utils.py | 171 +++++++++++++ .../notes/encryption-a642889a82ff9207.yaml | 12 + .../notes/nvme-hostnqn-c2611dc56729183b.yaml | 7 + 20 files changed, 757 insertions(+), 204 deletions(-)