OpenStack Block Storage (Cinder)
6dd75f4554
The recently merged retype code for the Dell Storage Center driver does not check if the new Storage Profile value is different than the currently set value. While this is mostly harmless since there isn't a lot of overhead to setting the Storage Profile to its existing value, it is still extra overhead and API calls that need to be performed to complete the operation. This adds a simple check to compare the current value against the requested value to decide whether or not to perform the retype operation. We only support retyping of the Storage Profile, so if they are the same, just return true to prevent a migration from happening. Change-Id: I2d16b4129170cc8ecedfd3674b609badb27b9095 |
||
---|---|---|
cinder | ||
doc | ||
etc/cinder | ||
rally-jobs | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.md | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
openstack-common.conf | ||
pylintrc | ||
README.rst | ||
requirements.txt | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.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