
There are multiple places in Cinder where the os-brick call to get the connector properties is not passing the "multipath" and "enforce_multipath" configuration options. This means that some driver won't return a multipathed connection information on the initialize_connection RPC call, resulting in a single pathed attachment even when the os-brick connector is instantiated with the right configuration option. This patch fixes the different calls where this is an issue: - Backup create - Backup restore - Kaminario create volume from snapshot - Kaminario create volume from volume - Volume rekeying And also in places where this is not affecting operations because drivers are always returning multipathed information: - Unity driver - IBM FlashSystem Closes-Bug: #1951982 Closes-Bug: #1951977 Closes-Bug: #1951981 Change-Id: I73ab87b5aaa4835a814389bc1cdd8016d75f52ef
Release notes
The release notes for a patch should be included in the patch. The intended audience for release notes include deployers, administrators and end-users.
A release note is required if the patch has upgrade or API impact. It is also required if the patch adds a feature or fixes a long-standing or security bug.
Please see https://docs.openstack.org/cinder/latest/contributor/releasenotes.html for more details.