All you need to know about OpenStack Block Storage in less than an hour. Dhruv Bhatnagar NirendraAwasthi

Size: px
Start display at page:

Download "All you need to know about OpenStack Block Storage in less than an hour. Dhruv Bhatnagar NirendraAwasthi"

Transcription

1 All you need to know about OpenStack Block Storage in less than an hour Dhruv Bhatnagar NirendraAwasthi

2 Agenda 1 What is Cinder 2 Architecture & Services 3 Concepts, Configuration and CLI 4 Service Interactions 5 Advanced Features 6 Cinder Drivers 7 Veritas HyperScale and Cinder 8 Q&A 2

3 OpenStack Architecture 3

4 Different types of Storage in OpenStack Ephemeral Non-persistent Life Cycle coincides with an instance Usually local FS/QCOW file Shared FS Example: NFS Manilla Object Typically cheap and deep Commonly SWIFT Use cases: photos, mp4 etc Block Foundation for the other types Think raw disk Typically higher performance Cinder 4

5 What is Cinder. short description of Cinder is that it virtualizes the management of block storage devices and provides end users with a self service API to request and consume those resources without requiring any knowledge of where their storage is actually deployed or on what type of device 5

6 What is Cinder used for. Enables user to manage their storage Create volume Create Snapshot Backup Attach/Detach Cinder provides commands and API s to interact with vendors storage backend persistent storage to VM s Exposes vendors storage hardware to the cloud 6

7 Agenda 1 What is Cinder 2 Architecture & Services 3 Concepts, Configuration and CLI 4 Service Interactions 5 Advanced Features 6 Cinder Drivers 7 Veritas HyperScale and Cinder 8 Q&A 7

8 Cinder Architecture Rest API Cinder Scheduler Cinder Backup Cinder API Messaging Bus (AMQP) Cinder Volume (Backend) Cinder Volume (Backend) Cinder Volume (Backend) 8

9 Agenda 1 What is Cinder 2 Architecture & Services 3 Concepts, Configuration and CLI 4 Service Interactions 5 Advanced Features 6 Cinder Drivers 7 Veritas HyperScale and Cinder 8 Q&A 9

10 CLI Commands List Cinder services openstack volume service list 10

11 Add Cinder Backend (cinder.conf) Enable Multi Backend Support by adding different sections for each cinder driver enabled_backends parameter used to set which backends to enable Any changes to cinder configuration needs cinder services to be restarted afterwards 11

12 CLI Commands List Volume types openstack volume type list 12

13 Volume Types Created by Admin After creating a new Volume Type Update volume_backend_name key to hold the value of the Backend Name Create a volume out of this new volume type to enable Vendor provided backend features 13

14 CLI Commands Show Details of a volume type openstack volume type show <Volume-Type> List Volumes openstack volume list 14

15 Volume status Status creating available reserved attaching detaching in-use maintenance deleting awaiting-transfer error error_deleting backing-up restoring-backup error_backing-up error_restoring error_extending downloading uploading retyping extending Description The volume is being created. The volume is ready to attach to an instance. The volume is reserved for attaching or shelved. The volume is attaching to an instance. The volume is detaching from an instance. The volume is attached to an instance. The volume is locked and being migrated. The volume is being deleted. The volume is awaiting for transfer. A volume creation error occurred. A volume deletion error occurred. The volume is being backed up. A backup is being restored to the volume. A backup error occurred. A backup restoration error occurred. An error occurred while attempting to extend a volume. The volume is downloading an image. The volume is being uploaded to an image. The volume is changing type to another volume type. The volume is being extended. 15

16 CLI Commands Create Volumes openstack volume create test-vol-1 --size 50 openstack help volume create Attach Cinder volume to a nova instance openstack server add volume <instance-id> <vol-id> 16

17 Agenda 1 What is Cinder 2 Architecture & Services 3 Concepts, Configuration and CLI 4 Service Interactions 5 Advanced Features 6 Cinder Drivers 7 Veritas HyperScale and Cinder 8 Q&A 17

18 Cinder Interactions (Creating a Volume) Cinder Client Cinder Scheduler Cinder API Messaging Bus (AMQP) Cinder Volume (HyperScale) Cinder Volume (HyperScale) Cinder Volume (HyperScale) 18

19 Cinder Interactions (Attach a volume) iscsi is just an example. Several other protocols are supported as well VM Nova VM Cinder /dev/vda Storage Controller KVM iscsi Initiator iscsi Target 19

20 Volume API 20

21 Agenda 1 What is Cinder 2 Architecture & Services 3 Concepts, Configuration and CLI 4 Service Interactions 5 Advanced Features 6 Cinder Drivers 7 Veritas HyperScale and Cinder 8 Q&A 21

22 Advanced features Snapshot A snapshot is a point-in-time copy of the data that a volume contains A snapshot would live on the same storage backend as the active volume Quota Admins set this limit on volume, backup and snapshot capacity depending on policy settings Volume transfer Transfer a volume from one user to another user Encryption Encryption is done by Nova using dm-crypt which is a transparent disk encryption subsystem in Linux kernel Backup Full and incremental backups are supported Supported providers are Swift, Ceph, NFS, GlusterFS, POSIX, Google Cloud and IBM TSM 22

23 Volume Migration Move data between two backends with same volume type Two backends can be located on same or different cinder nodes # cinder migrate [--force-host-copy [<True False>]] [--lock-volume [<True False>]] <volume> <host> 23

24 Volume Retype Move between two backends with different volume types Two backends can be located on same or different Cinder Volume node # cinder retype [--migration-policy <never on-demand>] <volume> <volume-type> 24

25 Volume Groups Concept introduced in Newton Different volumes used by the same applications / workloads to be grouped and managed together Operations supported Create, delete, update, show and list groups 25

26 Glance Store and Create a VM 26

27 Glance Image Volume Cache When Image is downloaded, a volume cache is created Every create boot volume call will clone a volume instead of downloading the image again Configuration: image_volume_cache_enabled = True image_volume_cache_max_size = SIZE_IN_GB image_volume_cache_max_count = MAX_COUNT And then Launch VMs via boot from volume option 27

28 Using Cinder as Backing Store for Glance Backend should support fast cloning capabilities Every Create Volume from Image call checks for availability of image in backend If image is not present, it is downloaded and converted to raw If image is present, image is cloned to new volume Performance is improved 30 times when compared to downloading the same image 2 nd time Backends supporting de-duplication will perform even better 28

29 Agenda 1 What is Cinder 2 Architecture & Services 3 Concepts, Configuration and CLI 4 Service Interactions 5 Advanced Features 6 Cinder Drivers 7 Veritas HyperScale and Cinder 8 Q&A 29

30 Cinder Drivers What do they do? Map requests from Cinder to external Storage Platform LVM Various other Storage Controllers Distributed File Systems Currently about 100 drivers in github

31 Cinder Drivers Block Device Driver (local) Blockbridge (iscsi) CloudByte (iscsi) Coho (NFS) Datera (iscsi) Dell Equallogic (iscsi) Dell Storage Center (iscsi/fc) Disco (disco) DotHill (iscsi/fc) DRBD (DRBD/iSCSI) EMC VMAX (iscsi/fc) EMC VNX (iscsi/fc) EMC XtremIO (iscsi/fc) EMC ScaleIO (scaleio) Fujitsu ETERNUS (iscsi/fc) GlusterFS (GlusterFS) HGST (NFS) HPE 3PAR (iscsi/fc) HPE LeftHand (iscsi) HPE MSA (iscsi/fc) HPE XP (FC) Hitachi HBSD (iscsi/fc) Hitachi HNAS (iscsi/nfs) Huawei (iscsi/fc) IBM DS8000 (FC) IBM Flashsystem (iscsi/fc) IBM GPFS (GPFS) IBM Storwize SVC (iscsi/fc) IBM XIV (iscsi/fc) Infortrend (iscsi/fc) Lenovo (iscsi/fc) LVM (iscsi) - Reference NetApp ONTAP (iscsi/nfs/fc) NetApp E Series (iscsi/fc) Nexenta (iscsi/nfs) NFS (NFS) Reference Nimble Storage (iscsi) Oracle Zfssa (iscsi/nfs) Pure Storage (iscsi/fc) ProphetStor (iscsi/fc) Quobyte (quobyte) RBD (Ceph) - Reference Scality SOFS (scality) Sheepdog (sheepdog) SMBFS (SMB) SolidFire (iscsi) Tegile (iscsi/fc) Tintri (NFS) Violin (FC) VMware (VMDK) Virtuozzo Storage (NFS) Windows (SMB) X-IO technologies (iscsi/fc) Veritas HyperScale Veritas Access 31

32 Minimum driver features Drivers must implement support for the core features: Volume Create/Delete Volume Attach/Detach Snapshot Create/Delete Create Volume from Snapshot Copy Image to Volume Copy Volume to Image Clone Volume Extend Volume 32

33 Commodity Storage Drawbacks / Limitations HA Scale QoS Data Dedup Efficient Tiering 33

34 Vendor specific features Different vendor backend enable different use cases Backend are selected by cinder scheduler Every backend is created while thinking of specific set of capabilities The vendor specific features are thus exposed via Custom volume types Extensions 34

35 Provides ability to choose Plugin architecture, multiple choices for backend storage Don t have to choose just one Use the storage that fits your needs Mix of proprietary and open-source choices 35

36 Agenda 1 What is Cinder 2 Architecture & Services 3 Concepts, Configuration and CLI 4 Service Interactions 5 Advanced Features 6 Cinder Drivers 7 Veritas HyperScale and Cinder 8 Q&A 36

37 Integrating Storage Management with OpenStack 37

38 HyperScale: OpenStack Integration Volume extension Compute Scheduler Collector Volume Dashboard 41

39 HyperScale and Cinder High Availability with DAS Automated snapshot management Predictable Performance Hyper Scale Zero Backup Window Real Time Storage Insight Storage Cost Saving 39

40 Key Takeaways Manage Block Storage via self service APIs Cinder provides CLI to create and manage OpenStack volumes Cinder backends can be configured through cinder.confconfigfile VM spawn time can be optimized using either image volume cache or cinder as glance store Cinder volume drivers are pluggable interfaces to map Cinder requests to storage platform 40

OpenStack Block Storage

OpenStack Block Storage OpenStack Block Storage Cinder Implementations for Today and Trends for Tomorrow Gabriel Chapman, Cloud Solutions Architect - OpenStack, @Bacon_Is_King - Gabriel.chapman@solidfire.com Who is this guy?

More information

[Cinder] Support LVM on a shared LU

[Cinder] Support LVM on a shared LU [Cinder] Support LVM on a shared LU July/2/2014 Mitsuhiro Tanino 0 1-1. Big Picture Cinder node API Scheduler Proposed LVM volume Driver Volume operations Control Node Nova Compute1

More information

Red Hat OpenStack Platform 9 Storage Guide

Red Hat OpenStack Platform 9 Storage Guide Red Hat OpenStack Platform 9 Storage Guide Understanding, using, and managing persistent storage in OpenStack OpenStack Team Red Hat OpenStack Platform 9 Storage Guide Understanding, using, and managing

More information

OpenStack Cloud Storage. PRESENTATION TITLE GOES HERE Sam Fineberg HP Storage

OpenStack Cloud Storage. PRESENTATION TITLE GOES HERE Sam Fineberg HP Storage OpenStack Cloud Storage PRESENTATION TITLE GOES HERE Sam Fineberg HP Storage What is OpenStack Free open source (Apache license) software governed by a non-profit foundation (corporation) with a mission

More information

Red Hat OpenStack Platform 12

Red Hat OpenStack Platform 12 Red Hat OpenStack Platform 12 Storage Guide Understanding, using, and managing persistent storage in OpenStack Last Updated: 2018-07-05 Red Hat OpenStack Platform 12 Storage Guide Understanding, using,

More information

Red Hat OpenStack Platform 10 Storage Guide

Red Hat OpenStack Platform 10 Storage Guide Red Hat OpenStack Platform 10 Storage Guide Understanding, using, and managing persistent storage in OpenStack OpenStack Team Red Hat OpenStack Platform 10 Storage Guide Understanding, using, and managing

More information

Introduction To OpenStack. Haim Ateya Group Manager, EMC

Introduction To OpenStack. Haim Ateya Group Manager, EMC Introduction To OpenStack Haim Ateya Group Manager, EMC Session Goals Get the audience familiar with OpenStack IaaS platform Go over the project, releases and community around it Review and explain OpenStack

More information

Workbooks Archive Software for Files

Workbooks Archive Software for Files The following technologies and products are covered in our research. All matrices and products are updated with announcements and product changes. Last updated: January 2018 Comparison Matrices (Standard

More information

Configuring OpenStack with Datera as the Storage Provider

Configuring OpenStack with Datera as the Storage Provider WHITE PAPERS Configuring OpenStack with Datera as the Storage Provider OpenStack is a transformative platform that enables flexible private and public clouds. The open source, programmable and elastic

More information

Part2: Let s pick one cloud IaaS middleware: OpenStack. Sergio Maffioletti

Part2: Let s pick one cloud IaaS middleware: OpenStack. Sergio Maffioletti S3IT: Service and Support for Science IT Cloud middleware Part2: Let s pick one cloud IaaS middleware: OpenStack Sergio Maffioletti S3IT: Service and Support for Science IT, University of Zurich http://www.s3it.uzh.ch/

More information

A product by CloudFounders. Wim Provoost Open vstorage

A product by CloudFounders. Wim Provoost Open vstorage A product by CloudFounders Wim Provoost (@wimpers_be) Open vstorage (@openvstorage) http://www.openvstorage.com CloudFounders vrun Converged infrastructure that combines the benefits of the hyperconverged

More information

Cloud Storage. Patrick Osborne Director of Product Management. Sam Fineberg Distinguished Technologist.

Cloud Storage. Patrick Osborne Director of Product Management. Sam Fineberg Distinguished Technologist. Cloud Storage Patrick Osborne (@patrick_osborne) Director of Product Management Sam Fineberg Distinguished Technologist HP Storage Why HP will WIN with Converged Storage Industry Standard x86-based platforms

More information

OpenStack Manila An Overview of Manila Liberty & Mitaka

OpenStack Manila An Overview of Manila Liberty & Mitaka OpenStack Manila An Overview of Manila Liberty & Mitaka PRESENTATION TITLE GOES HERE October 7, 2015 SNIA Legal Notice! The material contained in this tutorial is copyrighted by the SNIA unless otherwise

More information

Welcome to Manila: An OpenStack File Share Service. May 14 th, 2014

Welcome to Manila: An OpenStack File Share Service. May 14 th, 2014 Welcome to Manila: An OpenStack File Share Service May 14 th, 2014 1 Who s who? 2 Agenda Project Overview Demo API Overview Architecture Discussion Driver Details Project Status & Upcoming Features Q &

More information

Cinder Thin Provisioning

Cinder Thin Provisioning Cinder Thin Provisioning A comprehensive guide Erlon R. Cruz Gorka Eguileor Tiago Pasqualini da Silva Cinder Overprovisioning What you'll be learning How scheduling decisions are made Filters and how they

More information

Introducing Tegile. Company Overview. Product Overview. Solutions & Use Cases. Partnering with Tegile

Introducing Tegile. Company Overview. Product Overview. Solutions & Use Cases. Partnering with Tegile Tegile Systems 1 Introducing Tegile Company Overview Product Overview Solutions & Use Cases Partnering with Tegile 2 Company Overview Company Overview Te gile - [tey-jile] Tegile = technology + agile Founded

More information

Data Protector 10.x Virtualization Support Matrix

Data Protector 10.x Virtualization Support Matrix Data Protector 10.x Virtualization Support Matrix Version: 1.6 Date: September 2018 Note: The combinations of Data Protector components with operating systems and/or application versions are supported

More information

Build Cloud like Rackspace with OpenStack Ansible

Build Cloud like Rackspace with OpenStack Ansible Build Cloud like Rackspace with OpenStack Ansible https://etherpad.openstack.org/p/osa-workshop-01 Jirayut Nimsaeng DevOps & Cloud Architect 2nd Cloud OpenStack-Container Conference and Workshop 2016 Grand

More information

How To Get The Most Out Of Flash Deployments

How To Get The Most Out Of Flash Deployments How To Get The Most Out Of Flash Deployments PRESENTATION TITLE GOES HERE Eric Burgener Research Director, Storage Practice IDC Flash: A Must Have Storage performance req ts very different in virtual infrastructure

More information

Building a flexible and large-scale softwaredefined storage platform for OpenStack. OPENSTACK DAY Italy May 30 th 2014, Milan

Building a flexible and large-scale softwaredefined storage platform for OpenStack. OPENSTACK DAY Italy May 30 th 2014, Milan Building a flexible and large-scale softwaredefined storage platform for OpenStack OPENSTACK DAY Italy May 30 th 2014, Milan Michael Kienle, CEO it-novum GmbH michael.kienle@it-novum.com Seite 1 Open Clouds

More information

EMC Forum EMC ViPR and ECS: A Lap Around Software-Defined Services

EMC Forum EMC ViPR and ECS: A Lap Around Software-Defined Services EMC Forum 2014 Copyright 2014 EMC Corporation. All rights reserved. 1 EMC ViPR and ECS: A Lap Around Software-Defined Services 2 Session Agenda Market Dynamics EMC ViPR Overview What s New in ViPR Controller

More information

EMC STORAGE SOLUTIONS WITH MIRANTIS OPENSTACK

EMC STORAGE SOLUTIONS WITH MIRANTIS OPENSTACK EMC STORAGE SOLUTIONS WITH MIRANTIS OPENSTACK Managing EMC Storage Arrays with OpenStack Juno EMC Solutions May 2015 Copyright 2015 EMC Corporation. All Rights Reserved. Published May 2015 EMC believes

More information

vrealize Operations Guide Last Updated: August 15, 2018 For more information go to vmware.com.

vrealize Operations Guide Last Updated: August 15, 2018 For more information go to vmware.com. Guide Last Updated: August 15, 2018 For more information go to vmware.com. What's New Changes made in the last 7 days include: None Introduction VMware delivers intelligent operations management across

More information

Deploying Software Defined Storage for the Enterprise with Ceph. PRESENTATION TITLE GOES HERE Paul von Stamwitz Fujitsu

Deploying Software Defined Storage for the Enterprise with Ceph. PRESENTATION TITLE GOES HERE Paul von Stamwitz Fujitsu Deploying Software Defined Storage for the Enterprise with Ceph PRESENTATION TITLE GOES HERE Paul von Stamwitz Fujitsu Agenda Yet another attempt to define SDS Quick Overview of Ceph from a SDS perspective

More information

Solid State Storage. Evaluation Guides. SAN Storage. Workbooks Archive Software & Systems for Files Data Protection Hyper-Converged NAS

Solid State Storage. Evaluation Guides. SAN Storage. Workbooks Archive Software & Systems for Files Data Protection Hyper-Converged NAS Our materials are designed to walk you through product selection, beginning with Evaluation Guides to outline general requirements and concluding with deep-dive reviews. This document is updated monthly

More information

vrealize Operations Guide Last Updated: December 4, 2017 For more information go to vmware.com.

vrealize Operations Guide Last Updated: December 4, 2017 For more information go to vmware.com. Guide Last Updated: December 4, 2017 For more information go to vmware.com. What's New Changes made in the last 7 days include: PartnerName age Name Solution Type Supported Releases VMware for F5 BIG-IP

More information

White Paper The Storage System Best Suited for OpenStack FUJITSU Storage ETERNUS DX S4/S3 series and ETERNUS AF series

White Paper The Storage System Best Suited for OpenStack FUJITSU Storage ETERNUS DX S4/S3 series and ETERNUS AF series White Paper The Storage System Best Suited for OpenStack FUJITSU Storage ETERNUS DX S4/S3 series and ETERNUS AF series When designing a system that uses OpenStack, the FUJITSU Storage ETERNUS DX S4/S3

More information

Jumpstart your Production OpenStack Deployment with

Jumpstart your Production OpenStack Deployment with Jumpstart your Production OpenStack Deployment with Dave Cain Wednesday April 27 th, 2016 11:50am-12:30pm CST 1 About me Dave Cain 12+ years working on IT in datacenters B.S. Computer Science @ NC State

More information

Deterministic Storage Performance

Deterministic Storage Performance Deterministic Storage Performance 'The AWS way' for Capacity Based QoS with OpenStack and Ceph Kyle Bader - Senior Solution Architect, Red Hat Sean Cohen - A. Manager, Product Management, OpenStack, Red

More information

EMC Forum 2014 EMC ViPR and ECS: A Lap Around Software-Defined Services. Magnus Nilsson Blog: purevirtual.

EMC Forum 2014 EMC ViPR and ECS: A Lap Around Software-Defined Services. Magnus Nilsson Blog: purevirtual. EMC Forum 2014 EMC ViPR and ECS: A Lap Around Software-Defined Services Magnus Nilsson magnus.nilsson@emc.com Twitter: @swevm Blog: purevirtual.eu 1 Session Agenda Market Dynamics EMC ViPR Overview What

More information

Redefining Enterprise Storage: EMC Storage Strategy

Redefining Enterprise Storage: EMC Storage Strategy Redefining Enterprise Storage: EMC Storage Strategy 1 BILLIONS OF USERS MILLIONS OF APPS Mobile Cloud Big Data Social Mobile Devices HUNDREDS OF MILLIONS OF USERS TENS OF THOUSANDS OF APPS LAN/Internet

More information

HPE Data Protector 9.0x Virtualization Support Matrix

HPE Data Protector 9.0x Virtualization Support Matrix HPE Data Protector 9.0x Virtualization Support Matrix Version: 2.5 Date: January 2018 Note: The combinations of Data Protector components with operating systems and/or application versions are supported

More information

A New Key-value Data Store For Heterogeneous Storage Architecture Intel APAC R&D Ltd.

A New Key-value Data Store For Heterogeneous Storage Architecture Intel APAC R&D Ltd. A New Key-value Data Store For Heterogeneous Storage Architecture Intel APAC R&D Ltd. 1 Agenda Introduction Background and Motivation Hybrid Key-Value Data Store Architecture Overview Design details Performance

More information

All (about) Flash Array storage and efficient hybrid storage. Brinel, 23 Ianuarie 2018

All (about) Flash Array storage and efficient hybrid storage. Brinel, 23 Ianuarie 2018 All (about) Flash Array storage and efficient hybrid storage Brinel, 23 Ianuarie 2018 bogdan.dinca@dell.com Digital Transformation Opportunity or Risk? 48% 45% 92% Have no idea what their industry will

More information

Using the IBM DS8870 in an OpenStack Cloud Environment IBM Redbooks Solution Guide

Using the IBM DS8870 in an OpenStack Cloud Environment IBM Redbooks Solution Guide Using the IBM DS8870 in an OpenStack Cloud Environment IBM Redbooks Solution Guide OpenStack is being developed as an industry standard cloud-computing project. It was started by Rackspace Cloud and NASA

More information

HPE HELION CLOUDSYSTEM 9.0. Copyright 2015 Hewlett Packard Enterprise Development LP

HPE HELION CLOUDSYSTEM 9.0. Copyright 2015 Hewlett Packard Enterprise Development LP HPE HELION CLOUDSYSTEM 9.0 HPE Helion CloudSystem Foundation CloudSystem Foundation Key Use Cases Automate dev/test CICD on OpenStack technology compatible infrastructure Accelerate cloud-native application

More information

shaping tomorrow with you Eternus VVOL Matthias Bothe Fujitsu Technology Solutions

shaping tomorrow with you Eternus VVOL Matthias Bothe Fujitsu Technology Solutions shaping tomorrow with you Eternus VVOL Matthias Bothe 0 2015 Fujitsu Technology Solutions Agenda What are Virtual Volumes? Advantages of VVOLs Technical implementation of VVOL for ETERNUS Usage 1 2015

More information

TECHNICAL REPORT. Design Considerations for Using Nimble Storage with OpenStack

TECHNICAL REPORT. Design Considerations for Using Nimble Storage with OpenStack TECHNICAL REPORT Design Considerations for Using Nimble Storage with OpenStack Contents OpenStack Introduction... 3 Cloud Definition... 3 OpenStack Services... 4 Nimble Storage Value in OpenStack... 5

More information

Shared Multi Port Array (SMPA)

Shared Multi Port Array (SMPA) Shared Multi Port Array (SMPA) Tested Configurations October 2018 This document lists all storage arrays that have been tested using DataCore s own SMPA validation tests. Entries that are marked as passed

More information

The Fastest And Most Efficient Block Storage Software (SDS)

The Fastest And Most Efficient Block Storage Software (SDS) The Fastest And Most Efficient Block Storage Software (SDS) StorPool: Product Summary 1. Advanced Block-level Software Defined Storage, SDS (SDS 2.0) Fully distributed, scale-out, online changes of everything,

More information

Shared Multi Port Array (SMPA)

Shared Multi Port Array (SMPA) Shared Multi Port Array (SMPA) Tested Configurations July 2018 This document lists all storage arrays that have been tested using DataCore s own SMPA validation tests. Entries that are marked as passed

More information

Deterministic Storage Performance

Deterministic Storage Performance Deterministic Storage Performance 'The AWS way' for Capacity Based QoS with OpenStack and Ceph Federico Lucifredi - Product Management Director, Ceph, Red Hat Sean Cohen - A. Manager, Product Management,

More information

An Introduction to Red Hat Enterprise Linux OpenStack Platform. Rhys Oxenham Field Product Manager, Red Hat

An Introduction to Red Hat Enterprise Linux OpenStack Platform. Rhys Oxenham Field Product Manager, Red Hat An Introduction to Red Hat Enterprise Linux OpenStack Platform Rhys Oxenham Field Product Manager, Red Hat What is OpenStack? What is OpenStack? Fully open source cloud operating system Comprised of several

More information

The Comparison of Ceph and Commercial Server SAN. Yuting Wu AWcloud

The Comparison of Ceph and Commercial Server SAN. Yuting Wu AWcloud The Comparison of Ceph and Commercial Server SAN Yuting Wu wuyuting@awcloud.com AWcloud Agenda Introduction to AWcloud Introduction to Ceph Storage Introduction to ScaleIO and SolidFire Comparison of Ceph

More information

Data Protector 10.x Express Support Matrix

Data Protector 10.x Express Support Matrix Data Protector 10.x Express Support Matrix Version: 1.1 Date: October 2018 For the following Data Protector components, only those combinations of Data Protector components, applications, and operating

More information

Hitachi Block Storage Driver for OpenStack Pike. User Guide

Hitachi Block Storage Driver for OpenStack Pike. User Guide Hitachi Block Storage Driver for OpenStack Pike User Guide IBMMK-92ADPTR136-01 November 2017 Contents Preface... 7 Intended audience... 7 Software version... 7 Document conventions... 7 Release notes...9

More information

ITRI Cloud OS: An End-to-End OpenStack Solution

ITRI Cloud OS: An End-to-End OpenStack Solution ITRI Cloud OS: An End-to-End OpenStack Solution Tzi-cker Chiueh 闕志克 Cloud Computing Research Center for Mobile Applications (CCMA) 雲端運算行動應用研究中心 1 Cloud Service Models Software as a Service (SaaS) Turn-key

More information

Pure Storage FlashArray OpenStack Cinder Volume Driver Setup Guide

Pure Storage FlashArray OpenStack Cinder Volume Driver Setup Guide Pure Storage FlashArray OpenStack Cinder Volume Driver 6.0.0 Setup Guide Thursday, September 14, 2017 19:52 Pure Storage FlashArray OpenStack Cinder Volume Driver 6.0.0 Setup Guide Contents Chapter 1:

More information

CloudByte ElastiStor. Plug-in for OpenStack Cinder

CloudByte ElastiStor. Plug-in for OpenStack Cinder CloudByte ElastiStor Plug-in for OpenStack Cinder 1 CloudByte ElastiStor plugin for OpenStack Introduction OpenStack administrators can perform the following tasks, performed using CloudByte ElastiCenter,

More information

Copyright 2018 Dell Inc.

Copyright 2018 Dell Inc. 1 Dell EMC Unity: Virtualization & Application Integration The Dell EMC Midrange Family SC5020 SC5020F SC7020F SC9000 Dell EMC Unity 600/650F Dell EMC Unity 500/550F Dell EMC Unity 400/450F SC7020 SCv3000/3020

More information

DEPLOYING NFV: BEST PRACTICES

DEPLOYING NFV: BEST PRACTICES DEPLOYING NFV: BEST PRACTICES Rimma Iontel Senior Cloud Architect, Cloud Practice riontel@redhat.com Julio Villarreal Pelegrino Principal Architect, Cloud Practice julio@redhat.com INTRODUCTION TO NFV

More information

Pure Storage OpenStack (Liberty) Cinder Driver Best Practices. Simon Dodsley, OpenStack Solutions Architect

Pure Storage OpenStack (Liberty) Cinder Driver Best Practices. Simon Dodsley, OpenStack Solutions Architect Pure Storage OpenStack (Liberty) Cinder Driver Best Practices Simon Dodsley, OpenStack Solutions Architect Version 2.0, 30 November 2015 Contents Executive Summary... 3 Audience... 3 OpenStack Architecture...

More information

HP XP Storage Cinder Volume Driver Software User Guide

HP XP Storage Cinder Volume Driver Software User Guide HP XP Storage Cinder Volume Driver Software User Guide Abstract HP XP Storage Cinder Volume Driver Software is a driver for Cinder, which is the block storage management component, in OpenStack environments.

More information

DRBD SDS. Open Source Software defined Storage for Block IO - Appliances and Cloud Philipp Reisner. Flash Memory Summit 2016 Santa Clara, CA 1

DRBD SDS. Open Source Software defined Storage for Block IO - Appliances and Cloud Philipp Reisner. Flash Memory Summit 2016 Santa Clara, CA 1 DRBD SDS Open Source Software defined Storage for Block IO - Appliances and Cloud Philipp Reisner Santa Clara, CA 1 DRBD s use cases Cloud Ready High Availability Disaster Recovery Storage is one of the

More information

Introduction to Kubernetes Storage Primitives for Stateful Workloads

Introduction to Kubernetes Storage Primitives for Stateful Workloads September 12, 2017 Introduction to Kubernetes Storage Primitives for Stateful Workloads Saad Ali Google @the_saad_ali Chris Duchesne {code} @ChrisDuchesne Agenda Presentation Quick intro to Kubernetes

More information

Veritas Storage Foundation for HPE-OEM Solutions 6.1 Hardware Compatibility List

Veritas Storage Foundation for HPE-OEM Solutions 6.1 Hardware Compatibility List Veritas Storage Foundation for HPE-OEM Solutions 6.1 Hardware Compatibility List Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas Technologies, and the Veritas Technologies Logo are

More information

Veritas InfoScale Foundation, Availability, Storage and Enterprise Solutions 7.3 and for Windows Hardware Compatibility List

Veritas InfoScale Foundation, Availability, Storage and Enterprise Solutions 7.3 and for Windows Hardware Compatibility List Veritas InfoScale Foundation, Availability, Storage and Enterprise Solutions 7.3 and 7.3.1 for Windows Hardware Compatibility List Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas

More information

Multiattach, Image Caching, and Other New Block Storage Features

Multiattach, Image Caching, and Other New Block Storage Features Multiattach, Image Caching, and Other New Block Storage Features Hello! Peter Penchev a software developer who likes to play with things Misspent my youth on books and computers Worried each and every

More information

Hitachi NAS Platform Driver for OpenStack (Cinder)

Hitachi NAS Platform Driver for OpenStack (Cinder) Hitachi NAS Platform Driver for OpenStack (Cinder) Installation Guide MK-92ADPTR092-00 Contents Supported operations... 2 The NFS and iscsi drivers support these operations:... 2 Service labels... 2 HNAS

More information

RHEV in the weeds - special sauce! Marc Skinner

RHEV in the weeds - special sauce! Marc Skinner RHEV in the weeds - special sauce! Marc Skinner Twin Cities Users Group :: Q3/2013 Introduction RHEV = Red Hat Enterprise Vitualization RHEV Manager = Red Hat Enterprise Hypervisor Manager DATACENTER VIRTUALIZATION

More information

NetApp All-Flash FAS AFF A700s SAN Storage Performance Leadership. Silverton Consulting, Inc. StorInt Briefing

NetApp All-Flash FAS AFF A700s SAN Storage Performance Leadership. Silverton Consulting, Inc. StorInt Briefing NetApp All-Flash FAS AFF A700s SAN Storage Performance Leadership Silverton Consulting, Inc. StorInt Briefing NETAPP AFF A700s SAN STORAGE PERFORMANCE LEADERSHIP PAGE 2 OF 15 Executive Summary This report

More information

Distributed File Storage in Multi-Tenant Clouds using CephFS

Distributed File Storage in Multi-Tenant Clouds using CephFS Distributed File Storage in Multi-Tenant Clouds using CephFS FOSDEM 2018 John Spray Software Engineer Ceph Christian Schwede Software Engineer OpenStack Storage In this presentation Brief overview of key

More information

VSphere 5 Storage Integration Chips Away at Management Overhead

VSphere 5 Storage Integration Chips Away at Management Overhead Analysis from The Wikibon Project December 2012 VSphere 5 Storage Integration Chips Away at Management Overhead David Floyer, Stuart Miniman, Nick Allen and Ralph Finos A Wikibon Reprint View the live

More information

HPE Digital Learner OpenStack Content Pack

HPE Digital Learner OpenStack Content Pack Content Pack data sheet HPE Digital Learner OpenStack Content Pack HPE Content Pack number Content Pack category Content Pack length Learn more CP001 Category 1 20 Hours View now Why HPE Education Services?

More information

Ceph Block Devices: A Deep Dive. Josh Durgin RBD Lead June 24, 2015

Ceph Block Devices: A Deep Dive. Josh Durgin RBD Lead June 24, 2015 Ceph Block Devices: A Deep Dive Josh Durgin RBD Lead June 24, 2015 Ceph Motivating Principles All components must scale horizontally There can be no single point of failure The solution must be hardware

More information

Symantec Storage Foundation and High Availability Solutions 6.1, DDI_R1_2016 and Dynamic Multi-Pathing 6.1 for Windows Hardware Compatibility List

Symantec Storage Foundation and High Availability Solutions 6.1, DDI_R1_2016 and Dynamic Multi-Pathing 6.1 for Windows Hardware Compatibility List Symantec Storage Foundation and High Availability Solutions 6.1, DDI_R1_2016 and Dynamic Multi-Pathing 6.1 for Windows Hardware Compatibility List Copyright 2018 Veritas Technologies LLC. All rights reserved.

More information

"Charting the Course... H8Q14S HPE Helion OpenStack. Course Summary

Charting the Course... H8Q14S HPE Helion OpenStack. Course Summary Course Summary Description This course will take students through an in-depth look at HPE Helion OpenStack V5.0. The course flow is optimized to address the high-level architecture and HPE Helion OpenStack

More information

Next Generation Storage for The Software-Defned World

Next Generation Storage for The Software-Defned World ` Next Generation Storage for The Software-Defned World John Hofer Solution Architect Red Hat, Inc. BUSINESS PAINS DEMAND NEW MODELS CLOUD ARCHITECTURES PROPRIETARY/TRADITIONAL ARCHITECTURES High up-front

More information

OSDC.de 2013 Introduction to OpenStack. Justin Clift Open Source & Standards RH 17 April 2013

OSDC.de 2013 Introduction to OpenStack. Justin Clift Open Source & Standards RH 17 April 2013 OSDC.de 2013 Introduction to OpenStack Justin Clift Open Source & Standards Team @ RH 17 April 2013 Who is Justin Clift? Senior Software Engineer @ Red Hat Generally works in technical Community Building

More information

GlusterFS Architecture & Roadmap

GlusterFS Architecture & Roadmap GlusterFS Architecture & Roadmap Vijay Bellur GlusterFS co-maintainer http://twitter.com/vbellur Agenda What is GlusterFS? Architecture Integration Use Cases Future Directions Challenges Q&A What is GlusterFS?

More information

C exam.31q C IBM Storwize Family Technical Solutions V4

C exam.31q   C IBM Storwize Family Technical Solutions V4 C9020-562.exam.31q Number: C9020-562 Passing Score: 800 Time Limit: 120 min C9020-562 IBM Storwize Family Technical Solutions V4 Exam A QUESTION 1 Which IBM Storwize product allows for scalability up to

More information

Installation runbook for Hedvig + Cinder Driver

Installation runbook for Hedvig + Cinder Driver Installation runbook for Hedvig + Cinder Driver Partner Name: Product Name: Product Version: Hedvig Inc. Hedvig Distributed Storage Platform V-1.0.0 MOS Version: Kilo on Ubuntu 14.04 (2015.1.0-7.0) OpenStack

More information

Veritas Resiliency Platform 3.2 Hardware and Software Compatibility List

Veritas Resiliency Platform 3.2 Hardware and Software Compatibility List Veritas Resiliency Platform 3.2 Hardware and Software Compatibility List Last updated: 2018-08-13 Document version: Document version: 3.2 Rev 1 Legal Notice Copyright 2018 Veritas Technologies LLC. All

More information

STORWARE.EU. Simplified Data Protection for Virtual Environments

STORWARE.EU. Simplified Data Protection for Virtual Environments Simplified Data Protection for Virtual Environments Storware vprotect is made to backup virtual machines running on Open platforms THE SUPPORTED PLATFORMS IT S A MULTI-HYPERVISOR WORLD According to IDC

More information

QNAP OpenStack Ready NAS For a Robust and Reliable Cloud Platform

QNAP OpenStack Ready NAS For a Robust and Reliable Cloud Platform QNAP OpenStack Ready NAS For a Robust and Reliable Cloud Platform Agenda IT transformation and challenges OpenStack A new star in the cloud world How does OpenStack satisfy IT demands? QNAP + OpenStack

More information

Symantec Storage Foundation and High Availability Solutions 6.1, DDI_R1_2016 and Dynamic Multi-Pathing 6.1 for Windows Hardware Compatibility List

Symantec Storage Foundation and High Availability Solutions 6.1, DDI_R1_2016 and Dynamic Multi-Pathing 6.1 for Windows Hardware Compatibility List Symantec Storage Foundation and High Availability Solutions 6.1, DDI_R1_2016 and Dynamic Multi-Pathing 6.1 for Windows Hardware Compatibility List Copyright 2017 Veritas Technologies LLC. All rights reserved.

More information

DEEP DIVE: OPENSTACK COMPUTE

DEEP DIVE: OPENSTACK COMPUTE DEEP DIVE: OPENSTACK COMPUTE Stephen Gordon Technical Product Manager, Red Hat @xsgordon AGENDA OpenStack architecture refresher Compute architecture Instance life cycle Scaling compute

More information

Veritas InfoScale Foundation, Availability, Storage and Enterprise Solutions 7.0, and DDI_R1_2016 for Windows Hardware Compatibility List

Veritas InfoScale Foundation, Availability, Storage and Enterprise Solutions 7.0, and DDI_R1_2016 for Windows Hardware Compatibility List Veritas InfoScale Foundation, Availability, Storage and Enterprise Solutions 7.0, 7.0.1 and DDI_R1_2016 for Windows Hardware Compatibility List Copyright 2018 Veritas Technologies LLC. All rights reserved.

More information

Software Defined Storage. Reality or BS?

Software Defined Storage. Reality or BS? Software Defined Storage Reality or BS? Defining Software Defined Storage We must resist software defined washing My Criteria: Must run on x86 server hardware No custom ASICs NVRAM allowed Can be sold

More information

SUSE Enterprise Storage 3

SUSE Enterprise Storage 3 SUSE Enterprise Storage 3 Agenda Enterprise Data Storage Challenges SUSE Enterprise Storage SUSE Enterprise Storage Deployment SUSE Enterprise Storage Sample Use Cases Summary Enterprise Data Storage Challenges

More information

OpenStack Technology Review & Demo

OpenStack Technology Review & Demo OpenStack Technology Review & Demo Egan Ford IBM Distinguished Engineer egan@us.ibm.com PPT s and Videos: http://xmission.com/~egan/cloud/! 2 Agenda IBM SmartCloud and OpenStack Cloud Taxonomy Some OpenStack

More information

ganeti Comparing IaaS VMware vs OpenStack vs Google s Ganeti November 2013 Giuseppe Gippa Paternò

ganeti Comparing IaaS VMware vs OpenStack vs Google s Ganeti November 2013 Giuseppe Gippa Paternò ganeti Comparing IaaS VMware vs OpenStack vs Google s Ganeti November 2013 Giuseppe Gippa Paternò Knowing Gippa... EMEA Cloud Solution Architect for Canonical (the company behind Ubuntu). In this role

More information

Veritas Access 7.3 Hardware Compatibility List

Veritas Access 7.3 Hardware Compatibility List Veritas Access 7.3 Hardware Compatibility List Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas Technologies, and the Veritas Technologies Logo are trademarks or registered trademarks

More information

Case Study on Enterprise Private Cloud

Case Study on Enterprise Private Cloud Case Study on Enterprise Private Cloud A TCS Case Study Veerapuram Varadhan (SUSE) Murugan N (TCS) Agenda Tata Consultancy Services Company Overview Private Cloud Challenges Present infrastructure TCS

More information

getting started guide

getting started guide Pure commitment. getting started guide Cloud Native Infrastructure version 2.0 Contents Introduction... 3 Intended audience... 3 Logging in to the Cloud Native Infrastructure dashboard... 3 Creating your

More information

IBM Spectrum Protect Snapshot for VMware 4.1.6

IBM Spectrum Protect Snapshot for VMware 4.1.6 IBM Spectrum Protect Snapshot for VMware 4.1.6 Objective of this document This document provides comprehensive information on the complete environment required to support IBM Spectrum Protect Snapshot

More information

Kubernetes Integration with Virtuozzo Storage

Kubernetes Integration with Virtuozzo Storage Kubernetes Integration with Virtuozzo Storage A Technical OCTOBER, 2017 2017 Virtuozzo. All rights reserved. 1 Application Container Storage Application containers appear to be the perfect tool for supporting

More information

Zoptymalizuj Swoje Centrum Danych z Red Hat Virtualization. Jacek Skórzyński Solution Architect/Red Hat

Zoptymalizuj Swoje Centrum Danych z Red Hat Virtualization. Jacek Skórzyński Solution Architect/Red Hat Zoptymalizuj Swoje Centrum Danych z Red Hat Virtualization Jacek Skórzyński Solution Architect/Red Hat AGENDA Red Hat Virtualization Overview RHV Architecture RHV Core Features Red Hat Virtualization Overview

More information

EMC ViPR Controller. Service Catalog Reference Guide. Version REV 02

EMC ViPR Controller. Service Catalog Reference Guide. Version REV 02 EMC ViPR Controller Version 3.5 Service Catalog Reference Guide 302-003-279 REV 02 Copyright 2013-2019 EMC Corporation All rights reserved. Published February 2019 Dell believes the information in this

More information

Archipelago: New Cloud Storage Backend of GRNET

Archipelago: New Cloud Storage Backend of GRNET Archipelago: New Cloud Storage Backend of GRNET Filippos Giannakos philipgian@grnet.gr Chrysostomos Nanakos cnanakos@grnet.gr Greek Research and Technology Network (GRNET) S.A. 16 th TF-Storage Meeting

More information

IBM Spectrum Scale in an OpenStack Environment

IBM Spectrum Scale in an OpenStack Environment Front cover IBM Spectrum Scale in an OpenStack Environment Bill Owen Dean Hildebrand Sandeep Ramesh Gautam Shah Gaurang Tapase Kumar Nachiketa Kedar Karmarkar Larry Coyne In partnership with IBM Academy

More information

Hedvig as backup target for Veeam

Hedvig as backup target for Veeam Hedvig as backup target for Veeam Solution Whitepaper Version 1.0 April 2018 Table of contents Executive overview... 3 Introduction... 3 Solution components... 4 Hedvig... 4 Hedvig Virtual Disk (vdisk)...

More information

RED HAT CEPH STORAGE ROADMAP. Cesar Pinto Account Manager, Red Hat Norway

RED HAT CEPH STORAGE ROADMAP. Cesar Pinto Account Manager, Red Hat Norway RED HAT CEPH STORAGE ROADMAP Cesar Pinto Account Manager, Red Hat Norway cpinto@redhat.com THE RED HAT STORAGE MISSION To offer a unified, open software-defined storage portfolio that delivers a range

More information

What s New in Data Protector Backup and disaster recovery for diverse, dynamic and distributed enterprises

What s New in Data Protector Backup and disaster recovery for diverse, dynamic and distributed enterprises What s New in Data Protector 10.10 Backup and disaster recovery for diverse, dynamic and distributed enterprises Julita Kussmaul, Data Protection, Product Marketing Uli Wallscheid, Data Protection, Product

More information

SolidFire Mirantis Unlocked Reference Architecture. SolidFire Inc. US HEADQUARTERS. Sunnyvale, CA

SolidFire Mirantis Unlocked Reference Architecture. SolidFire Inc. US HEADQUARTERS. Sunnyvale, CA US HEADQUARTERS Sunnyvale, CA 525 Almanor Ave Sunnyvale, CA 94085 +1-650-963-9828 Phone +1-650-963-9723 Fax SolidFire Inc. Boulder, CO 1600 Pearl St, Suite 200 Boulder Colorado 80302 Phone: 720.523.3278

More information

Build your own Cloud on Christof Westhues

Build your own Cloud on Christof Westhues Build your own Cloud on Christof Westhues chwe@de.ibm.com IBM Big Data & Elastic Storage Tour Software Defined Infrastructure Roadshow December 2 4, 2014 New applications and IT are being built for Cloud

More information

IBM Storage Driver for OpenStack Version Release Notes IBM

IBM Storage Driver for OpenStack Version Release Notes IBM IBM Storage Driver for OpenStack Version 1.7.0 Release Notes IBM First Edition (May 2016) This edition applies to version 1.7.0 of the IBM Storage Driver for OpenStack software package. Newer editions

More information

Vendor: IBM. Exam Code: Exam Name: Storage Sales V2. Version: DEMO

Vendor: IBM. Exam Code: Exam Name: Storage Sales V2. Version: DEMO Vendor: IBM Exam Code: 000-115 Exam Name: Storage Sales V2 Version: DEMO 1.Which of the following customer requirements is the TS7650G Gateway designed to address? A. latency across a long distance network

More information

Architecture and terminology

Architecture and terminology Architecture and terminology Guy Carmin RHCE, RHCI, RHCVA, RHCSA Solution Architect IGC, Red Hat Roei Goldenberg RHCE Linux Consultant and Cloud expert, Matrix May 2015 Agenda RHEL-OSP services modules

More information

DRAFT Pure Storage FlashArray OpenStack Cinder Volume Driver Setup Guide

DRAFT Pure Storage FlashArray OpenStack Cinder Volume Driver Setup Guide DRAFT Pure Storage FlashArray OpenStack Cinder Volume Driver 5.0.0 Setup Guide Thursday, September 14, 2017 19:59 DRAFT Pure Storage FlashArray OpenStack Cinder Volume Driver 5.0.0 Setup Guide Contents

More information