os-brick 6.10.0 (epoxy)
We are amped to announce the release of: os-brick 6.10.0 This release is part of the epoxy 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.10.0 ^^^^^^ Bug Fixes ********* * NVMe-oF connector bug #2085013 (https://bugs.launchpad.net/os- brick/+bug/2085013) : Removed "multipathd" dependency for NVMe-oF connections. Previously, multipathd had to be installed to leverage native NVMe multipathing (ANA) but now that dependency is removed. Other Notes *********** * A new in-tree implementation for communicating with the StorPool API and reading StorPool configuration files. The StorPool backend no longer requires the OpenStack nodes to have the Python packages *storpool* and *storpool.spopenstack* installed. Changes in os-brick 6.9.0..6.10.0 --------------------------------- 135d288 Bump hacking to 7 4add77d StorPool: Do not use packages `storpool` and `storpool.spopenstack` 8d91969 Fix multipathd dependency in NVMe-oF connections fa5af18 Updating testing as per the 2025.1 cycle testing runtime aeec52b reno: Update master for unmaintained/2023.1 0f39c73 Fix pdf doc build a90b1ef Update master for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- os_brick/initiator/connectors/base.py | 47 ++++- os_brick/initiator/connectors/fibre_channel.py | 5 + os_brick/initiator/connectors/iscsi.py | 5 + os_brick/initiator/connectors/nvmeof.py | 7 + os_brick/initiator/connectors/storpool.py | 59 +++--- os_brick/initiator/linuxscsi.py | 13 +- os_brick/initiator/storpool_utils.py | 213 +++++++++++++++++++ .../initiator/connectors/test_fibre_channel.py | 10 + ...tipathd-dependency-nvmeof-d61187f1ab3808c2.yaml | 9 + ...i-and-config-code-in-tree-62f41ec44a8a7b7d.yaml | 8 + releasenotes/source/2023.1.rst | 2 +- releasenotes/source/2024.2.rst | 6 + releasenotes/source/index.rst | 1 + setup.cfg | 3 +- test-requirements.txt | 2 +- 22 files changed, 732 insertions(+), 235 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 3e7e38d..f906c69 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=6.1.0,<6.2.0 # Apache-2.0 +hacking>=7.0.0,<7.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org