We joyfully announce the release of: os-brick 4.0.1: OpenStack Cinder brick library for managing local volume attaches This release is part of the victoria 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.0.1 ^^^^^ Prelude ******* The previous release contained a fix for Bug #1865754 (https://bugs.launchpad.net/cinder/+bug/1865754) that required the presence of a heavyweight binary dependency solely to check the Ceph version. This release reverts that change and substitutes a lightweight fix that does not impose that dependency. Bug Fixes ********* * 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 4.0.0..4.0.1 -------------------------------- f0cf776 Release note for os-brick 4.0.1 474583b New fix for rbd connector to work with ceph octopus 8d297dd Revert "Fix for rbd connector to work with ceph octopus" 09203e2 Update TOX_CONSTRAINTS_FILE for stable/victoria 3851077 Update .gitreview for stable/victoria Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + os_brick/initiator/connectors/rbd.py | 48 +++++---------------- ...eph-octopus-compatibility-0aa9b8bc1b028301.yaml | 12 ++++++ ...eph-octopus-compatibility-a56a05b7395efa7f.yaml | 9 ---- .../victoria-4.0.1-note-2e84bb0104f79856.yaml | 6 +++ tox.ini | 6 +-- 7 files changed, 38 insertions(+), 93 deletions(-)
participants (1)
-
no-reply@openstack.org