OpenStack Block Storage (Cinder)
4ba6664dee
In Cinder we always try to have sane defaults, but the current RBD default for rbd_exclusive_cinder_pools may lead to issues on deployments with a large number of volumes: - Cinder taking a long time to start. - Cinder becoming non-responsive. - Cinder stats gathering taking longer than the gathering period. This is cause by the driver making an independent request to get detailed information on each image to accurately calculate the space used by the Cinder volumes. With this patch we change the default to make sure that these issues don't happen in the most common deployment case (the exclusive Cinder pool). Related-Bug: #1704106 Change-Id: I839441a71238cdad540ba8d9d4d18b1f0fa3ee9d |
||
---|---|---|
api-ref/source | ||
cinder | ||
contrib/block-box | ||
doc | ||
etc/cinder | ||
playbooks | ||
rally-jobs | ||
releasenotes | ||
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
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