Shared filesystem management project for OpenStack.
0d6de50888
Unconfined filesystems created through CLI in HNAS caused driver's parser to break. It was found that the command breaking could be replaced by another, already used command, which also retrieves filesystem information, and it is preferred, so previous command has been replaced. Additionally, administrator may not want to automatically mount an unmounted filesystem in DHSS=False mode, which may be unmounted for maintenance, so changed behavior to not mount automatically. Change-Id: I69e7a51ed4485783868c44e58b93bc69b58c8ac2 Closes-bug: #1571000 |
||
---|---|---|
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