We jubilantly announce the release of: os-brick 3.0.4: OpenStack Cinder brick library for managing local volume attaches This release is part of the ussuri 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. 3.0.4 ^^^^^ Bug Fixes * [bug 1862433 (https://bugs.launchpad.net/os-brick/+bug/1862443)] Fix an issue where platform id is needed to determine name of scsi disk. * Bug #1865754 (https://bugs.launchpad.net/cinder/+bug/1865754): the "RBDConnector" class generates a temporary configuration file to connect to Ceph. Previously, os-brick did not include a "[global]" section to contain the options it sets, but with the Octopus release (15.2.0+), Ceph has begun enforcing the presence of this section marker, which dates back at least to the Hammer release of Ceph. With this release, os-brick includes the "[global]" section in the generated configuration file, which should be backward-compatible at least to Ceph Hammer. Changes in os-brick 3.0.3..3.0.4 -------------------------------- 91c73a4 New fix for rbd connector to work with ceph octopus 9491b6a prepend platform info to by-path string Diffstat (except docs and test files) ------------------------------------- os_brick/initiator/connectors/fibre_channel.py | 25 ++++-- .../initiator/connectors/fibre_channel_s390x.py | 2 +- os_brick/initiator/connectors/rbd.py | 7 +- .../initiator/connectors/test_fibre_channel.py | 90 +++++++++++++++++++++- .../connectors/test_fibre_channel_s390x.py | 2 +- .../notes/bug-1862443-e87ef38b60f9b979.yaml | 5 ++ ...eph-octopus-compatibility-0aa9b8bc1b028301.yaml | 12 +++ 8 files changed, 133 insertions(+), 14 deletions(-)
participants (1)
-
no-reply@openstack.org