Shared filesystem management project for OpenStack.
c4b59336c2
When the manage API is called on a particular share without specifying the share type and the also the default share type is not found, the API raises an error message which contains the share_type_id of default sharetype which is not existant. The error message which should be displayed is "Default share type not found.". The fix for this bug is to change the parameters sent to the ShareTypeNotFound class, changing it from ShareTypeNotFound(reason=msg) to ShareTypeNotFound(message=msg). **Previously: manila manage \ stack-VirtualBox@prague#lvm-single-pool \ NFS \ 127.0.0.1:/opt/stack/data/manila/mnt/share-2cd5d0de-994b-4cbf-bf55-9808e 49266f0 ERROR: Share type %(share_type_id)s could not be found. **Now: manila manage \ stack-VirtualBox@prague#lvm-single-pool \ NFS \ 127.0.0.1:/opt/stack/data/manila/mnt/share-2cd5d0de-994b-4cbf-bf55-9808e 49266f0 ERROR: Default share type not found. Closes-Bug: #1705533 Change-Id: I36a76a93b7d0f54c1e9aec43e332cb94b0b389f3 |
||
---|---|---|
api-ref/source | ||
contrib | ||
devstack | ||
doc | ||
etc | ||
manila | ||
playbooks/legacy | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.stestr.conf | ||
.testr.conf | ||
.zuul.yaml | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Team and repository tags
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/wiki/Manila
- Developer docs: https://docs.openstack.org/manila/latest/
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 https://bugs.launchpad.net/manila