SMB in the Cloud David Disseldorp



Similar documents
SUSE Cloud 2.0. Pete Chadwick. Douglas Jarvis. Senior Product Manager Product Marketing Manager

OpenStack Manila File Storage Bob Callaway, PhD Cloud Solutions Group,

Sep 23, OSBCONF 2014 Cloud backup with Bareos

White Paper Server. SUSE Linux Enterprise Server 12 Modules

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

TUT5605: Deploying an elastic Hadoop cluster Alejandro Bonilla

Using SUSE Cloud to Orchestrate Multiple Hypervisors and Storage at ADP

OpenStack Manila Shared File Services for the Cloud

SUSE Linux uutuudet - kuulumiset SUSECon:sta

Clodoaldo Barrera Chief Technical Strategist IBM System Storage. Making a successful transition to Software Defined Storage

How an Open Source Cloud Will Help Keep Your Cloud Strategy Options Open

BEST PRACTICES FOR DEPLOYING VNX IN THE HYBRID CLOUD

SUSE Storage. FUT7537 Software Defined Storage Introduction and Roadmap: Getting your tentacles around data growth. Larry Morris

UZH Experiences with OpenStack

Introduction to OpenStack

StorReduce Technical White Paper Cloud-based Data Deduplication

How SUSE Is Helping You Rock The Public Cloud

Gladinet Cloud Access Solution Simple, Secure Access to Online Storage

Block Storage in the Open Source Cloud called OpenStack

Implementing Microsoft Azure Infrastructure Solutions

SUSE OpenStack Cloud. Become Your Enterprise s Cloud Service Provider

Assignment # 1 (Cloud Computing Security)

Course 20533: Implementing Microsoft Azure Infrastructure Solutions

Developing Microsoft Azure Solutions 20532B; 5 Days, Instructor-led

Best Practices for Sharing Imagery using Amazon Web Services. Peter Becker

OpenStack IaaS. Rhys Oxenham OSEC.pl BarCamp, Warsaw, Poland November 2013

Introducing ScienceCloud

SUSE Cloud Installation: Best Practices Using a SMT, Xen and Ceph Storage Environment

A Survey on Cloud Storage Systems

Implementing Linux Authentication and Authorisation Using SSSD

How To Compare Cloud Computing To Cloud Platforms And Cloud Computing

Maginatics Cloud Storage Platform Feature Primer

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

Amazon Cloud Storage Options

Samba's AD DC: Samba 4.2 and Beyond. Presented by Andrew Bartlett of Catalyst //

OpenStack Introduction. November 4, 2015

SUSE Virtualization Technologies Roadmap

SUSE Cloud 5 Private Cloud based on OpenStack

IBM Spectrum Protect in the Cloud

RED HAT STORAGE SERVER TECHNICAL OVERVIEW

SUSE Cloud Installation: Best Practices Using an Existing SMT and KVM Environment

Cloud Optimize Your IT

Acronis Storage Gateway

How to Backup XenServer VM with VirtualIQ

Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led

Compatibility and Support Information Nasuni Corporation Natick, MA

SUSE Manager in the Public Cloud. SUSE Manager Server in the Public Cloud

Developing Microsoft Azure Solutions

Course 20533B: Implementing Microsoft Azure Infrastructure Solutions

Developing Microsoft Azure Solutions 20532A; 5 days

Implementing the SUSE Linux Enterprise High Availability Extension on System z Mike Friesenegger

HO15982 Deploy OpenStack. The SUSE OpenStack Cloud Experience. Alejandro Bonilla. Michael Echavarria. Cameron Seader. Sales Engineer

A COMPARISON BETWEEN THE SAMBA3 AND LIKEWISE LWIOD FILE SERVERS

Why is it a better NFS server for Enterprise NAS?

Running SAP HANA One on SoftLayer Bare Metal with SUSE Linux Enterprise Server CAS19256

Samba in the Enterprise : Samba 3.0 and beyond

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

Cloud Computing for Control Systems CERN Openlab Summer Student Program 9/9/2011 ARSALAAN AHMED SHAIKH

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

Data Center Automation with SUSE Manager Federal Deployment Agency Bundesagentur für Arbeit Data Center Automation Project

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

Active Directory Management. Agent Deployment Guide

Benchmarking Sahara-based Big-Data-as-a-Service Solutions. Zhidong Yu, Weiting Chen (Intel) Matthew Farrellee (Red Hat) May 2015

Citrix Training. Course: Citrix Training. Duration: 40 hours. Mode of Training: Classroom (Instructor-Led)

Implementing Microsoft Azure Infrastructure Solutions

SOP Common service PC File Server

2) Xen Hypervisor 3) UEC

Implementing Microsoft Azure Infrastructure Solutions

Hosting Models. Business Model Software (as a Service) Platform (as a Service) Infrastructure (as a Service) On Premises. Applications. Data.

Cloud File Services: October 1, 2014

owncloud Architecture Overview

Using CDMI to Manage Swift, S3, and Ceph Object Repositories David Slik NetApp, Inc.

USING USER ACCESS CONTROL LISTS (ACLS) TO MANAGE FILE PERMISSIONS WITH A LENOVO NETWORK STORAGE DEVICE

Linux Powered Storage:

Deployment of Private, Hybrid & Public Clouds with OpenNebula

Automated Configuration of Open Stack Instances at Boot Time

IaaS Cloud Architectures: Virtualized Data Centers to Federated Cloud Infrastructures

How To Use Openstack (And Piston) For Your Cloud Computing

Using SUSE Studio to Build and Deploy Applications on Amazon EC2. Guide. Solution Guide Cloud Computing.

Getting Started Hacking on OpenNebula

Object storage in Cloud Computing and Embedded Processing

Zerto Virtual Manager Administration Guide

GPFS-OpenStack Integration. Dinesh Subhraveti IBM Research

Automatizace Private Cloud. Petr Košec, Microsoft MVP, MCT, MCSE

OpenStack & Hyper-V. Alessandro Pilo- CEO Cloudbase

FI-WARE Cloud Overview

Ubuntu OpenStack Fundamentals Training

Big Data Analytics on Object Storage -- Hadoop over Ceph* Object Storage with SSD Cache

Challenges Implementing a Generic Backup-Restore API for Linux

Automated Cloud Migration

Deploying Business Virtual Appliances on Open Source Cloud Computing

Mambo Running Analytics on Enterprise Storage

Course 20532B: Developing Microsoft Azure Solutions

DevOps and SUSE From check-in to deployment

Transcription:

SMB in the Cloud David Disseldorp Samba Team / SUSE ddiss@suse.de

Agenda Cloud storage Common types Interfaces Applications Cloud file servers Microsoft Azure File Service Demonstration Amazon Elastic File System OpenStack Manila 2

Cloud Storage Common types Objects Blob with data and metadata Flat hierarchy Virtual block device Blob attached to a Virtual Machine (VM) VM accesses blob data via an overlaid filesystem 3

Cloud Storage Interfaces REST Internet accessible world-wide HTTP(S) operations Cloud provider specific library and API Limited Block device Accessible from connected VM Offers the flexibility of any normal block device 4

Traditional Applications Behaviour No cloud awareness Made for POSIX or Windows filesystems Run against local or remote data-set Remote data on file server Output consumed by user or subsequent application Transfer of data-set 5

Traditional Applications Cloud Porting Challenges Object interface not an option Doesn't come close to resembling a filesystem Vendor lock-in Block interface not optimal Only accessible from connected VM Multiple data silos Poor storage utilisation Performance and reliability tied to VM 6

Cloud File Server Improved accessibility No silos SMB and NFS clients are abundant Better resource utilisation Integrated management Alongside existing VM / storage provisioning workflow Centralised configuration of distributed applications 7

Microsoft Azure File Service

Azure File Service Overview Azure File Service SMB 2.1 HTTP REST 9

Azure File Service Management Shares provisioned via REST API Create Share and Delete Share operations Powershell command line utility Elasto cloud storage client Assigned to account and geographic region Only accessible from VMs hosted in the same region 10

Azure File Service File Server SMB 2.1 is the only supported dialect Restricted to Windows 7 / Server 2008 R2+ Clients Linux 3.5.0+ cifs.ko with CONFIG_CIFS_SMB2 REST file and directory access Public internet gateway Cross protocol locking for concurrent access SMB2 Create FILE_SHARE_WRITE dictates whether REST Put Range is accepted Case insensitive 11

Azure File Service SMB Server Restricted feature set, no support for: Security descriptors (ACLs) Alternate data streams Sparse files Server-side copy Named pipes (no srvsvc) NTLMv2 authentication only Account and storage access key credentials No integration with Azure Active Directory (Kerberos) 12

13 Azure File Service Security

Azure File Service Performance 1000 (8k) IOPS per-share Twice that of virtual block device 60 MB/s per-share Cross-protocol leasing SMB clients can take read / write / handle leases No need to flush IO to server REST IO to leased file results in client lease break 14

Azure File Service Pricing Premium charged $0.08 per GB More expensive than object ($0.024) and block ($0.05) Object storage commoditised Competition with Amazon S3 and Google 15

Demonstration Linux client cifsko SMB 2.1 Azure File Service \\smbfs\share Windows client HTTP(S) Elasto Client Elasto library REST client 16

Amazon Elastic File System

Amazon Elastic File System Overview EFS Service NFSv4 18

Amazon Elastic File System Overview NFSv4 file server only SSD based $0.30 / GB File system assigned to region Accessible from EC2 instances within region Management and provisioning of file shares Network, instance and user level access restrictions 19

OpenStack Manila

OpenStack Manila Overview Manila Service File Server SMB / NFS /... 21

OpenStack Manila Overview File server project for OpenStack Management and provisioning of file shares Independent of underlying file server and data-path Back end file server specific drivers NetApp, EMC and IBM GlusterFS Generic open source file server 22

OpenStack Manila Management REST management API Share creation and deletion Share snapshots Used by Horizon dashboard and command line utility Authenticated via OpenStack Keystone File shares assigned to private network IP based access restrictions 23

OpenStack Manila Generic File Server Driver Linux file server VM Deployed and booted on first share creation Connected to private tenant network Samba SMB server and kernel NFS server Shares backed by Cinder volumes Ceph RADOS block device Share snapshot creation and deletion supported 24

25 OpenStack Manila Generic File Server Driver

Future Samba as file server service OpenStack Manila High availability Use CephFS as backing storage for Samba shares Offered by other public cloud storage providers? Samba as cloud storage gateway See Jeremy's slides SMB to REST protocol mapping Elasto cloud library 27

Future Automated share mounts from client VM Integration with authentication and identity services 28

Conclusion Cloud file sharing services in infancy Azure File Service and Amazon EFS are both in preview Potential to improve portability Easily migrate traditional applications into the cloud Improved manageability and resource utilisation Integrated work-flow 29

Questions? Thank you. 30

References http://blogs.msdn.com/b/windowsazurestorage/archive/2014/05/1 2/introducing-microsoft-azure-file-service.aspx https://www.openstack.org/summit/openstack-summit-atlanta- 2014/session-videos/presentation/manila-an-openstack-fileshare-service https://wiki.openstack.org/wiki/neutron/apiv2-specification https://github.com/stackforge/manila http://aws.amazon.com/blogs/aws/amazon-s3-bigger-and-busierthan-ever/ http://aws.amazon.com/efs/details/ 31

Corporate Headquarters Maxfeldstrasse 5 90409 Nuremberg Germany +49 911 740 53 0 (Worldwide) www.suse.com Join us on: www.opensuse.org 32