Shared filesystem management project for OpenStack.
118d440a90
Currently when a POST request is made to /consistency-groups with a source cg-snapshot, the API does not register the share network information (share_server_id and share_network_id) in the database row newly created for the CG being created. This information is essential to any shares that are being created along with the consistency group. - Disallow providing a share_network_id when using a source cg_snapshot_id - Copy share network information from the parent CG - Fix the share_server_id that was incorrect in the API response APIImpact Closes-Bug: #1571594 Closes-Bug: #1572742 Change-Id: I1c3581c81e0b845f46eef3cd0acddb55850447a5 |
||
---|---|---|
contrib | ||
devstack | ||
doc | ||
etc | ||
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