Shared filesystem management project for OpenStack.
92e7e5d5e9
Disabled following operations during migration because they are not supported: - extend - shrink - delete - create snapshot - unmanage This patch also changes task_state field value from MIGRATING to MIGRATION_IN_PROGRESS, in order to better parse the string to determine if the share is busy specifically due to migration. Also made some small adjustments to migration code, such as moving the action of reverting access rules to status MIGRATION_IN_PROGRESS instead of MIGRATION_COMPLETING, in order to better fit the migration statuses for admin diagnosis, future 2-phase and error cleanup implementations. Replaced unused ShareIsBusy exception with ShareBusyException that is thrown on busy task_state statuses. Closes-Bug: #1513436 Change-Id: I28123fe04b93331d82932051539aba1d9e507f68 |
||
---|---|---|
contrib/ci | ||
devstack | ||
doc | ||
etc | ||
manila | ||
manila_tempest_tests | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.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 |
MANILA
You have come across an OpenStack shared file system service. It has identified itself as "Manila." It was abstracted from the Cinder project.
- Wiki: https://wiki.openstack.org/Manila
- Developer docs: http://docs.openstack.org/developer/manila
Getting Started
If you'd like to run from the master branch, you can clone the git repo:
git clone https://github.com/openstack/manila.git
For developer information please see HACKING.rst
You can raise bugs here http://bugs.launchpad.net/manila