OpenStack Block Storage (Cinder)
df5419069f
A recent brocade zoning driver patch for bug-1465207 has introduced an extra query for the "active_zone_set" from the switch for every add_zone operation. Performance can be optimized by comparing the "active_zone_set", already passed in, with the zones to be updated instead. Removing the need to re-query for the "active_zone_set" to determine if the "active_cfg" requires recreation. Closes-bug #1532272 Change-Id: Ic9a7ce8c3f4bbaddccf42e9640eab4750acce484 |
||
---|---|---|
cinder | ||
doc | ||
etc/cinder | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
openstack-common.conf | ||
pylintrc | ||
README.rst | ||
requirements.txt | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tests-py3.txt | ||
tox.ini |
CINDER
You have come across a storage service for an open cloud computing service. It has identified itself as Cinder. It was abstracted from the Nova project.
- Wiki: http://wiki.openstack.org/Cinder
- Developer docs: http://docs.openstack.org/developer/cinder
Getting Started
If you'd like to run from the master branch, you can clone the git repo:
git clone https://github.com/openstack/cinder.git
For developer information please see HACKING.rst
You can raise bugs here http://bugs.launchpad.net/cinder