OpenStack Block Storage (Cinder)
f26f683c0f
Allows support for setting a minimum and/or maximum vol size that can be created in extra_specs for each volume_type. This allows setting size restrictions on different "tiers" of storage. If configured, the size restrictions will be checked at the API level as part of volume creation or retype. 2 new volume type keys are supported for setting the minimum volume size and maximum volume size for that type. 'provisioning:min_vol_size' 'provisioning:max_vol_size' Implements: blueprint min-max-vol-size-by-vol-type Change-Id: I222e778902a41e552e812896d7afd0516ee7fe68 |
||
---|---|---|
api-ref/source | ||
cinder | ||
contrib/block-box | ||
doc | ||
etc/cinder | ||
playbooks | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.pylintrc | ||
.stestr.conf | ||
.zuul.yaml | ||
babel.cfg | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
driver-requirements.txt | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.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