
Share migration code [1] merged in newton intending to allow admins to mount the share between phase1 and phase2, but API code for allow_access and deny_access was set incorrectly, blocking it. After discussing this feature's purpose further, we decided we do not want this feature at this moment, so we are just fixing the allow_access and deny_access error messages. Also, addressed a small case of concurrency that was happening once in a while in CI. Update_access was being invoked while other rules were being applied, thus setting the access_rule_state to "UPDATING_MULTIPLE", ignoring the migration access rule change RPC request completely, failing migration. By refreshing the model we are able to assign the proper access_rule_state at the time the function is invoked, setting the access_rule_state correctly. [1] If4bfaf7e9d963b83c13a6fea241c2eda14f7f409 APIImpact Closes-bug: #1623051 Closes-bug: #1623052 Change-Id: I76a7d8c3bdd597b951e700350f8f3f82bfb21e03
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
Python client
Description
Languages
Python
99.3%
Shell
0.7%