You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() This patch proposes a new implementation for the status and the migration_status for volumes. * The initial migration_status is None, meaning no migration has been done; Migration_status 'error' means the previous migration failed. Migration_status 'success' means the previous migration succeeded. * If the key 'lock_volume' is set to True from the request, the volume status should be set to 'maintenance' during migration and goes back to its original status after migration. Otherwise, if the key 'lock_volume' is set to False, the volume status will remain the same as its original status. The default value for lock_volume is False and it applies to the available volume. * From the REST's perspectives, all the create, update and delete actions are not allowed if the volume is in 'maintenance', because it means the volume is out of service. If it is not in maintenance mode, the migration can be interrupted if other requests are issued, e.g. attach. For the termination of migration, another patch will target to resolve it. DocImpact APIImpact The key 'lock_volume' has been added into the API, telling the volume to change the status to 'maintenance' or not. The migration_status has been added into results returned from volume list command, if the request is from an admin. Change-Id: Ia86421f2d6fce61dcfeb073f8e7b9c9dde517373 Partial-implements: blueprint migration-improvement |
8 years ago | |
---|---|---|
cinder | 8 years ago | |
doc | 8 years ago | |
etc/cinder | 8 years ago | |
rally-jobs | 8 years ago | |
tools | 8 years ago | |
.coveragerc | 10 years ago | |
.gitignore | 9 years ago | |
.gitreview | 11 years ago | |
.mailmap | 8 years ago | |
.testr.conf | 10 years ago | |
CONTRIBUTING.md | 9 years ago | |
HACKING.rst | 8 years ago | |
LICENSE | 11 years ago | |
MANIFEST.in | 11 years ago | |
README.rst | 9 years ago | |
babel.cfg | 11 years ago | |
openstack-common.conf | 8 years ago | |
pylintrc | 8 years ago | |
requirements.txt | 8 years ago | |
run_tests.sh | 8 years ago | |
setup.cfg | 8 years ago | |
setup.py | 8 years ago | |
test-requirements.txt | 8 years ago | |
tox.ini | 8 years ago |
README.rst
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