Rodrigo Barbieri
28df9d2268
Refactor Container Driver
The container driver code needs a refactor to facilitate the development of new functionality. This patch improves: - Error handling: don't swallow every exception. - Method modularization: move common code to private methods. - Move methods to more appropriate classes: methods should live in classes that encapsulate their responsibility. E.g: the protocol helper should not access the container to obtain its IP address, it should invoke a method from the container helper. - Don't use share_id everywhere: even though the code currently does not use the instance_id, deriving the share name from the export location makes it easier to support instance_id or manage/unmanage future implementations. Change-Id: I36b1757acbacfeb48264946ff7a5299ddd3307e8
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:
For developer information please see HACKING.rst
You can raise bugs here https://bugs.launchpad.net/manila
Python client
https://git.openstack.org/cgit/openstack/python-manilaclient.git
- Release notes for the project can be found at:
Description
Languages
Python
99.3%
Shell
0.7%