Shared filesystem management project for OpenStack.
6dad1666de
This patch adds a 'new_share_type_id' parameter to Share Migration, where the destination share can be provisioned under a different share type of choice. Host-assisted migration handles it by creating a totally new share, as before. Driver-assisted migration handles by creating the destination instance model with the new share type, the driver is responsible for making the necessary changes to satisfy the provided model. In order to accomplish this, a database change was required, transferring the 'share_type_id' field from the 'shares' table to the 'share_instances' table. APIImpact Partially implements: blueprint newton-migration-improvements Change-Id: I3200eaaa5b66d9b8ce1cbd16c1658db8516c70fb |
||
---|---|---|
api-ref/source | ||
contrib | ||
devstack | ||
doc | ||
etc | ||
install-guide/source | ||
manila | ||
manila_tempest_tests | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
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