Jump to: navigation, search

Difference between revisions of "Manila"

(Added section on Manila People)
(People)
Line 61: Line 61:
  
 
[https://review.openstack.org/#/admin/groups/213,members Current Core Team members]
 
[https://review.openstack.org/#/admin/groups/213,members Current Core Team members]
[https://launchpad.net/~manila-drivers Launchpad Bug Team]
+
 
 +
[https://launchpad.net/~manila-bug-supervisors Launchpad Bug Supervisors]
 +
 
 
[[CrossProjectLiaisons|Cross Project Liaisons (CPLs)]]
 
[[CrossProjectLiaisons|Cross Project Liaisons (CPLs)]]
  
{| class="wikitable"
+
{| cellpadding=5 style="border:1px solid #BBB" class="wikitable"  
 
|-
 
|-
 
! Role !! Person !! IRC Nick
 
! Role !! Person !! IRC Nick
Line 70: Line 72:
 
| Project Team Lead || Goutham Pacha Ravi || gouthamr
 
| Project Team Lead || Goutham Pacha Ravi || gouthamr
 
|-
 
|-
| Core Reviewers || Amit Oren || amito
+
| valign="center" rowspan=8 | Core Reviewers || Amit Oren || amito
 
|-
 
|-
|| Carlos Eduardo || carloss
+
|  Carlos Eduardo || carloss
 
|-
 
|-
|| Douglas Viroel || dviroel
+
|  Douglas Viroel || dviroel
 
|-
 
|-
|| Rodrigo Barbieri || ganso
+
|  Rodrigo Barbieri || ganso
 
|-
 
|-
|  || Thomas Bechtold || toabctl
+
| Thomas Bechtold || toabctl
 
|-
 
|-
|| Tom Barron || tbarron
+
|  Tom Barron || tbarron
 
|-
 
|-
|| Victoria Martinez de la Cruz || vkmc
+
|  Victoria Martinez de la Cruz || vkmc
 
|-
 
|-
|| Xing Yang || xyang
+
|  Xing Yang || xyang
 
|-
 
|-
 
| Bug Czar || Vida Haririan || vhari
 
| Bug Czar || Vida Haririan || vhari
 
|}
 
|}
 +
 
=== Meetings ===
 
=== Meetings ===
  

Revision as of 21:28, 15 April 2020

Introduction

This page introduces the shared file system service for OpenStack -- Manila. Manila derived from the Cinder project and provides a canonical storage provisioning control plane in OpenStack for shared or distributed file systems similarly to the way Cinder provides such a canonical control plane for block storage.

The design and implementation of Manila provide extensibility for multiple backends (to support vendor or file system specific nuances / capabilities) but is sufficiently abstract to accommodate any of a variety of shared or distributed file system types.

Shares Service.png

File-based storage continues to be a thriving market. Diverse applications, from server virtualization to relational or distributed databases to collaborative content creation, can leverage the performance, scalability and simplicity of management associated with file-based systems, and the large ecosystem of supporting software products.

While manila was designed to provide self-service provisioning and access control of file-shares to compute instances in multi-tenant OpenStack clouds, since it serves up storage over the network it can provide file-share infrastructure for clients running in other clouds or for bare-metal, VM hosts or containerized workloads.

Projects

Manila

Source code https://opendev.org/openstack/manila
Bug tracker https://bugs.launchpad.net/manila
Feature tracker https://blueprints.launchpad.net/manila
Documentation https://docs.openstack.org/manila/latest/

Python Manila Client

Source code https://opendev.org/openstack/python-manilaclient
Bug tracker https://bugs.launchpad.net/python-manilaclient
Feature tracker https://blueprints.launchpad.net/python-manilaclient
Documentation https://docs.openstack.org/python-manilaclient/latest/

Manila UI Plugin

Source code https://opendev.org/openstack/manila-ui
Bug tracker https://bugs.launchpad.net/manila-ui
Feature tracker https://blueprints.launchpad.net/manila-ui
Documentation https://docs.openstack.org/manila-ui/latest/

People

Current Core Team members

Launchpad Bug Supervisors

Cross Project Liaisons (CPLs)

Role Person IRC Nick
Project Team Lead Goutham Pacha Ravi gouthamr
Core Reviewers Amit Oren amito
Carlos Eduardo carloss
Douglas Viroel dviroel
Rodrigo Barbieri ganso
Thomas Bechtold toabctl
Tom Barron tbarron
Victoria Martinez de la Cruz vkmc
Xing Yang xyang
Bug Czar Vida Haririan vhari

Meetings

Project Agenda & Meetings

Documentation

Project Plan & Progress

Manila Work for Stein Cycle

Design & Use Cases

The following wiki documents are design specifications. They should not be treated as documentation. Since the Newton release, design specifications are hosted here

Known issues

Connection to neutron failed.

Subpages


Manila/ManilaWithGREtunnels

Manila/ManilaWithVXLANtunnels

Manila/Manila Devstack Script

Manila/Setting up Manila Network Plugins