OpenStack Block Storage (Cinder)
f6b44fc201
Infinidat Cinder driver truncates the list of configured iSCSI portals and returns only the first IP for a given network space. And in case of network path failure we lose access to the data. To fix this issue, we need to return all configured and enabled iSCSI portals for a given configured network space. Closes-bug: #1981354 Change-Id: Ie2b7a163ee3a83121c04a21808ef437d740426d5 Co-authored-by: Alexander Deiter <adeiter@infinidat.com> Signed-off-by: Alexander Deiter <adeiter@infinidat.com> (cherry picked from commit |
||
---|---|---|
api-ref/source | ||
cinder | ||
contrib/block-box | ||
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 | ||
lower-constraints.txt | ||
mypy-files.txt | ||
README.rst | ||
reno.yaml | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
OpenStack Cinder
Warning
The stable/wallaby branch of cinder does not contain a fix for CVE-2023-2088. Be aware that such a fix must span cinder, os-brick, nova, and, depending on your deployment configuration, glance_store and ironic. The Cinder project team advises against using the code in this branch unless a mitigation against CVE-2023-2088 is applied.
References:
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