ovirt and Gluster Hyperconvergence

Size: px
Start display at page:

Download "ovirt and Gluster Hyperconvergence"

Transcription

1 ovirt and Gluster Hyperconvergence January 2015 Federico Simoncelli Principal Software Engineer Red Hat ovirt and GlusterFS Hyperconvergence, Jan

2 Agenda ovirt Architecture and Software-defined Data Center GlusterFS Architecture and Important Concepts Hyperconverged ovirt GlusterFS Managing GlusterFS Gluster Storage Domain and Improving UX Underlying Block Devices, Management and Monitoring Data Replication and Scaling-out QEMU libgfapi Conclusions ovirt and GlusterFS Hyperconvergence, Jan

3 ovirt and its Architecture ovirt is a virtualization platform to manage virtual machines, storage and networks Engine (ovirt-engine) Manages the ovirt hosts, and allows system administrators to create and deploy new VMs Host Agent (VDSM) ovirt engine communicates with VSDM to manage the VMs, storages and networks Storage Clusters Engine Storage Server Cluster Hosts Storage Server ovirt and GlusterFS Hyperconvergence, Jan

4 ovirt Storage Architecture Storage Domain Centralized storage system (images, templates, etc.) A standalone storage entity (implemented with NFS, GlusterFS, FCP, iscsi) Stores the images and associated metadata Only real persistent storage for VDSM Storage Pool Aggregates several Storage Domains Supposed to simplify cross domain operations Storage Pool Clusters Engine Storage Domain VDSM Hosts Storage Domain ovirt and GlusterFS Hyperconvergence, Jan

5 Software-defined Data Center Software-defined data center is a vision for IT infrastructure that extends virtualization concepts such as abstraction, pooling, and automation to all of the data center s resources and services to achieve IT as a service (ITaaS) [1] Compute virtualization (KVM) Software-defined networking (SDN) - networking functionalities in a software-based solution Software-defined storage (SDS), storage capacity, performance and durability in a software-based solution Engine Clusters VDSM Hosts Software-defined Storage [1] ovirt and GlusterFS Hyperconvergence, Jan

6 Hyperconverged Architecture Hyperconvergence is a type of infrastructure system with a softwarecentric architecture that tightly integrates compute, storage, networking and virtualization resources and other technologies from scratch in a commodity hardware box supported by a single vendor [1] Group direct-attached storage into a single Namespace Reliably consume virtual machine images from the single Namespace VMs and Storage Engine Direct-attached storage (SAS/SATA) [1] ovirt and GlusterFS Hyperconvergence, Jan

7 GlusterFS and its Architecture GlusterFS is a general purpose scale-out distributed file-system supporting thousands of clients Aggregates storage exports over network interconnect to provide a single unified namespace File-system completely in userspace, runs on commodity hardware Layered on disk file systems that support extended attributes ovirt and GlusterFS Hyperconvergence, Jan

8 GlusterFS Bricks A brick is an export directory located on a specific node (e.g. host-01:/srv/fs1/brick1) Each brick inherits limits of the underlying file-system No limit on the number bricks per node (as bestpractice each brick in a cluster should be of the same size) /srv/fs1/brick1 /srv/fs1/brick2 /srv/fs2/brick3 File-System: /srv/fs1 Block Device: /dev/dm-1 /srv/fs2 /dev/dm-2 ovirt and GlusterFS Hyperconvergence, Jan

9 GlusterFS Volumes A volume (the mountable entity) is a logical collection of bricks Bricks from the same node can be part of different volumes Different types of Volumes Distribute, Stripe, Replicate (and their combinations) Type of a volume is specified at the time of volume creation and determines how and where data is placed Volume1 Distribute/Stripe/Replicate host01:/srv/fs1/brick1 host02:/srv/fs1/brick1 host03:/srv/fs1/brick1 ovirt and GlusterFS Hyperconvergence, Jan

10 History of GlusterFS in ovirt ovirt August 2012 Initial support for provisioning and managing GlusterFS based storage clusters ovirt February 2013 Support for importing and syncing existing GlusterFS clusters in ovirt Engine ovirt September 2013 Gluster Storage Domain as new Storage Domain Type which uses GlusterFS as the storage backend ovirt March 2014 Support for re-balancing volumes and removing bricks ovirt and GlusterFS Hyperconvergence, Jan

11 Hyperconverged ovirt GlusterFS The Data Center nodes are used both for virtualization and serving replicated images from the GlusterFS Bricks The boxes can be standardized (hardware and deployment) for easy addition and replacement Support for both scaling up, adding more disks, and scaling out, adding more hosts VMs and Storage Engine GlusterFS Volume Bricks Bricks Bricks ovirt and GlusterFS Hyperconvergence, Jan

12 Managing GlusterFS from ovirt Gluster Service support is located in the Cluster properties Deploy Hosts with GlusterFS Server support Enable Bricks and Volume Management from ovirt WebAdmin and REST-API Engine is not taking in consideration GlusterFS on Virtualization Power-Saving policies and Fencing ovirt and GlusterFS Hyperconvergence, Jan

13 Managing GlusterFS from ovirt It is possible to create and manage Gluster Volumes from WebAdmin and using the REST-API Volume Profiling Volume Capacity Monitoring ovirt and GlusterFS Hyperconvergence, Jan

14 Gluster Storage Domain It is possible to create ovirt Storage Domain from GlusterFS Volumes ovirt and GlusterFS Hyperconvergence, Jan

15 In Progress: User Experience Seamless UX for GlusterFS Volumes and Storage Domains (relationship not limited to UX) Provide a list of GlusterFS volumes when user selects GlusterFS as Storage Domain Automatically handle the Virtualization tunables Warn about non-replica 3 GlusterFS Volumes (easy redirect to Volumes management) Add a menu option to create Storage Domains in the Gluster Volumes tab ovirt and GlusterFS Hyperconvergence, Jan

16 In Progress: GlusterFS Networks Currently, Gluster nodes use the same network for both VDSM management and Gluster traffic (possibly causing traffic chokes) The proposed solution is to separate out the GlusterFS traffic at the time of adding bricks to a Gluster volume VMs and Storage Engine Direct-attached storage (SAS/SATA) ovirt and GlusterFS Hyperconvergence, Jan

17 Bricks Underlying Block Devices Intelligently combine fast IOPS devices (SSDs) and cost-effective large capacity drives (HDDs) DM-Cache uses fast storage devices, to act as a cache for one or more slower storage devices Battery backed RAID cards provide reliability and performances (writeback) File-System / Bricks LVM Thin-P + Data LV Battery Backed RAID / DM-Cache /dev/sdb1 /dev/sdc1 /dev/sdd1 ovirt and GlusterFS Hyperconvergence, Jan

18 In Progress: Host Device Management Identify available disks and storage devices Create new bricks by creating new Thin Logical Volumes (or expand existing brick) Format the logical volume with the selected file-system and manage fstab entry ovirt and GlusterFS Hyperconvergence, Jan

19 GlusterFS Monitoring with Nagios Monitoring of critical entities such as hosts, networking, volumes, clusters and services Critical infrastructure components fail and recover alerts ( , SNMP) Record of service outages, events and notifications for later review ovirt and GlusterFS Hyperconvergence, Jan

20 GlusterFS Replicated Volumes Synchronous replication of all directory and file updates Provides high availability of data when node failures occur Transaction driven for ensuring consistency Changelogs maintained for re-conciliation Used for ovirt Storage Data Domains Read from one copy Volume1 Writes are replicated host01:/srv/fs1/brick1 host02:/srv/fs1/brick1 host03:/srv/fs1/brick1 ovirt and GlusterFS Hyperconvergence, Jan

21 Distributed Replicated Volume Distribute files across replicated bricks Number of bricks must be a multiple of the replica count Ordering of bricks in volume definition matters Scaling and high availability Reads get load balanced Model of deployment for ovirt Storage Domains Volume1 brick1 brick2 brick3 brick4 brick5 brick6 ovirt and GlusterFS Hyperconvergence, Jan

22 Bricks Scaling Out Algorithms Trivial flat scaling out assumes multiples of 3 hosts Replica Set 1 Replica Set 2 brick1 brick2 brick3 brick4 brick5 brick6 Scaling by one host at time requires a more elaborated algorithm, e.g. (most trivial): Replica Set 1 Replica Set 2 brick1 brick2 brick3 brick4 brick5 brick6 ovirt and GlusterFS Hyperconvergence, Jan

23 Data Locality and Scheduling Scheduling a VM on an host holding its image replica is improving IO Writes need to be replicated Local reads Volume1 host01:/srv/fs1/brick1 host02:/srv/fs1/brick1 host03:/srv/fs1/brick1 Intelligent creation of VMs disks to group images on the same replica set Possible implementation with GlusterFS policy and deterministic placement based on image names Possible issue: unbalanced bricks space usage Possible future pluggable scheduler for disk images and VMs ovirt and GlusterFS Hyperconvergence, Jan

24 In Progress: QEMU libgfapi Support GlusterFS exposes APIs for accessing Gluster volumes Reduces context switches FUSE Access Client Server QEMU GlusterFS Gluster Brick Userspace Userspace Kernel Net Net Kernel Kernel VFS /dev/fuse File-System ovirt and GlusterFS Hyperconvergence, Jan

25 In Progress: QEMU libgfapi Support GlusterFS exposes APIs for accessing Gluster volumes Reduces context switches libgfapi Access Client Server QEMU Gluster Brick Userspace Userspace Kernel Net Net Kernel File-System ovirt and GlusterFS Hyperconvergence, Jan

26 Hosted-Engine Support Hosted-Engine: ability to run ovirt Engine as a HA VM on the hosts that are managed by the same Engine Supports initial deployment from a single host Consume Gluster Storage Domain for the Engine VM Prepare GlusterFS Volumes on the Host for Hyperconverged deployment Proposal: support initial single-host Deployment (no GlusterFS Volume replica) and then add additional Hosts from Engine ovirt and GlusterFS Hyperconvergence, Jan

27 Current Efforts In Progress Usability GlusterFS Storage Domain Creation Deployment and Monitoring Host Device Management and Monitoring Hosted-Engine support Optimizations Data locality and scheduling QEMU libgfapi support Best-Practice Documentation (Disk/Host replacement, etc.) Other Miscellaneous Issues Limit heavy data operations on rebalance/reconstruct Power-saving policies and fencing awareness ovirt and GlusterFS Hyperconvergence, Jan

28 THANK YOU! #ovirt irc.oftc.net ovirt and GlusterFS Hyperconvergence, Jan

ovirt and Gluster hyper-converged! HA solution for maximum resource utilization

ovirt and Gluster hyper-converged! HA solution for maximum resource utilization ovirt and Gluster hyper-converged! HA solution for maximum resource utilization 21 st of Aug 2015 Martin Sivák Senior Software Engineer Red Hat Czech KVM Forum Seattle, Aug 2015 1 Agenda (Storage) architecture

More information

ovirt and Gluster hyper-converged! HA solution for maximum resource utilization

ovirt and Gluster hyper-converged! HA solution for maximum resource utilization ovirt and Gluster hyper-converged! HA solution for maximum resource utilization 31 st of Jan 2016 Martin Sivák Senior Software Engineer Red Hat Czech FOSDEM, Jan 2016 1 Agenda (Storage) architecture of

More information

Open Source, Scale-out clustered NAS using nfs-ganesha and GlusterFS

Open Source, Scale-out clustered NAS using nfs-ganesha and GlusterFS Open Source, Scale-out clustered NAS using nfs-ganesha and GlusterFS Anand Subramanian Senior Principal Engineer, Red Hat anands@redhat.com Agenda Introduction GlusterFS NFSv4 nfs-ganesha Nfs-ganesha Architecture

More information

Understanding Microsoft Storage Spaces

Understanding Microsoft Storage Spaces S T O R A G E Understanding Microsoft Storage Spaces A critical look at its key features and value proposition for storage administrators A Microsoft s Storage Spaces solution offers storage administrators

More information

Introduction to Gluster. Versions 3.0.x

Introduction to Gluster. Versions 3.0.x Introduction to Gluster Versions 3.0.x Table of Contents Table of Contents... 2 Overview... 3 Gluster File System... 3 Gluster Storage Platform... 3 No metadata with the Elastic Hash Algorithm... 4 A Gluster

More information

THE FUTURE OF STORAGE IS SOFTWARE DEFINED. Jasper Geraerts Business Manager Storage Benelux/Red Hat

THE FUTURE OF STORAGE IS SOFTWARE DEFINED. Jasper Geraerts Business Manager Storage Benelux/Red Hat THE FUTURE OF STORAGE IS SOFTWARE DEFINED Jasper Geraerts Business Manager Storage Benelux/Red Hat THE FUTURE OF STORAGE Traditional Storage Complex proprietary silos Open, Software-Defined Storage Standardized,

More information

SYNNEFO: A COMPLETE CLOUD PLATFORM OVER GOOGLE GANETI WITH OPENSTACK APIs VANGELIS KOUKIS, TECH LEAD, SYNNEFO

SYNNEFO: A COMPLETE CLOUD PLATFORM OVER GOOGLE GANETI WITH OPENSTACK APIs VANGELIS KOUKIS, TECH LEAD, SYNNEFO SYNNEFO: A COMPLETE CLOUD PLATFORM OVER GOOGLE GANETI WITH OPENSTACK APIs VANGELIS KOUKIS, TECH LEAD, SYNNEFO 1 Synnefo cloud platform An all-in-one cloud solution Written from scratch in Python Manages

More information

Red Hat Storage Server Administration Deep Dive

Red Hat Storage Server Administration Deep Dive Red Hat Storage Server Administration Deep Dive Dustin L. Black, RHCA Sr. Technical Account Manager Red Hat Global Support Services ** This session will include a live demo from 6-7pm ** Dustin L. Black,

More information

StorPool Distributed Storage Software Technical Overview

StorPool Distributed Storage Software Technical Overview StorPool Distributed Storage Software Technical Overview StorPool 2015 Page 1 of 8 StorPool Overview StorPool is distributed storage software. It pools the attached storage (hard disks or SSDs) of standard

More information

Maxta Storage Platform Enterprise Storage Re-defined

Maxta Storage Platform Enterprise Storage Re-defined Maxta Storage Platform Enterprise Storage Re-defined WHITE PAPER Software-Defined Data Center The Software-Defined Data Center (SDDC) is a unified data center platform that delivers converged computing,

More information

Traditional v/s CONVRGD

Traditional v/s CONVRGD Traditional v/s CONVRGD Traditional Virtualization Stack Converged Virtualization Infrastructure with HCE/HSE Data protection software applications PDU Backup Servers + Virtualization Storage Switch HA

More information

Scala Storage Scale-Out Clustered Storage White Paper

Scala Storage Scale-Out Clustered Storage White Paper White Paper Scala Storage Scale-Out Clustered Storage White Paper Chapter 1 Introduction... 3 Capacity - Explosive Growth of Unstructured Data... 3 Performance - Cluster Computing... 3 Chapter 2 Current

More information

With Red Hat Enterprise Virtualization, you can: Take advantage of existing people skills and investments

With Red Hat Enterprise Virtualization, you can: Take advantage of existing people skills and investments RED HAT ENTERPRISE VIRTUALIZATION DATASHEET RED HAT ENTERPRISE VIRTUALIZATION AT A GLANCE Provides a complete end-toend enterprise virtualization solution for servers and desktop Provides an on-ramp to

More information

Big data Devices Apps

Big data Devices Apps Trends driving IT pressures Cloud Big data Devices Apps Devices: Info Workers Will Erase Boundary Between enterprise And Consumer Technologies. Forrester Research. August 30, 2012 Apps: Gartner: Predicts

More information

VMware Software-Defined Storage Vision

VMware Software-Defined Storage Vision VMware Software-Defined Storage Vision Lee Dilworth (@leedilworth) Principal Systems Engineer 2014 VMware Inc. All rights reserved. The Software-Defined Data Center Expand virtual compute to all applications

More information

Whitepaper. NexentaConnect for VMware Virtual SAN. Full Featured File services for Virtual SAN

Whitepaper. NexentaConnect for VMware Virtual SAN. Full Featured File services for Virtual SAN Whitepaper NexentaConnect for VMware Virtual SAN Full Featured File services for Virtual SAN Table of Contents Introduction... 1 Next Generation Storage and Compute... 1 VMware Virtual SAN... 2 Highlights

More information

Introduction to Highly Available NFS Server on scale out storage systems based on GlusterFS

Introduction to Highly Available NFS Server on scale out storage systems based on GlusterFS Introduction to Highly Available NFS Server on scale out storage systems based on GlusterFS Soumya Koduri Red Hat Meghana Madhusudhan Red Hat AGENDA What is GlusterFS? Integration with NFS Ganesha Clustered

More information

RED HAT STORAGE SERVER TECHNICAL OVERVIEW

RED HAT STORAGE SERVER TECHNICAL OVERVIEW RED HAT STORAGE SERVER TECHNICAL OVERVIEW Ingo Börnig Solution Architect, Red Hat 24.10.2013 NEW STORAGE REQUIREMENTS FOR THE MODERN HYBRID DATACENTER DESIGNED FOR THE NEW DATA LANDSCAPE PETABYTE SCALE

More information

Building Storage Service in a Private Cloud

Building Storage Service in a Private Cloud Building Storage Service in a Private Cloud Sateesh Potturu & Deepak Vasudevan Wipro Technologies Abstract Storage in a private cloud is the storage that sits within a particular enterprise security domain

More information

Building Storage as a Service with OpenStack. Greg Elkinbard Senior Technical Director

Building Storage as a Service with OpenStack. Greg Elkinbard Senior Technical Director Building Storage as a Service with OpenStack Greg Elkinbard Senior Technical Director MIRANTIS 2012 PAGE 1 About the Presenter Greg Elkinbard Senior Technical Director at Mirantis Builds on demand IaaS

More information

VMware. 2014 VMware Inc. All rights reserved.

VMware. 2014 VMware Inc. All rights reserved. VMware 2014 VMware Inc. All rights reserved. 1 Today s Datacenter Not Yet A Private Cloud Hypervisor Compute challenge largely resolved Hardware abstracted and pooled Dynamic provisioning Self-service

More information

HRG Assessment: Stratus everrun Enterprise

HRG Assessment: Stratus everrun Enterprise HRG Assessment: Stratus everrun Enterprise Today IT executive decision makers and their technology recommenders are faced with escalating demands for more effective technology based solutions while at

More information

Product Brochure. Hedvig Distributed Storage Platform. Elastic. Modern Storage for Modern Business. One platform for any application. Simple.

Product Brochure. Hedvig Distributed Storage Platform. Elastic. Modern Storage for Modern Business. One platform for any application. Simple. Product Brochure Elastic Scales to petabytes of data Start with as few as two nodes and scale to thousands. Add capacity if and when needed. Embrace the economics of commodity x86 infrastructure to build

More information

Storage Architectures for Big Data in the Cloud

Storage Architectures for Big Data in the Cloud Storage Architectures for Big Data in the Cloud Sam Fineberg HP Storage CT Office/ May 2013 Overview Introduction What is big data? Big Data I/O Hadoop/HDFS SAN Distributed FS Cloud Summary Research Areas

More information

Storage Virtualization. Andreas Joachim Peters CERN IT-DSS

Storage Virtualization. Andreas Joachim Peters CERN IT-DSS Storage Virtualization Andreas Joachim Peters CERN IT-DSS Outline What is storage virtualization? Commercial and non-commercial tools/solutions Local and global storage virtualization Scope of this presentation

More information

Scientific Computing Data Management Visions

Scientific Computing Data Management Visions Scientific Computing Data Management Visions ELI-Tango Workshop Szeged, 24-25 February 2015 Péter Szász Group Leader Scientific Computing Group ELI-ALPS Scientific Computing Group Responsibilities Data

More information

RED HAT STORAGE SERVER An introduction to Red Hat Storage Server architecture

RED HAT STORAGE SERVER An introduction to Red Hat Storage Server architecture TECHNOLOGY DETAIL RED HAT STORAGE SERVER An introduction to Red Hat Storage Server architecture ABSTRACT During the last decade, enterprises have seen enormous gains in scalability, flexibility, and affordability

More information

Enterprise Storage Solution for Hyper-V Private Cloud and VDI Deployments using Sanbolic s Melio Cloud Software Suite April 2011

Enterprise Storage Solution for Hyper-V Private Cloud and VDI Deployments using Sanbolic s Melio Cloud Software Suite April 2011 Enterprise Storage Solution for Hyper-V Private Cloud and VDI Deployments using Sanbolic s Melio Cloud Software Suite April 2011 Executive Summary Large enterprise Hyper-V deployments with a large number

More information

Distributed File System Choices: Red Hat Storage, GFS2 & pnfs

Distributed File System Choices: Red Hat Storage, GFS2 & pnfs Distributed File System Choices: Red Hat Storage, GFS2 & pnfs Ric Wheeler Architect & Senior Manager, Red Hat June 27, 2012 Overview Distributed file system basics Red Hat distributed file systems Performance

More information

Product Brochure. Hedvig Distributed Storage Platform Modern Storage for Modern Business. Elastic. Accelerate data to value. Simple.

Product Brochure. Hedvig Distributed Storage Platform Modern Storage for Modern Business. Elastic. Accelerate data to value. Simple. Product Brochure Elastic Scales to petabytes of data Start with as few as two nodes and scale to thousands. Add capacity if and when needed. Embrace the economics of commodity x86 infrastructure to build

More information

What s New in VMware Virtual SAN TECHNICAL WHITE PAPER

What s New in VMware Virtual SAN TECHNICAL WHITE PAPER What s New in VMware Virtual SAN TECHNICAL WHITE PAPER v1.0/february 2014 Update Table of Contents 1. Introduction.... 4 1.1 Software-Defined Datacenter.... 4 1.2 Software-Defined Storage.... 4 1.3 VMware

More information

Trends driving software-defined storage

Trends driving software-defined storage Software-defined storage. Redefined. Introduction to Hedvig Hedvig Executive Team February, 2015 Trends driving software-defined storage Data volumes grow. App requirements change. Users demand new services.

More information

Big data management with IBM General Parallel File System

Big data management with IBM General Parallel File System Big data management with IBM General Parallel File System Optimize storage management and boost your return on investment Highlights Handles the explosive growth of structured and unstructured data Offers

More information

EOFS Workshop Paris Sept, 2011. Lustre at exascale. Eric Barton. CTO Whamcloud, Inc. eeb@whamcloud.com. 2011 Whamcloud, Inc.

EOFS Workshop Paris Sept, 2011. Lustre at exascale. Eric Barton. CTO Whamcloud, Inc. eeb@whamcloud.com. 2011 Whamcloud, Inc. EOFS Workshop Paris Sept, 2011 Lustre at exascale Eric Barton CTO Whamcloud, Inc. eeb@whamcloud.com Agenda Forces at work in exascale I/O Technology drivers I/O requirements Software engineering issues

More information

Nutanix Tech Note. Failure Analysis. 2013 All Rights Reserved, Nutanix Corporation

Nutanix Tech Note. Failure Analysis. 2013 All Rights Reserved, Nutanix Corporation Nutanix Tech Note Failure Analysis A Failure Analysis of Storage System Architectures Nutanix Scale-out v. Legacy Designs Types of data to be protected Any examination of storage system failure scenarios

More information

Cloud Storage. Parallels. Performance Benchmark Results. White Paper. www.parallels.com

Cloud Storage. Parallels. Performance Benchmark Results. White Paper. www.parallels.com Parallels Cloud Storage White Paper Performance Benchmark Results www.parallels.com Table of Contents Executive Summary... 3 Architecture Overview... 3 Key Features... 4 No Special Hardware Requirements...

More information

NEXENTA S VDI SOLUTIONS BRAD STONE GENERAL MANAGER NEXENTA GREATERCHINA

NEXENTA S VDI SOLUTIONS BRAD STONE GENERAL MANAGER NEXENTA GREATERCHINA NEXENTA S VDI SOLUTIONS BRAD STONE GENERAL MANAGER NEXENTA GREATERCHINA VDI Storage Challenge 95% of I/O is small, random writes Very challenging for a storage system End users demand low latency NexentaStor

More information

Product Spotlight. A Look at the Future of Storage. Featuring SUSE Enterprise Storage. Where IT perceptions are reality

Product Spotlight. A Look at the Future of Storage. Featuring SUSE Enterprise Storage. Where IT perceptions are reality Where IT perceptions are reality Product Spotlight A Look at the Future of Storage Featuring SUSE Enterprise Storage Document # SPOTLIGHT2013001 v5, January 2015 Copyright 2015 IT Brand Pulse. All rights

More information

Veritas InfoScale 7.0 Virtualization Guide - Linux

Veritas InfoScale 7.0 Virtualization Guide - Linux Veritas InfoScale 7.0 Virtualization Guide - Linux November 2015 Veritas InfoScale 7.0 Virtualization Guide The software described in this book is furnished under a license agreement and may be used only

More information

Dell Converged Infrastructure

Dell Converged Infrastructure Agenda Microsoft Software Defined and Storage Economics Summary of all Dell SDS offerings Storage Trends (SAN > JBOD > Internal Disks) Legacy Storage and JBOD Enclosure Trends Software Defined Storage

More information

Gluster Filesystem 3.3 Beta 2 Hadoop Compatible Storage

Gluster Filesystem 3.3 Beta 2 Hadoop Compatible Storage Gluster Filesystem 3.3 Beta 2 Hadoop Compatible Storage Release: August 2011 Copyright Copyright 2011 Gluster, Inc. This is a preliminary document and may be changed substantially prior to final commercial

More information

WHITE PAPER. Software Defined Storage Hydrates the Cloud

WHITE PAPER. Software Defined Storage Hydrates the Cloud WHITE PAPER Software Defined Storage Hydrates the Cloud Table of Contents Overview... 2 NexentaStor (Block & File Storage)... 4 Software Defined Data Centers (SDDC)... 5 OpenStack... 5 CloudStack... 6

More information

(R)Evolution im Software Defined Datacenter Hyper-Converged Infrastructure

(R)Evolution im Software Defined Datacenter Hyper-Converged Infrastructure (R)Evolution im Software Defined Datacenter Hyper-Converged Infrastructure David Kernahan Senior Systems Engineer VMware Switzerland GmbH 2014 VMware Inc. All rights reserved. Agenda 1 VMware Strategy

More information

Develop a process for applying updates to systems, including verifying properties of the update. Create File Systems

Develop a process for applying updates to systems, including verifying properties of the update. Create File Systems RH413 Manage Software Updates Develop a process for applying updates to systems, including verifying properties of the update. Create File Systems Allocate an advanced file system layout, and use file

More information

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS Server virtualization offers tremendous benefits for enterprise IT organizations server

More information

BlueArc unified network storage systems 7th TF-Storage Meeting. Scale Bigger, Store Smarter, Accelerate Everything

BlueArc unified network storage systems 7th TF-Storage Meeting. Scale Bigger, Store Smarter, Accelerate Everything BlueArc unified network storage systems 7th TF-Storage Meeting Scale Bigger, Store Smarter, Accelerate Everything BlueArc s Heritage Private Company, founded in 1998 Headquarters in San Jose, CA Highest

More information

Sun Storage Perspective & Lustre Architecture. Dr. Peter Braam VP Sun Microsystems

Sun Storage Perspective & Lustre Architecture. Dr. Peter Braam VP Sun Microsystems Sun Storage Perspective & Lustre Architecture Dr. Peter Braam VP Sun Microsystems Agenda Future of Storage Sun s vision Lustre - vendor neutral architecture roadmap Sun s view on storage introduction The

More information

Deep Dive on SimpliVity s OmniStack A Technical Whitepaper

Deep Dive on SimpliVity s OmniStack A Technical Whitepaper Deep Dive on SimpliVity s OmniStack A Technical Whitepaper By Hans De Leenheer and Stephen Foskett August 2013 1 Introduction This paper is an in-depth look at OmniStack, the technology that powers SimpliVity

More information

How the Software-Defined Data Center Is Transforming End User Computing

How the Software-Defined Data Center Is Transforming End User Computing How the Software-Defined Data Center Is Transforming End User Computing The Essentials Series sponsored by David Davis SDDC Powered Virtual Desktops and Applications... 1 Three Pillars of SDDC and Desktop/Application

More information

WHITEPAPER. Network-Attached Storage in the Public Cloud. Introduction. Red Hat Storage for Amazon Web Services

WHITEPAPER. Network-Attached Storage in the Public Cloud. Introduction. Red Hat Storage for Amazon Web Services WHITEPAPER Network-Attached Storage in the Public Cloud Red Hat Storage for Amazon Web Services Introduction Cloud computing represents a major transformation in the way enterprises deliver a wide array

More information

Testing of several distributed file-system (HadoopFS, CEPH and GlusterFS) for supporting the HEP experiments analisys. Giacinto DONVITO INFN-Bari

Testing of several distributed file-system (HadoopFS, CEPH and GlusterFS) for supporting the HEP experiments analisys. Giacinto DONVITO INFN-Bari Testing of several distributed file-system (HadoopFS, CEPH and GlusterFS) for supporting the HEP experiments analisys. Giacinto DONVITO INFN-Bari 1 Agenda Introduction on the objective of the test activities

More information

A Virtual Filer for VMware s Virtual SAN A Maginatics and VMware Joint Partner Brief

A Virtual Filer for VMware s Virtual SAN A Maginatics and VMware Joint Partner Brief A Virtual Filer for VMware s Virtual SAN A Maginatics and VMware Joint Partner Brief With the massive growth of unstructured data in today s enterprise environments, storage IT administrators are constantly

More information

RED HAT STORAGE PORTFOLIO OVERVIEW

RED HAT STORAGE PORTFOLIO OVERVIEW RED HAT STORAGE PORTFOLIO OVERVIEW Andrew Hatfield Practice Lead Cloud Storage and Big Data MILCIS November 2015 THE RED HAT STORAGE MISSION To offer a unified, open software-defined storage portfolio

More information

Technology Insight Series

Technology Insight Series Evaluating Storage Technologies for Virtual Server Environments Russ Fellows June, 2010 Technology Insight Series Evaluator Group Copyright 2010 Evaluator Group, Inc. All rights reserved Executive Summary

More information

Introduction to OpenStack

Introduction to OpenStack Introduction to OpenStack Carlo Vallati PostDoc Reseracher Dpt. Information Engineering University of Pisa carlo.vallati@iet.unipi.it Cloud Computing - Definition Cloud Computing is a term coined to refer

More information

Increasing Storage Performance, Reducing Cost and Simplifying Management for VDI Deployments

Increasing Storage Performance, Reducing Cost and Simplifying Management for VDI Deployments Increasing Storage Performance, Reducing Cost and Simplifying Management for VDI Deployments Table of Contents Introduction.......................................3 Benefits of VDI.....................................4

More information

SAP Running on an EMC Virtualized Infrastructure and SAP Deployment of Fully Automated Storage Tiering

SAP Running on an EMC Virtualized Infrastructure and SAP Deployment of Fully Automated Storage Tiering SAP Running on an EMC Virtualized Infrastructure and SAP Deployment of Fully Automated Storage Tiering SAP TechED Shanghai: - Raul Porras Information Infrastructure Solutions, EMC December 2010 Disclaimer

More information

Software Defined Storage @ Microsoft. PRESENTATION TITLE GOES HERE Siddhartha Roy Cloud + Enterprise Division Microsoft Corporation

Software Defined Storage @ Microsoft. PRESENTATION TITLE GOES HERE Siddhartha Roy Cloud + Enterprise Division Microsoft Corporation Software Defined @ Microsoft PRESENTATION TITLE GOES HERE Siddhartha Roy Cloud + Enterprise Division Microsoft Corporation Lessons Learned operating large cloud properties Industry trends Cloud scale services

More information

KVM, OpenStack, and the Open Cloud

KVM, OpenStack, and the Open Cloud KVM, OpenStack, and the Open Cloud Adam Jollans, IBM & Mike Kadera, Intel CloudOpen Europe - October 13, 2014 13Oct14 Open VirtualizaGon Alliance 1 Agenda A Brief History of VirtualizaGon KVM Architecture

More information

Sep 23, 2014. OSBCONF 2014 Cloud backup with Bareos

Sep 23, 2014. OSBCONF 2014 Cloud backup with Bareos Sep 23, 2014 OSBCONF 2014 Cloud backup with Bareos OSBCONF 23/09/2014 Content: Who am I Quick overview of Cloud solutions Bareos and Backup/Restore using Cloud Storage Bareos and Backup/Restore of Cloud

More information

VMware Virtual SAN 6.0 Design and Sizing Guide

VMware Virtual SAN 6.0 Design and Sizing Guide Virtual SAN Design and Sizing Guide VMware Virtual SAN 6.0 Design and Sizing Guide Cormac Hogan Storage and Availability Business Unit VMware v 1.0.5/April 2015 V M w a r e S t o r a g e a n d A v a i

More information

Delivering SDS simplicity and extreme performance

Delivering SDS simplicity and extreme performance Delivering SDS simplicity and extreme performance Real-World SDS implementation of getting most out of limited hardware Murat Karslioglu Director Storage Systems Nexenta Systems October 2013 1 Agenda Key

More information

Windows Server 2012 Storage

Windows Server 2012 Storage Windows Server 2012 Storage Storage Spaces and Thin Provisioning Harold Wong Storage Spaces and Thin Provisioning Overview Why should I care? Technology Overview Demo Next Steps Storage Spaces and Thin

More information

StoneFly SCVM TM for ESXi

StoneFly SCVM TM for ESXi StoneFly TM for ESXi Add StoneFly Storage Concentrator Virtual Machine () to your VMware ESXi Server and the possibilities are endless! Reduce your CapEx and OpEx by optimized utilization of servers and

More information

GlusterFS Distributed Replicated Parallel File System

GlusterFS Distributed Replicated Parallel File System GlusterFS Distributed Replicated Parallel File System SLAC 2011 Martin Alfke Agenda General Information on GlusterFS Architecture Overview GlusterFS Translators GlusterFS

More information

RED HAT ENTERPRISE VIRTUALIZATION

RED HAT ENTERPRISE VIRTUALIZATION Giuseppe Paterno' Solution Architect Jan 2010 Red Hat Milestones October 1994 Red Hat Linux June 2004 Red Hat Global File System August 2005 Red Hat Certificate System & Dir. Server April 2006 JBoss April

More information

MaxDeploy Hyper- Converged Reference Architecture Solution Brief

MaxDeploy Hyper- Converged Reference Architecture Solution Brief MaxDeploy Hyper- Converged Reference Architecture Solution Brief MaxDeploy Reference Architecture solutions are configured and tested for support with Maxta software- defined storage and with industry

More information

Virtualization Management the ovirt way

Virtualization Management the ovirt way ovirt introduction FOSDEM 2013 Doron Fediuck Red Hat What is ovirt? Large scale, centralized management for server and desktop virtualization Based on leading performance, scalability and security infrastructure

More information

StarWind Virtual SAN Scale-Out Architecture

StarWind Virtual SAN Scale-Out Architecture #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN VERSION 2.1 SEPTEMBER 2015 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the StarWind and the StarWind Software logos are

More information

DataCore SANsymphony-V Software-Defined Storage The intelligent way of data virtualizing!

DataCore SANsymphony-V Software-Defined Storage The intelligent way of data virtualizing! DataCore SANsymphony-V Software-Defined Storage The intelligent way of data virtualizing! A practical example 2 Setting the scene Car components suppliers in Latvia 500 worker Additional fabrics in Asia

More information

A virtual SAN for distributed multi-site environments

A virtual SAN for distributed multi-site environments Data sheet A virtual SAN for distributed multi-site environments What is StorMagic SvSAN? StorMagic SvSAN is a software storage solution that enables enterprises to eliminate downtime of business critical

More information

Hyperscale Use Cases for Scaling Out with Flash. David Olszewski

Hyperscale Use Cases for Scaling Out with Flash. David Olszewski Hyperscale Use Cases for Scaling Out with Flash David Olszewski Business challenges Performanc e Requireme nts Storage Budget Balance the IT requirements How can you get the best of both worlds? SLA Optimized

More information

Red Hat Enterprise Linux as a

Red Hat Enterprise Linux as a Red Hat Enterprise Linux as a file server You re familiar with Red Hat products that provide general-purpose environments for server-based software applications or desktop/workstation users. But did you

More information

ovirt self-hosted engine seamless deployment

ovirt self-hosted engine seamless deployment ovirt self-hosted engine seamless deployment Simone Tiraboschi Software Engineer Red Hat Agenda ovirt Hosted Engine Current - 3.5 - HE deploy flow Enabling technologies New - 3.6 - deploy flow Comparison

More information

October 2011. Gluster Virtual Storage Appliance - 3.2 User Guide

October 2011. Gluster Virtual Storage Appliance - 3.2 User Guide October 2011 Gluster Virtual Storage Appliance - 3.2 User Guide Table of Contents 1. About the Guide... 4 1.1. Disclaimer... 4 1.2. Audience for this Guide... 4 1.3. User Prerequisites... 4 1.4. Documentation

More information

Red Hat Cluster Suite

Red Hat Cluster Suite Red Hat Cluster Suite HP User Society / DECUS 17. Mai 2006 Joachim Schröder Red Hat GmbH Two Key Industry Trends Clustering (scale-out) is happening 20% of all servers shipped will be clustered by 2006.

More information

ovirt: Open Your Virtual Data Center

ovirt: Open Your Virtual Data Center ovirt: Open Your Virtual Data Center Jason Brooks jbrooks@redhat.com 1 Agenda Who am I What is ovirt ovirt Anatomy Getting ovirt Extending ovirt What's missing Get involved 2 Who am I? Tech journalist

More information

Open Source Virtualization with ovirt. DI (FH) René Koch Systems Engineer Siedl Networks GmbH Grazer Linuxtage, 25.04.2015

Open Source Virtualization with ovirt. DI (FH) René Koch Systems Engineer Siedl Networks GmbH Grazer Linuxtage, 25.04.2015 Open Source Virtualization with ovirt DI (FH) René Koch Systems Engineer Siedl Networks GmbH Grazer Linuxtage, 25.04.2015 Agenda What is ovirt? Architecture and Components New Features in ovirt 3.5 Planned

More information

EMC SCALEIO OPERATION OVERVIEW

EMC SCALEIO OPERATION OVERVIEW EMC SCALEIO OPERATION OVERVIEW Ensuring Non-disruptive Operation and Upgrade ABSTRACT This white paper reviews the challenges organizations face as they deal with the growing need for always-on levels

More information

DIABLO TECHNOLOGIES MEMORY CHANNEL STORAGE AND VMWARE VIRTUAL SAN : VDI ACCELERATION

DIABLO TECHNOLOGIES MEMORY CHANNEL STORAGE AND VMWARE VIRTUAL SAN : VDI ACCELERATION DIABLO TECHNOLOGIES MEMORY CHANNEL STORAGE AND VMWARE VIRTUAL SAN : VDI ACCELERATION A DIABLO WHITE PAPER AUGUST 2014 Ricky Trigalo Director of Business Development Virtualization, Diablo Technologies

More information

NFS Ganesha and Clustered NAS on Distributed Storage System, GlusterFS. Soumya Koduri Meghana Madhusudhan Red Hat

NFS Ganesha and Clustered NAS on Distributed Storage System, GlusterFS. Soumya Koduri Meghana Madhusudhan Red Hat NFS Ganesha and Clustered NAS on Distributed Storage System, GlusterFS Soumya Koduri Meghana Madhusudhan Red Hat AGENDA NFS( Ganesha) Distributed storage system GlusterFS Integration Clustered NFS Future

More information

Virtualization. Nelson L. S. da Fonseca IEEE ComSoc Summer Scool Trento, July 9 th, 2015

Virtualization. Nelson L. S. da Fonseca IEEE ComSoc Summer Scool Trento, July 9 th, 2015 Virtualization Nelson L. S. da Fonseca IEEE ComSoc Summer Scool Trento, July 9 th, 2015 Acknowledgement Some slides in this set of slides were kindly provided by: Luiz Fernando Bittencourt, University

More information

ENTERPRISE STORAGE WITH THE FUTURE BUILT IN

ENTERPRISE STORAGE WITH THE FUTURE BUILT IN ENTERPRISE STORAGE WITH THE FUTURE BUILT IN Breakthrough Efficiency Intelligent Storage Automation Single Platform Scalability Real-time Responsiveness Continuous Protection Storage Controllers Storage

More information

WHITE PAPER 1 WWW.FUSIONIO.COM

WHITE PAPER 1 WWW.FUSIONIO.COM 1 WWW.FUSIONIO.COM WHITE PAPER WHITE PAPER Executive Summary Fusion iovdi is the first desktop- aware solution to virtual desktop infrastructure. Its software- defined approach uniquely combines the economics

More information

VIDEO SURVEILLANCE WITH SURVEILLUS VMS AND EMC ISILON STORAGE ARRAYS

VIDEO SURVEILLANCE WITH SURVEILLUS VMS AND EMC ISILON STORAGE ARRAYS VIDEO SURVEILLANCE WITH SURVEILLUS VMS AND EMC ISILON STORAGE ARRAYS Successfully configure all solution components Use VMS at the required bandwidth for NAS storage Meet the bandwidth demands of a 2,200

More information

Exchange Failover in a StarWind Virtual SAN using a vsphere VI with Virtualized iscsi Devices on DAS

Exchange Failover in a StarWind Virtual SAN using a vsphere VI with Virtualized iscsi Devices on DAS #1 HyperConverged Appliance for SMB and ROBO Exchange Failover in a StarWind Virtual SAN using a vsphere VI with Virtualized iscsi Devices on DAS Cost Effective HA Storage for Critical Business Applications

More information

VMware Virtual SAN Proof of Concept Guide

VMware Virtual SAN Proof of Concept Guide VMware Virtual SAN Proof of Concept Guide March 2014 Edition TECHNICAL MARKETING DOCUMENTATION Table of Contents Introduction... 2 Requirements... 2 Proof Of Concept Lab Setup... 2 Hosts... 2 Cluster...

More information

FOR SERVERS 2.2: FEATURE matrix

FOR SERVERS 2.2: FEATURE matrix RED hat ENTERPRISE VIRTUALIZATION FOR SERVERS 2.2: FEATURE matrix Red hat enterprise virtualization for servers Server virtualization offers tremendous benefits for enterprise IT organizations server consolidation,

More information

!!What s!new:! VMware!Virtual!SAN!6.1!!

!!What s!new:! VMware!Virtual!SAN!6.1!! VirtualVolumes(VVols)BetaWhat snew What snew: VMwareVirtualSAN6.1 VMwareStorageBusinessUnitDocumentation v1.0/august2015 TECHNICALMARKETINGDOCUMENTATION / 1 Contents' INTRODUCTION...3 1.1 OVERVIEWOFSOFTWARE.DEFINEDSTORAGE(SDS)...3

More information

How to Build a Sanbolic Platform User Manual

How to Build a Sanbolic Platform User Manual Configuration Guide Building a Converged Infrastructure Solution Using The Sanbolic Platform (Supplemental guide to the Sanbolic Platform User s Manual) About this guide This guide, which serves as a supplement

More information

MPSTOR Technology Overview

MPSTOR Technology Overview MPSTOR Technology Overview Delivering operational efficiency to the datacenter through software defined storage enabling data centers generate new higher margin revenue streams via a single programmable

More information

Pivot3 Reference Architecture for VMware View Version 1.03

Pivot3 Reference Architecture for VMware View Version 1.03 Pivot3 Reference Architecture for VMware View Version 1.03 January 2012 Table of Contents Test and Document History... 2 Test Goals... 3 Reference Architecture Design... 4 Design Overview... 4 The Pivot3

More information

SolidFire and NetApp All-Flash FAS Architectural Comparison

SolidFire and NetApp All-Flash FAS Architectural Comparison SolidFire and NetApp All-Flash FAS Architectural Comparison JUNE 2015 This document provides an overview of NetApp s All-Flash FAS architecture as it compares to SolidFire. Not intended to be exhaustive,

More information

Building a Flash Fabric

Building a Flash Fabric Introduction Storage Area Networks dominate today s enterprise data centers. These specialized networks use fibre channel switches and Host Bus Adapters (HBAs) to connect to storage arrays. With software,

More information

RED HAT ENTERPRISE VIRTUALIZATION

RED HAT ENTERPRISE VIRTUALIZATION RED HAT ENTERPRISE VIRTUALIZATION DATASHEET RED HAT ENTERPRISE VIRTUALIZATION AT A GLANCE Provides a complete end-to-end enterprise virtualization solution for servers and desktops Provides an on-ramp

More information

Virtual SAN Design and Deployment Guide

Virtual SAN Design and Deployment Guide Virtual SAN Design and Deployment Guide TECHNICAL MARKETING DOCUMENTATION VERSION 1.3 - November 2014 Copyright 2014 DataCore Software All Rights Reserved Table of Contents INTRODUCTION... 3 1.1 DataCore

More information

Jumpstart VDI Deployments with NexentaVSA for View

Jumpstart VDI Deployments with NexentaVSA for View Jumpstart VDI Deployments with NexentaVSA for View White Paper March 2012 Jumpstart VDI Deployments with NexentaVSA for View Table of Contents Challenges in Deploying VDI... 1 Leveraging NexentaStor...

More information

How To Set Up Egnyte For Netapp Sync For Netapp

How To Set Up Egnyte For Netapp Sync For Netapp Egnyte Storage Sync For NetApp Installation Guide Introduction... 2 Architecture... 2 Key Features... 3 Access Files From Anywhere With Any Device... 3 Easily Share Files Between Offices and Business Partners...

More information

21 st Century Storage What s New and What s Changing

21 st Century Storage What s New and What s Changing 21 st Century Storage What s New and What s Changing Randy Kerns Senior Strategist Evaluator Group Overview New technologies in storage - Continued evolution - Each has great economic value - Differing

More information

VMware VSAN och Virtual Volumer

VMware VSAN och Virtual Volumer VMware VSAN och Virtual Volumer Claes Bäckström RTS Här läggs leverantörsloggor om det finns VMware VSAN 6.0 Här läggs leverantörsloggor om det finns VMware Virtual SAN 6.0 Radically Simple Hypervisor-Converged

More information