We are overjoyed to announce the release of: os-brick 6.2.4: OpenStack Cinder brick library for managing local volume attaches This release is part of the antelope 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.2.4 ^^^^^ Bug Fixes * Dell PowerFlex driver Bug #2046810 (https://bugs.launchpad.net/os- brick/+bug/2046810): Added new error code for PowerFlex 4.x which was causing this error. Added handling for the new error code returned from PowerFlex v4.x and allow the driver to ignore and skip a disconnect operation when the volume is not mapped. * FC connector bug #2051237 (https://bugs.launchpad.net/os- brick/+bug/2051237): Fix issue with fibre channel connector scanning partial targets. We search for target information in sysfs, first in fc_transport and then in fc_report_ports. * Fixes an warning seen when running in a container using "overlayfs". Changes in os-brick 6.2.3..6.2.4 -------------------------------- 78609b6 Silence warning when running in a container with overlayfs c526c3b Fix: FC partial target scan 3c570e8 Dell Powerflex: Add new VOLUME_NOT_MAPPED_ERROR Diffstat (except docs and test files) ------------------------------------- os_brick/initiator/connectors/nvmeof.py | 7 +- os_brick/initiator/connectors/scaleio.py | 4 +- os_brick/initiator/linuxfc.py | 93 +++++++- ...ell-powerflex-bug-2046810-c16ba2bd8dde06d4.yaml | 9 + .../notes/fix-fc-scanning-9164da9eb42aaed0.yaml | 8 + .../fix-host-uuid-warning-3814b7e47bde8010.yaml | 4 + 9 files changed, 323 insertions(+), 86 deletions(-)