Shared filesystem management project for OpenStack.
af7739aea2
Currently 'provisioned_capacity_gb' is expected from the drivers as part of capability reporting. If driver does not provide it, it defaults to 'allocated_capacity_gb'. But if driver does not provide both 'allocated_capacity_gb' and 'provisioned_capacity_gb' then 'provisioned_capacity_gb' defaults to 0. Which affects later calculation of 'provisioned_ratio'. Hence fixing it by summing up sizes of all the shares of that host and taking that as 'provisioned_capacity_gb', in such case. Change-Id: I844d176eb6f0f5e7b0eb3cbd66c4b413b6757f51 Closes-Bug: #1606691 |
||
---|---|---|
api-ref/source | ||
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