We are overjoyed to announce the release of: os-brick 5.2.1: OpenStack Cinder brick library for managing local volume attaches This release is part of the yoga 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. 5.2.1 ^^^^^ 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. Changes in os-brick 5.2.0..5.2.1 -------------------------------- 0bd5dc9 Fix encryption symlink issues 0f6b3d4 Update TOX_CONSTRAINTS_FILE for stable/yoga 008c8e6 Update .gitreview for stable/yoga Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + os_brick/initiator/connectors/fibre_channel.py | 6 +- os_brick/initiator/connectors/iscsi.py | 39 +-- os_brick/initiator/connectors/lightos.py | 3 + os_brick/initiator/connectors/nvmeof.py | 3 + 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/rootwrap.py | 17 ++ .../initiator/connectors/test_fibre_channel.py | 2 +- os_brick/utils.py | 174 ++++++++++++- .../notes/encryption-a642889a82ff9207.yaml | 12 + tox.ini | 6 +- 19 files changed, 576 insertions(+), 188 deletions(-)
participants (1)
-
no-reply@openstack.org