OpenStack Block Storage (Cinder)
97cd6052ae
When we query an initiator group/host based on it's contained initiator(s) it will not be found unless there is an entry in the login table. It is possible for an initiator group/host to exist and not be in the login table, so when we attempt to create it using it's OpenStack name OS-<shortHostName>-<protocol>-IG, it may fail with an 'Host already exists' error, and need to be manually deleted. This fix checks for the existence of the initiator group/host based on it's OpenStack name OS-<shortHostName>-<protocol>-IG. If it already exists, we will check that the contained initiator(s) match those in the connector object and reuse it. Change-Id: I925697cca1a4a10dcccd630dc14d24c1735b3a0a |
||
---|---|---|
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 | ||
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