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
2019-03-04 15:32:30 -03:00
2019-03-04 15:32:30 -03:00
2017-03-30 15:12:22 +03:00
2017-10-25 11:57:46 -04:00
2014-09-19 21:23:02 +00:00
2018-10-11 15:13:49 -04:00
2019-02-12 05:52:30 -05:00
2013-08-08 10:34:06 -04:00
2013-08-08 10:34:06 -04:00
2017-03-03 22:51:04 +00:00

Team and repository tags

image

MANILA

You have come across an OpenStack shared file system service. It has identified itself as "Manila." It was abstracted from the Cinder project.

Getting Started

If you'd like to run from the master branch, you can clone the git repo:

git clone https://git.openstack.org/openstack/manila.git

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:

https://docs.openstack.org/releasenotes/manila/

Description
Shared filesystem management project for OpenStack.
Readme 178 MiB
Languages
Python 99.3%
Shell 0.7%