Current Series Release Notes¶
6.12.0-11¶
Upgrade Notes¶
With the fix for Bug #2114879, users do not need to create the /opt/emc/scaleio/openstack/connector.conf file on the hosts using
os-brick
. Meanwhile, this version ofos-brick
is compatible with Dell PowerFlex cinder driver using the legacy password-in-host-file strategy.
Support for Python 3.9 has been removed. Now Python 3.10 is the minimum version supported.
Security Issues¶
Dell PowerFlex driver: This release contains a fix for Bug #2114879. It removes the limitation of use with bare metal hosts mentioned in OSSN-0086.
Bug Fixes¶
Dell PowerFlex driver Bug #2114879: This release contains an updated connector for use with Dell PowerFlex backend.
os-brick
no longer requires access to PowerFlex backend secrets, and all that is handled by the cinder driver now.
RBD connector bug #2121082: Pass all monitor hosts in a single parameter. Prior to this fix, only the last monitor was considered which could cause connection failures if that one monitor was inaccessible.
6.12.0¶
Bug Fixes¶
Bug #2102053: Fibre Channel: Improved performance during disconnect by avoiding execution of
lsscsi
command.
6.11.0¶
Bug Fixes¶
Bug #2098954: Fibre Channel: Fixed issue with partial scanning in case of FC connection. This is addressed by exception handling when we don’t get a valid path in
fc_transport
for a target WWPN leading to no search being performed infc_remote_ports
path.