OpenStack Block Storage (Cinder)
bf23678fe0
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 |
||
---|---|---|
api-ref/source | ||
cinder | ||
doc | ||
etc/cinder | ||
playbooks | ||
rally-jobs | ||
releasenotes | ||
roles | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.pylintrc | ||
.stestr.conf | ||
.zuul.yaml | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
driver-requirements.txt | ||
HACKING.rst | ||
LICENSE | ||
mypy-files.txt | ||
README.rst | ||
reno.yaml | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
OpenStack Cinder
OpenStack Cinder is a storage service for an open cloud computing service.
You can learn more about Cinder at:
Getting Started
If you'd like to run from the master branch, you can clone the git repo:
git clone https://opendev.org/openstack/cinder
If you'd like to contribute, please see the information in CONTRIBUTING.rst
You can raise bugs on Launchpad