Shared filesystem management project for OpenStack.
d0e2380324
Currently, huawei driver will use the "AllocType" configuration or default "thick" type to create share, if "thin-provisioning" not specified in share_type, but scheduler default uses thin type in this situation, so huawei driver isn't consistent with scheduler. This patch removes the "AllocType" configuration from huawei driver configuration file and default use "thin" type if "thin-provisioning" not given. Depend on change I238a7962425ea35c356c5ed2e31b8f68462b3769. DocImpact Change-Id: I5b7128657e089113da44bc862e9c864de2ec59b2 Closes-Bug: #1609718 |
||
---|---|---|
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