SlideShare a Scribd company logo
“3-2-1, Action”
Running OpenStack Shared File System Service
in Production
OpenStack Summit Barcelona – Oct 25, 2016
Today’s Directors
Anika Suri Tom Barron Sean Cohen
Technical Alliance
Manager
NetApp
anika.suri@netapp.com
Senior Software
Engineer
Red Hat
tbarron@redhat.com
OpenStack Product
Manager
Red Hat
scohen@redhat.com
Scenes to be shot today
●  Share of Deployments of Openstack in Production
●  Market trends
●  Meet our main character-Manila
●  Action scenes
●  Production-grade Deployments of Manila Shares
●  The road to Ocata
●  Some production considerations
●  Supporting work for Manila in other projects
●  Key takeaways
●  Q&A
from
Share of Deployments of OpenStack in Production
to
Production-grade Deployments of Manila Shares
3-2-1 Action! Running OpenStack Shared File System Service in Production
OpenStack Foundation October 2016 Survey
Share of deployments in production is 20% greater than a year ago
Strong OpenStack Deployment in Production and Pilots
Red Hat has over 350+ private
cloud customers and ~40 POCs
underway at any given time,
which aligns with this data.
Over 40% are in production and/or are undergoing a proof of concept with OpenStack,
while 20% are preparing to deploy OpenStack
Source: OpenStack & Cloud Customer Insights Research, September 2016, Red Hat
7
OpenStack Used for Variety of Legacy & New Workloads
OpenStack is not
used only for net-new,
cloud-native
workloads but for a
variety of existing and
new workloads
Over 60% are using OpenStack for existing virtualized workloads as well as new cloud-
optimized workloads
Source: OpenStack & Cloud Customer Insights Research,
September 2016, Red Hat 8
9 NetApp Insight © 2016 NetApp, Inc. All rights reserved. NetApp Confidential – Limited Use Only
Of all storage sold is for
file-based use cases
* Per IDC
OpenStack Foundation 2016 Survey
Project adoption for emerging projects forecasts growth (October 2016)
NetApp is the founder of, leading contributor to, and most widely deployed option for Manila
OpenStack Foundation 2016 Survey
11 NetApp Insight © 2016 NetApp, Inc. All rights reserved. NetApp Confidential – Limited Use Only
Shared File System Drivers in Use (April 2016 )
The Age of Cloud Share Services
File Share Service Market Trends
●  OpenStack Manila: June 2013
●  Microsoft Azure Files: May 2014
●  Amazon Web Services Elastic File Services: April 2015
Meet our Main Character
Meet OpenStack Shared File System Service
Multi-tenant, secure file share as a service
●  An Open, Standard API for File
System Provisioning and
Management that is designed to
provide a multi-tenant, secure file
share as a service across
OpenStack Compute instances.
●  Vendor neutral API for provisioning
and attaching filesystem-based
storage such as NFS, CIFS,
CephFS, HDFS and other network
filesystems.
Action scenes
Manila Use Cases
●  Support traditional enterprise applications
●  Provide Elastic and Scale file shares
●  Support “cloud-native” workloads, such DBaaS
●  Big Data – via Manila’s HDFS native driver plugin
●  DevOps / On-Demand development and build environments
●  Integration with existing automation frameworks through REST
API or CLI
●  Hybrid Cloud shares (external consumption of shares / migration
of workloads to the cloud from on-premise file shares)
●  NFV/Telco - use case example: store emails headers and bodies
in Manila shares and the the attachment in object storage.
●  Persistent Shared storage for Containers
Use Case I
Move traditional workloads without rewriting them
●  Manila service makes it easier to
transition traditional virtualized enterprise
applications workloads into the cloud
infrastructure without requiring to rewrite
the applications stack, while gaining
lower cost and more heterogeneous
infrastructure.
●  Key requirement:
○ Shared resources
○ High Availability
○ Disaster Recovery
Use Case II
Storage as a Service (Private or Public Cloud)
●  Extend your Storage as a Services
with your own shared file systems
(Similar to AWS EFS)
●  Manila delivers a durable, high-
throughput file system for content-
management systems that store and
serve information for a range of
applications, such as websites, online
publications, email attachments and
archives.
Use Case III
DevOps
●  Challenge:
Speed up Dev and Test refresh
●  Solution:
Run test in parallel by leveraging
containers and cloned Manila shares.
●  Automate database deployment by
leveraging both custom and Trove-based
services.
●  Infrastructure self-service
Production-grade Deployments of Manila Shares
Manila in Red Hat OpenStack Platform 10
●  Production-grade
automated
deployment of
Manila service with
OSP director with
High Availability
●  Horizon dashboard
support (via Manila
UI plugin)
Integration with NetApp Manila Driver
●  With OSP 10 release, the director can now deploy the Shared File System with a
NetApp on the overcloud.
●  NetApp unified driver Certified backend
●  Allows the Shared File System service to use NetApp storage controllers
(running Data ONTAP) as a back end.
Integration with NetApp Manila Driver
In addition to all the standard features all Manila drivers support, the NetApp
driver supports:
●  Expand/shrink shares (All drivers can expand but shrink is optional)
●  Manage/unmanage shares (for importing and exporting data to/from Manila)
●  Snapshot and clone from snapshot are both supported and space/time
efficient
●  Share replication (to address DR use cases)
●  Share servers (in addition to no-share-servers) for extra tenant isolation
The road to Ocata
PIc credit: K. Basil
Manila features in Newton
Manila Today -
●  Number of Drivers: 23
●  Blueprints Completed: 14
●  Specs* new with Newton:
○  13 specs proposed
○  5 accepted
■  Share Migration Improvements
■  Store auth secrets in access map
■  Share networks span subnets
■  Share revert-to-snapshot
■  Hierarchical Port Binding
* https://review.openstack.org/#/q/project:openstack/manila-specs
New in Newton
●  Snapshot instance admin APIs
●  Extend share and extend snapshot APIs enhancements
●  Scheduler improvements for thin provisioning, driver filter and
Goodness weigher
●  Access list api enhanced to return access key
●  Network gateway & MTU DB support; port-binding support
●  Many share migration and data service fixes and improvements*
●  Share replication improvements*
* Experimental Features
http://docs.openstack.org/releasenotes/manila/newton.html
Some Production Considerations...
Don’t use Reference Implementation drivers in production!
●  Generic driver is unstable and not cut for scale
Core vs. Experimental and Microversioned APIs
Experimental Features:
●  Consistency Groups
●  Consistency Group Snapshots
●  Share Migration and Data Services
●  Share Replication
Experimental APIs may be changed at will, even removed.
Microversions allow new implementations to break backwards
compatibility while maintaining support for earlier versions of the APIs.
Newton share driver work
New drivers: Docker, Tegile IntelliFlash, Hitachi HSP,
NexentaStor
●  NetApp cDOT driver hybrid aggregate support
●  NetApp cDOT driver snapshot manage/unmanage support
●  CephFS Native Driver (Read-only share support)
●  CephFS Native Driver returns access key
●  Huawei added share replication support
●  EMC Unity driver added NFS/CIFS plugin
●  Hitachi HNAS CIFS support
●  GlusterFS new volume XML schema support
●  GPFS driver NFS Ganesha support
●  ZFSonLinux manage-snapshot support
●  Oracle ZFSSA driver supports manage/unmanage shares
●  Various fixes and enhancements to HPE 3PAR, Hitachi HSP, Huawei, Native
CephFS, NetApp cDOT, ZFSonLinux, and Windows drivers.
Supporting work for Manila in other projects
●  TripleO heat templates and puppet manifests using new
composable/custom roles infrastructure to support overcloud deployment with
NetApp and native CephFS backends.
●  Ganesha work on dynamic update of exports via d-bus
○  Lack of this capability was holding up use of Ganesha by Docker driver
○  Glusterfs and GPFS drivers use today
○  CephFS driver will use Ganesha for NFS gateway
●  Tempest library stable interfaces to improve CI stability
●  Security Vulnerability Management (when CVE’s hit), Barbican example
●  Monitoring, Troubleshooting and Telemetry
●  Kolla have added the support for deploying Manila (for running Manila
services containerized)
●  Fuxi – Docker Manila use for shared persistent volume
New High Availability architecture
Pacemaker systemd
HAProxy / VIPs A/A OpenStack Services
RabbitMQ Memcached
Galera manila-api
manila-share manila-scheduler
Redis
•  Default for new deployments, upgrades to OSP 10 and higher
•  Fencing enabled for Pacemaker managed services when/where required
(testing to determine this)
TripleO Manila Service HA Architecture
Ocata focus and beyond
●  New spec process has been proposed to provide more focus
○  Have fewer features in flight, more finished
●  Begin journey to scalable, active-active services
○  consistent model for avoiding races
○  How to scale out services across multiple nodes while still avoiding races
○  Exploit composable role TripleO infra
●  High Availability & Disaster Recovery
○  Replication, Backup, Snapshots
○  Common understanding of AZs and failure domains for services, resources,
networks, ...
●  Migration, Data Service, Storage/Network protocol independence
○  Single node, scale-out services
○  Continue to refine AZs in manila
■  What are are the relevant failure domains?
■  How to map these to independent services, networks, resources?
Key Takeaways
Why NetApp and Manila for OpenStack?
NetApp lets you manage and maintain control of
your data across cloud environments at all times
Data
control
Cost-effective
storage
Extreme
performance
Enterprise
capabilities
Why Red Hat and Manila for OpenStack?
© 2016 NetApp, Inc. All rights reserved.35
Commercially
hardened code
Integration with the
Red Hat stack
World-class support
and services
Enterprise software
life cycle
Global partner
ecosystem
Red Hat makes OpenStack safe, secure,
and consumable for production-grade use
Red Hat OpenStack Platform
deployed on NetApp delivers an enterprise-grade,
OpenStack-based, hybrid cloud solution that helps you
transform IT into a strategic business partner.
Low riskSecure Fast to deploy ReliableManageable
© 2016 NetApp, Inc. All rights reserved.36
NetApp
	
•  ThePub @ NetApp- netapp.io
•  Deployment & Operations Guide
•  Reference Architectures
•  News & Updates
•  Community & Support
•  Lab on Demand- Guides customers through NetApp
advantages for file-share storage and block storage.
Go to: https://labondemand.netapp.com
•  Customer Test Drive- Take a test drive on NetApp
Cloud ONTAP with OpenStack running on AWS, and
experience the best Data Management & Storage
Solutions for OpenStack. Go to:
http://cloud.netapp.com/try-it-now
	
Red Hat
●  Red Hat OpenStack Platform
○  Download the latest OSP software
●  Red Hat OpenStack Platform
○  Shared File System as a Service
Guides:
■  Manila Deployment Guide
■  Deploying Manila via Director
with a NetAPP Backend
●  Red Hat Storage
○  Learn about Manila and Ceph
●  Red Hat OpenStack Blog
○  redhatstack.com
Q&A
Related Sessions @ Summit
●  Manila Share Data Does Not Simply Move and Protect Itself, Oh Wait, It Does!
Thu 27 4:40pm-5:20pm CCIB - P1 - Room 116
●  What's New in OpenStack File Share Services (Manila)
Thu 27 5:30pm-6:10pm CCIB - P1 - Room 117
Ad

Recommended

An Introduction to Red Hat Enterprise Linux OpenStack Platform
An Introduction to Red Hat Enterprise Linux OpenStack Platform
Rhys Oxenham
 
Open stack + Containers + Hyper-V
Open stack + Containers + Hyper-V
Sriram Subramanian
 
OpenStack + Nano Server + Hyper-V + S2D
OpenStack + Nano Server + Hyper-V + S2D
Alessandro Pilotti
 
The Analytic Platform behind IBM’s Watson Data Platform - Big Data Spain 2017
The Analytic Platform behind IBM’s Watson Data Platform - Big Data Spain 2017
Luciano Resende
 
OpenStack Days East -- MySQL Options in OpenStack
OpenStack Days East -- MySQL Options in OpenStack
Matt Lord
 
OpenStack Kilo - April 2015
OpenStack Kilo - April 2015
OpenStack Foundation
 
Red Hat presentatie: Open stack Latest Pure Tech
Red Hat presentatie: Open stack Latest Pure Tech
ProxyServices
 
What's Next in OpenStack? A Glimpse At The Roadmap
What's Next in OpenStack? A Glimpse At The Roadmap
ShamailXD
 
Best practices and lessons learnt from Running Apache NiFi at Renault
Best practices and lessons learnt from Running Apache NiFi at Renault
DataWorks Summit
 
TOSCA in Practice with ARIA
TOSCA in Practice with ARIA
Cloudify Community
 
Openstackoverview-DEC2013
Openstackoverview-DEC2013
Michael Lessard
 
Introduction into ARIA
Introduction into ARIA
Arthur Berezin
 
TOSCA and OpenTOSCA: TOSCA Introduction and OpenTOSCA Ecosystem Overview
TOSCA and OpenTOSCA: TOSCA Introduction and OpenTOSCA Ecosystem Overview
OpenTOSCA
 
Red Hat OpenStack - Open Cloud Infrastructure
Red Hat OpenStack - Open Cloud Infrastructure
Alex Baretto
 
2011 Essex Summit: Openstack/Hyper-V clouds
2011 Essex Summit: Openstack/Hyper-V clouds
ppouliot
 
Openstack Benelux Conference 2014 Red Hat Keynote
Openstack Benelux Conference 2014 Red Hat Keynote
Microsoft
 
Application and Network Orchestration using Heat & Tosca
Application and Network Orchestration using Heat & Tosca
Nati Shalom
 
The Future of Apache Ambari
The Future of Apache Ambari
DataWorks Summit
 
BYOP: Custom Processor Development with Apache NiFi
BYOP: Custom Processor Development with Apache NiFi
DataWorks Summit
 
Apache NiFi SDLC Improvements
Apache NiFi SDLC Improvements
Bryan Bende
 
An Evaluation of OpenStack Deployment Frameworks
An Evaluation of OpenStack Deployment Frameworks
shane_gibson
 
OpenStack Benelux Conference 2014 | Plenair | RedHat
OpenStack Benelux Conference 2014 | Plenair | RedHat
Guston Remie
 
Designing OpenStack Architectures
Designing OpenStack Architectures
Mirantis
 
Open cloud infrastructure built for the enterprise
Open cloud infrastructure built for the enterprise
RedHatInc
 
Real World Example of Orchestrating Docker, Node JS, NFV on OpenStack
Real World Example of Orchestrating Docker, Node JS, NFV on OpenStack
Nati Shalom
 
[OpenStack Day in Korea] Keynote#2 - Bringing OpenStack to the Enterprise Dat...
[OpenStack Day in Korea] Keynote#2 - Bringing OpenStack to the Enterprise Dat...
Sungjin Kang
 
Scenic City Summit (2021): Real-Time Streaming in any and all clouds, hybrid...
Scenic City Summit (2021): Real-Time Streaming in any and all clouds, hybrid...
Timothy Spann
 
OpenStack in Action 4! Franz Meyer - What Use Case does Red Hat Enterprise ...
OpenStack in Action 4! Franz Meyer - What Use Case does Red Hat Enterprise ...
eNovance
 
The State of Ceph, Manila, and Containers in OpenStack
The State of Ceph, Manila, and Containers in OpenStack
Sage Weil
 
Openstack day manila_netapp
Openstack day manila_netapp
Sangwon Seo
 

More Related Content

What's hot (20)

Best practices and lessons learnt from Running Apache NiFi at Renault
Best practices and lessons learnt from Running Apache NiFi at Renault
DataWorks Summit
 
TOSCA in Practice with ARIA
TOSCA in Practice with ARIA
Cloudify Community
 
Openstackoverview-DEC2013
Openstackoverview-DEC2013
Michael Lessard
 
Introduction into ARIA
Introduction into ARIA
Arthur Berezin
 
TOSCA and OpenTOSCA: TOSCA Introduction and OpenTOSCA Ecosystem Overview
TOSCA and OpenTOSCA: TOSCA Introduction and OpenTOSCA Ecosystem Overview
OpenTOSCA
 
Red Hat OpenStack - Open Cloud Infrastructure
Red Hat OpenStack - Open Cloud Infrastructure
Alex Baretto
 
2011 Essex Summit: Openstack/Hyper-V clouds
2011 Essex Summit: Openstack/Hyper-V clouds
ppouliot
 
Openstack Benelux Conference 2014 Red Hat Keynote
Openstack Benelux Conference 2014 Red Hat Keynote
Microsoft
 
Application and Network Orchestration using Heat & Tosca
Application and Network Orchestration using Heat & Tosca
Nati Shalom
 
The Future of Apache Ambari
The Future of Apache Ambari
DataWorks Summit
 
BYOP: Custom Processor Development with Apache NiFi
BYOP: Custom Processor Development with Apache NiFi
DataWorks Summit
 
Apache NiFi SDLC Improvements
Apache NiFi SDLC Improvements
Bryan Bende
 
An Evaluation of OpenStack Deployment Frameworks
An Evaluation of OpenStack Deployment Frameworks
shane_gibson
 
OpenStack Benelux Conference 2014 | Plenair | RedHat
OpenStack Benelux Conference 2014 | Plenair | RedHat
Guston Remie
 
Designing OpenStack Architectures
Designing OpenStack Architectures
Mirantis
 
Open cloud infrastructure built for the enterprise
Open cloud infrastructure built for the enterprise
RedHatInc
 
Real World Example of Orchestrating Docker, Node JS, NFV on OpenStack
Real World Example of Orchestrating Docker, Node JS, NFV on OpenStack
Nati Shalom
 
[OpenStack Day in Korea] Keynote#2 - Bringing OpenStack to the Enterprise Dat...
[OpenStack Day in Korea] Keynote#2 - Bringing OpenStack to the Enterprise Dat...
Sungjin Kang
 
Scenic City Summit (2021): Real-Time Streaming in any and all clouds, hybrid...
Scenic City Summit (2021): Real-Time Streaming in any and all clouds, hybrid...
Timothy Spann
 
OpenStack in Action 4! Franz Meyer - What Use Case does Red Hat Enterprise ...
OpenStack in Action 4! Franz Meyer - What Use Case does Red Hat Enterprise ...
eNovance
 
Best practices and lessons learnt from Running Apache NiFi at Renault
Best practices and lessons learnt from Running Apache NiFi at Renault
DataWorks Summit
 
Openstackoverview-DEC2013
Openstackoverview-DEC2013
Michael Lessard
 
Introduction into ARIA
Introduction into ARIA
Arthur Berezin
 
TOSCA and OpenTOSCA: TOSCA Introduction and OpenTOSCA Ecosystem Overview
TOSCA and OpenTOSCA: TOSCA Introduction and OpenTOSCA Ecosystem Overview
OpenTOSCA
 
Red Hat OpenStack - Open Cloud Infrastructure
Red Hat OpenStack - Open Cloud Infrastructure
Alex Baretto
 
2011 Essex Summit: Openstack/Hyper-V clouds
2011 Essex Summit: Openstack/Hyper-V clouds
ppouliot
 
Openstack Benelux Conference 2014 Red Hat Keynote
Openstack Benelux Conference 2014 Red Hat Keynote
Microsoft
 
Application and Network Orchestration using Heat & Tosca
Application and Network Orchestration using Heat & Tosca
Nati Shalom
 
The Future of Apache Ambari
The Future of Apache Ambari
DataWorks Summit
 
BYOP: Custom Processor Development with Apache NiFi
BYOP: Custom Processor Development with Apache NiFi
DataWorks Summit
 
Apache NiFi SDLC Improvements
Apache NiFi SDLC Improvements
Bryan Bende
 
An Evaluation of OpenStack Deployment Frameworks
An Evaluation of OpenStack Deployment Frameworks
shane_gibson
 
OpenStack Benelux Conference 2014 | Plenair | RedHat
OpenStack Benelux Conference 2014 | Plenair | RedHat
Guston Remie
 
Designing OpenStack Architectures
Designing OpenStack Architectures
Mirantis
 
Open cloud infrastructure built for the enterprise
Open cloud infrastructure built for the enterprise
RedHatInc
 
Real World Example of Orchestrating Docker, Node JS, NFV on OpenStack
Real World Example of Orchestrating Docker, Node JS, NFV on OpenStack
Nati Shalom
 
[OpenStack Day in Korea] Keynote#2 - Bringing OpenStack to the Enterprise Dat...
[OpenStack Day in Korea] Keynote#2 - Bringing OpenStack to the Enterprise Dat...
Sungjin Kang
 
Scenic City Summit (2021): Real-Time Streaming in any and all clouds, hybrid...
Scenic City Summit (2021): Real-Time Streaming in any and all clouds, hybrid...
Timothy Spann
 
OpenStack in Action 4! Franz Meyer - What Use Case does Red Hat Enterprise ...
OpenStack in Action 4! Franz Meyer - What Use Case does Red Hat Enterprise ...
eNovance
 

Viewers also liked (13)

The State of Ceph, Manila, and Containers in OpenStack
The State of Ceph, Manila, and Containers in OpenStack
Sage Weil
 
Openstack day manila_netapp
Openstack day manila_netapp
Sangwon Seo
 
やっとでた! OpenStack Manila
やっとでた! OpenStack Manila
Takeshi Kuramochi
 
OpenStack Overview: Deployments and the Big Tent, Toronto 2016
OpenStack Overview: Deployments and the Big Tent, Toronto 2016
Jonathan Le Lous
 
How to contribute to OpenStack
How to contribute to OpenStack
Opsta
 
Mastering OpenStack - Episode 12 - Network Design
Mastering OpenStack - Episode 12 - Network Design
Roozbeh Shafiee
 
Benchmarking Amazon vs Alibaba
Benchmarking Amazon vs Alibaba
Nino Luigi Zegarra Malatesta
 
Oracle Cloud Day(IaaS, PaaS,SaaS) - AIOUG Hyd Chapter
Oracle Cloud Day(IaaS, PaaS,SaaS) - AIOUG Hyd Chapter
aioughydchapter
 
Differences between OpenStack and AWS
Differences between OpenStack and AWS
Edureka!
 
Deep dive into highly available open stack architecture openstack summit va...
Deep dive into highly available open stack architecture openstack summit va...
Arthur Berezin
 
Oracle Cloud Networking And Security Exposed
Oracle Cloud Networking And Security Exposed
Riccardo Romani
 
Introduction to Amazon Web Services
Introduction to Amazon Web Services
Robert Greiner
 
Oracle on premises and oracle cloud - how to coexist webinar
Oracle on premises and oracle cloud - how to coexist webinar
Panaya
 
The State of Ceph, Manila, and Containers in OpenStack
The State of Ceph, Manila, and Containers in OpenStack
Sage Weil
 
Openstack day manila_netapp
Openstack day manila_netapp
Sangwon Seo
 
やっとでた! OpenStack Manila
やっとでた! OpenStack Manila
Takeshi Kuramochi
 
OpenStack Overview: Deployments and the Big Tent, Toronto 2016
OpenStack Overview: Deployments and the Big Tent, Toronto 2016
Jonathan Le Lous
 
How to contribute to OpenStack
How to contribute to OpenStack
Opsta
 
Mastering OpenStack - Episode 12 - Network Design
Mastering OpenStack - Episode 12 - Network Design
Roozbeh Shafiee
 
Oracle Cloud Day(IaaS, PaaS,SaaS) - AIOUG Hyd Chapter
Oracle Cloud Day(IaaS, PaaS,SaaS) - AIOUG Hyd Chapter
aioughydchapter
 
Differences between OpenStack and AWS
Differences between OpenStack and AWS
Edureka!
 
Deep dive into highly available open stack architecture openstack summit va...
Deep dive into highly available open stack architecture openstack summit va...
Arthur Berezin
 
Oracle Cloud Networking And Security Exposed
Oracle Cloud Networking And Security Exposed
Riccardo Romani
 
Introduction to Amazon Web Services
Introduction to Amazon Web Services
Robert Greiner
 
Oracle on premises and oracle cloud - how to coexist webinar
Oracle on premises and oracle cloud - how to coexist webinar
Panaya
 
Ad

Similar to 3-2-1 Action! Running OpenStack Shared File System Service in Production (20)

Manila, an update from Liberty, OpenStack Summit - Tokyo
Manila, an update from Liberty, OpenStack Summit - Tokyo
Sean Cohen
 
Manila-An Update from Liberty
Manila-An Update from Liberty
akshai_sarathy
 
Big data analytics and docker the thrilla in manila
Big data analytics and docker the thrilla in manila
Dean Hildebrand
 
St.Louis OpenStack February meetup
St.Louis OpenStack February meetup
openstackstl
 
Manila project update_train_shanghai
Manila project update_train_shanghai
TomBarron
 
OpenStack- A ringside view of Services and Architecture
OpenStack- A ringside view of Services and Architecture
Ritesh Somani
 
CEPH DAY BERLIN - PRACTICAL CEPHFS AND NFS USING OPENSTACK MANILA
CEPH DAY BERLIN - PRACTICAL CEPHFS AND NFS USING OPENSTACK MANILA
Ceph Community
 
Practical CephFS with nfs today using OpenStack Manila - Ceph Day Berlin - 12...
Practical CephFS with nfs today using OpenStack Manila - Ceph Day Berlin - 12...
TomBarron
 
OpenStack Storage - an Overview
OpenStack Storage - an Overview
Nilesh Bhosale
 
OpenStack in an Ever Expanding World of Possibilities - Vancouver 2015 Summit
OpenStack in an Ever Expanding World of Possibilities - Vancouver 2015 Summit
Lew Tucker
 
NetApp-openstack-liberty-deployment-ops-guide
NetApp-openstack-liberty-deployment-ops-guide
Jon Olby
 
What You Missed: OpenStack Summit Austin
What You Missed: OpenStack Summit Austin
NetApp
 
Some Advanced OpenStack Overview Document
Some Advanced OpenStack Overview Document
TrungPhamVan10
 
10 Years of OpenStack at CERN - From 0 to 300k cores
10 Years of OpenStack at CERN - From 0 to 300k cores
Belmiro Moreira
 
Build your Software Defined Datacenter in a click
Build your Software Defined Datacenter in a click
Michele Naldini
 
OpenStack and NetApp - Chen Reuven - OpenStack Day Israel 2017
OpenStack and NetApp - Chen Reuven - OpenStack Day Israel 2017
Cloud Native Day Tel Aviv
 
Continuously Design your Continuous Deployment
Continuously Design your Continuous Deployment
Michael Elder
 
DEVNET-1106 Upcoming Services in OpenStack
DEVNET-1106 Upcoming Services in OpenStack
Cisco DevNet
 
What is the OpenStack Platform? By Peter Dens - Kangaroot
What is the OpenStack Platform? By Peter Dens - Kangaroot
Kangaroot
 
Oct meetup open stack 101 clean
Oct meetup open stack 101 clean
benrodrigue
 
Manila, an update from Liberty, OpenStack Summit - Tokyo
Manila, an update from Liberty, OpenStack Summit - Tokyo
Sean Cohen
 
Manila-An Update from Liberty
Manila-An Update from Liberty
akshai_sarathy
 
Big data analytics and docker the thrilla in manila
Big data analytics and docker the thrilla in manila
Dean Hildebrand
 
St.Louis OpenStack February meetup
St.Louis OpenStack February meetup
openstackstl
 
Manila project update_train_shanghai
Manila project update_train_shanghai
TomBarron
 
OpenStack- A ringside view of Services and Architecture
OpenStack- A ringside view of Services and Architecture
Ritesh Somani
 
CEPH DAY BERLIN - PRACTICAL CEPHFS AND NFS USING OPENSTACK MANILA
CEPH DAY BERLIN - PRACTICAL CEPHFS AND NFS USING OPENSTACK MANILA
Ceph Community
 
Practical CephFS with nfs today using OpenStack Manila - Ceph Day Berlin - 12...
Practical CephFS with nfs today using OpenStack Manila - Ceph Day Berlin - 12...
TomBarron
 
OpenStack Storage - an Overview
OpenStack Storage - an Overview
Nilesh Bhosale
 
OpenStack in an Ever Expanding World of Possibilities - Vancouver 2015 Summit
OpenStack in an Ever Expanding World of Possibilities - Vancouver 2015 Summit
Lew Tucker
 
NetApp-openstack-liberty-deployment-ops-guide
NetApp-openstack-liberty-deployment-ops-guide
Jon Olby
 
What You Missed: OpenStack Summit Austin
What You Missed: OpenStack Summit Austin
NetApp
 
Some Advanced OpenStack Overview Document
Some Advanced OpenStack Overview Document
TrungPhamVan10
 
10 Years of OpenStack at CERN - From 0 to 300k cores
10 Years of OpenStack at CERN - From 0 to 300k cores
Belmiro Moreira
 
Build your Software Defined Datacenter in a click
Build your Software Defined Datacenter in a click
Michele Naldini
 
OpenStack and NetApp - Chen Reuven - OpenStack Day Israel 2017
OpenStack and NetApp - Chen Reuven - OpenStack Day Israel 2017
Cloud Native Day Tel Aviv
 
Continuously Design your Continuous Deployment
Continuously Design your Continuous Deployment
Michael Elder
 
DEVNET-1106 Upcoming Services in OpenStack
DEVNET-1106 Upcoming Services in OpenStack
Cisco DevNet
 
What is the OpenStack Platform? By Peter Dens - Kangaroot
What is the OpenStack Platform? By Peter Dens - Kangaroot
Kangaroot
 
Oct meetup open stack 101 clean
Oct meetup open stack 101 clean
benrodrigue
 
Ad

More from Sean Cohen (11)

Storage 101: Rook and Ceph - Open Infrastructure Denver 2019
Storage 101: Rook and Ceph - Open Infrastructure Denver 2019
Sean Cohen
 
How to Survive an OpenStack Cloud Meltdown with Ceph
How to Survive an OpenStack Cloud Meltdown with Ceph
Sean Cohen
 
Peanut Butter and jelly: Mapping the deep Integration between Ceph and OpenStack
Peanut Butter and jelly: Mapping the deep Integration between Ceph and OpenStack
Sean Cohen
 
Protecting the Galaxy - Multi-Region Disaster Recovery with OpenStack and Ceph
Protecting the Galaxy - Multi-Region Disaster Recovery with OpenStack and Ceph
Sean Cohen
 
The road to enterprise ready open stack storage as service
The road to enterprise ready open stack storage as service
Sean Cohen
 
Dude where's my volume, open stack summit vancouver 2015
Dude where's my volume, open stack summit vancouver 2015
Sean Cohen
 
When disaster strikes the cloud: Who, what, when, where and how to recover
When disaster strikes the cloud: Who, what, when, where and how to recover
Sean Cohen
 
Deterministic capacity planning for OpenStack as elastic cloud infrastructure
Deterministic capacity planning for OpenStack as elastic cloud infrastructure
Sean Cohen
 
Deep dive into OpenStack storage, Sean Cohen, Red Hat
Deep dive into OpenStack storage, Sean Cohen, Red Hat
Sean Cohen
 
Kvm forum 2013 - future integration points for oVirt storage
Kvm forum 2013 - future integration points for oVirt storage
Sean Cohen
 
Integration of Storage, OpenStack & Virtualization
Integration of Storage, OpenStack & Virtualization
Sean Cohen
 
Storage 101: Rook and Ceph - Open Infrastructure Denver 2019
Storage 101: Rook and Ceph - Open Infrastructure Denver 2019
Sean Cohen
 
How to Survive an OpenStack Cloud Meltdown with Ceph
How to Survive an OpenStack Cloud Meltdown with Ceph
Sean Cohen
 
Peanut Butter and jelly: Mapping the deep Integration between Ceph and OpenStack
Peanut Butter and jelly: Mapping the deep Integration between Ceph and OpenStack
Sean Cohen
 
Protecting the Galaxy - Multi-Region Disaster Recovery with OpenStack and Ceph
Protecting the Galaxy - Multi-Region Disaster Recovery with OpenStack and Ceph
Sean Cohen
 
The road to enterprise ready open stack storage as service
The road to enterprise ready open stack storage as service
Sean Cohen
 
Dude where's my volume, open stack summit vancouver 2015
Dude where's my volume, open stack summit vancouver 2015
Sean Cohen
 
When disaster strikes the cloud: Who, what, when, where and how to recover
When disaster strikes the cloud: Who, what, when, where and how to recover
Sean Cohen
 
Deterministic capacity planning for OpenStack as elastic cloud infrastructure
Deterministic capacity planning for OpenStack as elastic cloud infrastructure
Sean Cohen
 
Deep dive into OpenStack storage, Sean Cohen, Red Hat
Deep dive into OpenStack storage, Sean Cohen, Red Hat
Sean Cohen
 
Kvm forum 2013 - future integration points for oVirt storage
Kvm forum 2013 - future integration points for oVirt storage
Sean Cohen
 
Integration of Storage, OpenStack & Virtualization
Integration of Storage, OpenStack & Virtualization
Sean Cohen
 

Recently uploaded (20)

AI vs Human Writing: Can You Tell the Difference?
AI vs Human Writing: Can You Tell the Difference?
Shashi Sathyanarayana, Ph.D
 
Curietech AI in action - Accelerate MuleSoft development
Curietech AI in action - Accelerate MuleSoft development
shyamraj55
 
You are not excused! How to avoid security blind spots on the way to production
You are not excused! How to avoid security blind spots on the way to production
Michele Leroux Bustamante
 
OpenACC and Open Hackathons Monthly Highlights June 2025
OpenACC and Open Hackathons Monthly Highlights June 2025
OpenACC
 
Quantum AI Discoveries: Fractal Patterns Consciousness and Cyclical Universes
Quantum AI Discoveries: Fractal Patterns Consciousness and Cyclical Universes
Saikat Basu
 
Techniques for Automatic Device Identification and Network Assignment.pdf
Techniques for Automatic Device Identification and Network Assignment.pdf
Priyanka Aash
 
Using the SQLExecutor for Data Quality Management: aka One man's love for the...
Using the SQLExecutor for Data Quality Management: aka One man's love for the...
Safe Software
 
Mastering AI Workflows with FME by Mark Döring
Mastering AI Workflows with FME by Mark Döring
Safe Software
 
"Database isolation: how we deal with hundreds of direct connections to the d...
"Database isolation: how we deal with hundreds of direct connections to the d...
Fwdays
 
Smarter Aviation Data Management: Lessons from Swedavia Airports and Sweco
Smarter Aviation Data Management: Lessons from Swedavia Airports and Sweco
Safe Software
 
"Scaling in space and time with Temporal", Andriy Lupa.pdf
"Scaling in space and time with Temporal", Andriy Lupa.pdf
Fwdays
 
GenAI Opportunities and Challenges - Where 370 Enterprises Are Focusing Now.pdf
GenAI Opportunities and Challenges - Where 370 Enterprises Are Focusing Now.pdf
Priyanka Aash
 
From Manual to Auto Searching- FME in the Driver's Seat
From Manual to Auto Searching- FME in the Driver's Seat
Safe Software
 
ReSTIR [DI]: Spatiotemporal reservoir resampling for real-time ray tracing ...
ReSTIR [DI]: Spatiotemporal reservoir resampling for real-time ray tracing ...
revolcs10
 
The Future of Product Management in AI ERA.pdf
The Future of Product Management in AI ERA.pdf
Alyona Owens
 
The Future of Technology: 2025-2125 by Saikat Basu.pdf
The Future of Technology: 2025-2125 by Saikat Basu.pdf
Saikat Basu
 
Tech-ASan: Two-stage check for Address Sanitizer - Yixuan Cao.pdf
Tech-ASan: Two-stage check for Address Sanitizer - Yixuan Cao.pdf
caoyixuan2019
 
Wenn alles versagt - IBM Tape schützt, was zählt! Und besonders mit dem neust...
Wenn alles versagt - IBM Tape schützt, was zählt! Und besonders mit dem neust...
Josef Weingand
 
Connecting Data and Intelligence: The Role of FME in Machine Learning
Connecting Data and Intelligence: The Role of FME in Machine Learning
Safe Software
 
Salesforce Summer '25 Release Frenchgathering.pptx.pdf
Salesforce Summer '25 Release Frenchgathering.pptx.pdf
yosra Saidani
 
AI vs Human Writing: Can You Tell the Difference?
AI vs Human Writing: Can You Tell the Difference?
Shashi Sathyanarayana, Ph.D
 
Curietech AI in action - Accelerate MuleSoft development
Curietech AI in action - Accelerate MuleSoft development
shyamraj55
 
You are not excused! How to avoid security blind spots on the way to production
You are not excused! How to avoid security blind spots on the way to production
Michele Leroux Bustamante
 
OpenACC and Open Hackathons Monthly Highlights June 2025
OpenACC and Open Hackathons Monthly Highlights June 2025
OpenACC
 
Quantum AI Discoveries: Fractal Patterns Consciousness and Cyclical Universes
Quantum AI Discoveries: Fractal Patterns Consciousness and Cyclical Universes
Saikat Basu
 
Techniques for Automatic Device Identification and Network Assignment.pdf
Techniques for Automatic Device Identification and Network Assignment.pdf
Priyanka Aash
 
Using the SQLExecutor for Data Quality Management: aka One man's love for the...
Using the SQLExecutor for Data Quality Management: aka One man's love for the...
Safe Software
 
Mastering AI Workflows with FME by Mark Döring
Mastering AI Workflows with FME by Mark Döring
Safe Software
 
"Database isolation: how we deal with hundreds of direct connections to the d...
"Database isolation: how we deal with hundreds of direct connections to the d...
Fwdays
 
Smarter Aviation Data Management: Lessons from Swedavia Airports and Sweco
Smarter Aviation Data Management: Lessons from Swedavia Airports and Sweco
Safe Software
 
"Scaling in space and time with Temporal", Andriy Lupa.pdf
"Scaling in space and time with Temporal", Andriy Lupa.pdf
Fwdays
 
GenAI Opportunities and Challenges - Where 370 Enterprises Are Focusing Now.pdf
GenAI Opportunities and Challenges - Where 370 Enterprises Are Focusing Now.pdf
Priyanka Aash
 
From Manual to Auto Searching- FME in the Driver's Seat
From Manual to Auto Searching- FME in the Driver's Seat
Safe Software
 
ReSTIR [DI]: Spatiotemporal reservoir resampling for real-time ray tracing ...
ReSTIR [DI]: Spatiotemporal reservoir resampling for real-time ray tracing ...
revolcs10
 
The Future of Product Management in AI ERA.pdf
The Future of Product Management in AI ERA.pdf
Alyona Owens
 
The Future of Technology: 2025-2125 by Saikat Basu.pdf
The Future of Technology: 2025-2125 by Saikat Basu.pdf
Saikat Basu
 
Tech-ASan: Two-stage check for Address Sanitizer - Yixuan Cao.pdf
Tech-ASan: Two-stage check for Address Sanitizer - Yixuan Cao.pdf
caoyixuan2019
 
Wenn alles versagt - IBM Tape schützt, was zählt! Und besonders mit dem neust...
Wenn alles versagt - IBM Tape schützt, was zählt! Und besonders mit dem neust...
Josef Weingand
 
Connecting Data and Intelligence: The Role of FME in Machine Learning
Connecting Data and Intelligence: The Role of FME in Machine Learning
Safe Software
 
Salesforce Summer '25 Release Frenchgathering.pptx.pdf
Salesforce Summer '25 Release Frenchgathering.pptx.pdf
yosra Saidani
 

3-2-1 Action! Running OpenStack Shared File System Service in Production

  • 1. “3-2-1, Action” Running OpenStack Shared File System Service in Production OpenStack Summit Barcelona – Oct 25, 2016
  • 2. Today’s Directors Anika Suri Tom Barron Sean Cohen Technical Alliance Manager NetApp [email protected] Senior Software Engineer Red Hat [email protected] OpenStack Product Manager Red Hat [email protected]
  • 3. Scenes to be shot today ●  Share of Deployments of Openstack in Production ●  Market trends ●  Meet our main character-Manila ●  Action scenes ●  Production-grade Deployments of Manila Shares ●  The road to Ocata ●  Some production considerations ●  Supporting work for Manila in other projects ●  Key takeaways ●  Q&A
  • 4. from Share of Deployments of OpenStack in Production to Production-grade Deployments of Manila Shares
  • 6. OpenStack Foundation October 2016 Survey Share of deployments in production is 20% greater than a year ago
  • 7. Strong OpenStack Deployment in Production and Pilots Red Hat has over 350+ private cloud customers and ~40 POCs underway at any given time, which aligns with this data. Over 40% are in production and/or are undergoing a proof of concept with OpenStack, while 20% are preparing to deploy OpenStack Source: OpenStack & Cloud Customer Insights Research, September 2016, Red Hat 7
  • 8. OpenStack Used for Variety of Legacy & New Workloads OpenStack is not used only for net-new, cloud-native workloads but for a variety of existing and new workloads Over 60% are using OpenStack for existing virtualized workloads as well as new cloud- optimized workloads Source: OpenStack & Cloud Customer Insights Research, September 2016, Red Hat 8
  • 9. 9 NetApp Insight © 2016 NetApp, Inc. All rights reserved. NetApp Confidential – Limited Use Only Of all storage sold is for file-based use cases * Per IDC
  • 10. OpenStack Foundation 2016 Survey Project adoption for emerging projects forecasts growth (October 2016)
  • 11. NetApp is the founder of, leading contributor to, and most widely deployed option for Manila OpenStack Foundation 2016 Survey 11 NetApp Insight © 2016 NetApp, Inc. All rights reserved. NetApp Confidential – Limited Use Only Shared File System Drivers in Use (April 2016 )
  • 12. The Age of Cloud Share Services File Share Service Market Trends ●  OpenStack Manila: June 2013 ●  Microsoft Azure Files: May 2014 ●  Amazon Web Services Elastic File Services: April 2015
  • 13. Meet our Main Character
  • 14. Meet OpenStack Shared File System Service Multi-tenant, secure file share as a service ●  An Open, Standard API for File System Provisioning and Management that is designed to provide a multi-tenant, secure file share as a service across OpenStack Compute instances. ●  Vendor neutral API for provisioning and attaching filesystem-based storage such as NFS, CIFS, CephFS, HDFS and other network filesystems.
  • 16. Manila Use Cases ●  Support traditional enterprise applications ●  Provide Elastic and Scale file shares ●  Support “cloud-native” workloads, such DBaaS ●  Big Data – via Manila’s HDFS native driver plugin ●  DevOps / On-Demand development and build environments ●  Integration with existing automation frameworks through REST API or CLI ●  Hybrid Cloud shares (external consumption of shares / migration of workloads to the cloud from on-premise file shares) ●  NFV/Telco - use case example: store emails headers and bodies in Manila shares and the the attachment in object storage. ●  Persistent Shared storage for Containers
  • 17. Use Case I Move traditional workloads without rewriting them ●  Manila service makes it easier to transition traditional virtualized enterprise applications workloads into the cloud infrastructure without requiring to rewrite the applications stack, while gaining lower cost and more heterogeneous infrastructure. ●  Key requirement: ○ Shared resources ○ High Availability ○ Disaster Recovery
  • 18. Use Case II Storage as a Service (Private or Public Cloud) ●  Extend your Storage as a Services with your own shared file systems (Similar to AWS EFS) ●  Manila delivers a durable, high- throughput file system for content- management systems that store and serve information for a range of applications, such as websites, online publications, email attachments and archives.
  • 19. Use Case III DevOps ●  Challenge: Speed up Dev and Test refresh ●  Solution: Run test in parallel by leveraging containers and cloned Manila shares. ●  Automate database deployment by leveraging both custom and Trove-based services. ●  Infrastructure self-service
  • 21. Manila in Red Hat OpenStack Platform 10 ●  Production-grade automated deployment of Manila service with OSP director with High Availability ●  Horizon dashboard support (via Manila UI plugin)
  • 22. Integration with NetApp Manila Driver ●  With OSP 10 release, the director can now deploy the Shared File System with a NetApp on the overcloud. ●  NetApp unified driver Certified backend ●  Allows the Shared File System service to use NetApp storage controllers (running Data ONTAP) as a back end.
  • 23. Integration with NetApp Manila Driver In addition to all the standard features all Manila drivers support, the NetApp driver supports: ●  Expand/shrink shares (All drivers can expand but shrink is optional) ●  Manage/unmanage shares (for importing and exporting data to/from Manila) ●  Snapshot and clone from snapshot are both supported and space/time efficient ●  Share replication (to address DR use cases) ●  Share servers (in addition to no-share-servers) for extra tenant isolation
  • 24. The road to Ocata PIc credit: K. Basil
  • 26. Manila Today - ●  Number of Drivers: 23 ●  Blueprints Completed: 14 ●  Specs* new with Newton: ○  13 specs proposed ○  5 accepted ■  Share Migration Improvements ■  Store auth secrets in access map ■  Share networks span subnets ■  Share revert-to-snapshot ■  Hierarchical Port Binding * https://review.openstack.org/#/q/project:openstack/manila-specs
  • 27. New in Newton ●  Snapshot instance admin APIs ●  Extend share and extend snapshot APIs enhancements ●  Scheduler improvements for thin provisioning, driver filter and Goodness weigher ●  Access list api enhanced to return access key ●  Network gateway & MTU DB support; port-binding support ●  Many share migration and data service fixes and improvements* ●  Share replication improvements* * Experimental Features http://docs.openstack.org/releasenotes/manila/newton.html
  • 28. Some Production Considerations... Don’t use Reference Implementation drivers in production! ●  Generic driver is unstable and not cut for scale Core vs. Experimental and Microversioned APIs Experimental Features: ●  Consistency Groups ●  Consistency Group Snapshots ●  Share Migration and Data Services ●  Share Replication Experimental APIs may be changed at will, even removed. Microversions allow new implementations to break backwards compatibility while maintaining support for earlier versions of the APIs.
  • 29. Newton share driver work New drivers: Docker, Tegile IntelliFlash, Hitachi HSP, NexentaStor ●  NetApp cDOT driver hybrid aggregate support ●  NetApp cDOT driver snapshot manage/unmanage support ●  CephFS Native Driver (Read-only share support) ●  CephFS Native Driver returns access key ●  Huawei added share replication support ●  EMC Unity driver added NFS/CIFS plugin ●  Hitachi HNAS CIFS support ●  GlusterFS new volume XML schema support ●  GPFS driver NFS Ganesha support ●  ZFSonLinux manage-snapshot support ●  Oracle ZFSSA driver supports manage/unmanage shares ●  Various fixes and enhancements to HPE 3PAR, Hitachi HSP, Huawei, Native CephFS, NetApp cDOT, ZFSonLinux, and Windows drivers.
  • 30. Supporting work for Manila in other projects ●  TripleO heat templates and puppet manifests using new composable/custom roles infrastructure to support overcloud deployment with NetApp and native CephFS backends. ●  Ganesha work on dynamic update of exports via d-bus ○  Lack of this capability was holding up use of Ganesha by Docker driver ○  Glusterfs and GPFS drivers use today ○  CephFS driver will use Ganesha for NFS gateway ●  Tempest library stable interfaces to improve CI stability ●  Security Vulnerability Management (when CVE’s hit), Barbican example ●  Monitoring, Troubleshooting and Telemetry ●  Kolla have added the support for deploying Manila (for running Manila services containerized) ●  Fuxi – Docker Manila use for shared persistent volume
  • 31. New High Availability architecture Pacemaker systemd HAProxy / VIPs A/A OpenStack Services RabbitMQ Memcached Galera manila-api manila-share manila-scheduler Redis •  Default for new deployments, upgrades to OSP 10 and higher •  Fencing enabled for Pacemaker managed services when/where required (testing to determine this) TripleO Manila Service HA Architecture
  • 32. Ocata focus and beyond ●  New spec process has been proposed to provide more focus ○  Have fewer features in flight, more finished ●  Begin journey to scalable, active-active services ○  consistent model for avoiding races ○  How to scale out services across multiple nodes while still avoiding races ○  Exploit composable role TripleO infra ●  High Availability & Disaster Recovery ○  Replication, Backup, Snapshots ○  Common understanding of AZs and failure domains for services, resources, networks, ... ●  Migration, Data Service, Storage/Network protocol independence ○  Single node, scale-out services ○  Continue to refine AZs in manila ■  What are are the relevant failure domains? ■  How to map these to independent services, networks, resources?
  • 34. Why NetApp and Manila for OpenStack? NetApp lets you manage and maintain control of your data across cloud environments at all times Data control Cost-effective storage Extreme performance Enterprise capabilities
  • 35. Why Red Hat and Manila for OpenStack? © 2016 NetApp, Inc. All rights reserved.35 Commercially hardened code Integration with the Red Hat stack World-class support and services Enterprise software life cycle Global partner ecosystem Red Hat makes OpenStack safe, secure, and consumable for production-grade use
  • 36. Red Hat OpenStack Platform deployed on NetApp delivers an enterprise-grade, OpenStack-based, hybrid cloud solution that helps you transform IT into a strategic business partner. Low riskSecure Fast to deploy ReliableManageable © 2016 NetApp, Inc. All rights reserved.36
  • 37. NetApp •  ThePub @ NetApp- netapp.io •  Deployment & Operations Guide •  Reference Architectures •  News & Updates •  Community & Support •  Lab on Demand- Guides customers through NetApp advantages for file-share storage and block storage. Go to: https://labondemand.netapp.com •  Customer Test Drive- Take a test drive on NetApp Cloud ONTAP with OpenStack running on AWS, and experience the best Data Management & Storage Solutions for OpenStack. Go to: http://cloud.netapp.com/try-it-now Red Hat ●  Red Hat OpenStack Platform ○  Download the latest OSP software ●  Red Hat OpenStack Platform ○  Shared File System as a Service Guides: ■  Manila Deployment Guide ■  Deploying Manila via Director with a NetAPP Backend ●  Red Hat Storage ○  Learn about Manila and Ceph ●  Red Hat OpenStack Blog ○  redhatstack.com
  • 38. Q&A Related Sessions @ Summit ●  Manila Share Data Does Not Simply Move and Protect Itself, Oh Wait, It Does! Thu 27 4:40pm-5:20pm CCIB - P1 - Room 116 ●  What's New in OpenStack File Share Services (Manila) Thu 27 5:30pm-6:10pm CCIB - P1 - Room 117