Shared filesystem management project for OpenStack.
081fc4860b
When attempting to allow_access on a managed share, it fails because the proper share ID is not retrieved from private storage prior to attempting to validate that the share exists in the backend. The same happens when trying to create a share from a snapshot created from a managed share, the proper share ID is not retrieved from private storage. While we are dealing with two possible different IDs it is important to properly display the API share ID in log messages so it can be matched to the share instances ID, and not all log messages are accurately doing so. This change addresses this by retrieving the ID from private storage first for update_access and create_share_from_snapshot operations. The proper unit test changes included in this patch required a refactor of several IDs to ensure this problem is addressed in unit tests, thus it made sense to address several bugs caused by the same problem, having the same fix and requiring modifications to the same lines of code. Closes-bug: #1581541 Closes-bug: #1584179 Closes-bug: #1583785 Change-Id: I8cdb1a8a72a4ac7e710f57e3c288d48cd2adf0dd |
||
---|---|---|
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