Shared filesystem management project for OpenStack.
8a34fb3890
For a driver that doesn't support snapshots, a share type with snapshot_support = '<is> False' will prevent share creation. Root cause is code in HostManager that improperly checks whether snapshot_support (and other boolean properties) is set on each pool. This commit fixes the check for the boolean pool capabilities. Change-Id: I6a488788926cca119498b3de992beec3b0545259 Closes-Bug: #1498646 |
||
---|---|---|
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