SlideShare a Scribd company logo
1 of 40
Copyright © Huawei Technologies Co., Ltd. 2019
Storage Virtualization Basics
Page 2 Copyright © Huawei Technologies Co., Ltd. 2019
Foreword
 Data has become an enterprise’s most important asset. How is data stored on
the cloud? How is this different from the way it is stored with traditional IT? This
chapter will answer these questions.
Page 3 Copyright © Huawei Technologies Co., Ltd. 2019
Objectives
 Upon completion of this course, you will:
 Understand Huawei’s FusionSphere virtualization solution.
 Understand the storage architecture used for virtualized environments.
 Understand different types of disks.
 Understand the differences between centralized and distributed storage.
 Understand the differences between virtualized and non-virtualized storage.
 Understand different types of VM disks.
 Understand the storage features of Huawei’s virtualization product.
Page 4 Copyright © Huawei Technologies Co., Ltd. 2019
Contents
1. Storage Architecture for Virtualization
2. Physical Disk Types and Related Techniques
3. Centralized Storage vs. Distributed Storage
4. Virtualized Storage vs. Non-Virtualized Storage
5. Introduction to VM Disks
6. Storage Features of Huawei’s Virtualization Product
Page 5 Copyright © Huawei Technologies Co., Ltd. 2019
Where Do the Storage Resources Used by
VMs Come From?
How do VMs access
the underlying
storage resources?
?
Page 6 Copyright © Huawei Technologies Co., Ltd. 2019
Storage Architecture for Virtualization
Shared Catalog
qcow raw vmdk vhd others
Virtualized
storage
NAS
Storage
Storage
Pool
File System SAN
Storage
Storage
Pool
Logical Division
Logical
Volumes
File System
Distributed
Storage Pool
Logical Division
Logical
Division
Distributed
Storage
Non-
virtualized
storage
Page 7 Copyright © Huawei Technologies Co., Ltd. 2019
Virtualized Storage Conversion Path in
Cloud Computing
Physical
volume
RAID or Replication
Physical
volume Logical division
Logical
volume
Format
NFS file
system
Attach to compute cluster
and format
Virtual file
system
Shared Catalog
Shared Catalog
Page 8 Copyright © Huawei Technologies Co., Ltd. 2019
Non-Virtualized Storage Conversion Path in
Cloud Computing
Physical
volume
RAID or Replication
Logical division
Logical
volume Attach to compute cluster
Page 9 Copyright © Huawei Technologies Co., Ltd. 2019
Contents
1. Storage Architecture for Virtualization
2. Physical Disk Types and Related Techniques
3. Centralized Storage vs. Distributed Storage
4. Virtualized Storage vs. Non-Virtualized Storage
5. Introduction to VM Disks
6. Storage Features of Huawei’s Virtualization Product
Page 10 Copyright © Huawei Technologies Co., Ltd. 2019
Physical Disk Type - SATA
 SATA (Serial Advanced Technology Attachment),
also called serial ATA, is a computer bus interface
that connects host bus adapters to mass storage
devices. Using serial communication, the serial ATA
bus uses embedded clock signals to check
transmission commands (not only data) and
automatically corrects detected errors, ensuring
reliable data transmission for SATA disks. The
SATA interface is simple and the disks are hot-
swappable.
Page 11 Copyright © Huawei Technologies Co., Ltd. 2019
Physical Disk Type - SAS
 Serial Attached SCSI (SAS) is a new-generation
SCSI technology, which, like the popular Serial ATA
(SATA), also uses serial communication to achieve
a higher transmission speed. Compared with the
older parallel SCSI, SAS improves the efficiency,
availability, and scalability of storage systems and
offers optional compatibility with SATA.
Page 12 Copyright © Huawei Technologies Co., Ltd. 2019
Physical Disk Type - NL-SAS
 Nearline SAS (NL-SAS) disks are a combination
of a SAS interface with SATA disks. The rotational
speed of NL-SAS disks is only 7200 rpm, so
performance is lower than that of SAS disks.
However, with the SAS interface, addressing and
speed are improved.
Page 13 Copyright © Huawei Technologies Co., Ltd. 2019
Physical Disk Type - SSD
 A solid-state drive (SSD) is a solid-state storage device
that uses integrated circuit assemblies as non-volatile
memory. An SSD consists of a control unit and a
storage unit (flash or DRAM chip). An SSD is the same
as a common hard disk drive (HDD) in terms of
interface specifications and definition, functionality,
usage, and product shape and size. Although SSDs
deliver fast read/write performance, light weight, low
power consumption, and compact sizes which
traditional HDDs cannot rival, SSDs have a shorter
lifespan and higher price.
Page 14 Copyright © Huawei Technologies Co., Ltd. 2019
Comparing Different Types of Physical Disks
Performance
Price
Page 15 Copyright © Huawei Technologies Co., Ltd. 2019
Contents
1. Storage Architecture for Virtualization
2. Physical Disk Types and Related Techniques
3. Centralized Storage vs. Distributed Storage
4. Virtualized Storage vs. Non-Virtualized Storage
5. Introduction to VM Disks
6. Storage Features of Huawei’s Virtualization Product
Page 16 Copyright © Huawei Technologies Co., Ltd. 2019
Centralized Storage
Storage
Pool
RAID
Page 17 Copyright © Huawei Technologies Co., Ltd. 2019
RAID Technology
2
1
Parallel read and write on
multiple disks
Efficient
Parity check and hot backup
Safe
RAID
Page 18 Copyright © Huawei Technologies Co., Ltd. 2019
Common RAID Types
D0
D1
D2
D3
D4
D0
D2
D4
D1
D3
D5
D0, D1, D2, D3, D4, D5
Disk 1 Disk 2
D5
Logical
Disks
D0
D1
D0
D1
D2
D0
D1
D2
D0, D1, D2
Disk 1 Disk 2
D2
Logical
Disks
D0
D1
D0
D2
P2
D1
P1
D4
D0, D1, D2, D3, D4, D5
Disk 1 Disk 2
Logical
Disks
P0
D3
D5
Disk 3
P0
D2
P1
D3
P2
D4
D5
D0
D1
D0
D2
P2
D1
P1
Q2
D0, D1, D2, D3, D4, D5, D6, D7
Disk 1 Disk 2
P0
Q1
D4
Disk 3
P0
Q0
D3
D5
Disk 4
Q3 D6 D7 P3
Q0
D2
P1
Q1
D3
P2
Q2
D4
D5
Q3
D6
D7
P3
RAID 0 RAID 1
RAID 5 RAID 6
Page 19 Copyright © Huawei Technologies Co., Ltd. 2019
Centralized Storage Types
IP/FC network
Windows
client
Unix-like
client
Windows
server
Unix-like
server
NAS
CIFS NFS
SAN NAS
Page 26 Copyright © Huawei Technologies Co., Ltd. 2019
Distributed Storage
Distributed
Storage
Pool
Replication
Page 27 Copyright © Huawei Technologies Co., Ltd. 2019
Replication
Distributed
Storage Pool
Data write
Page 28 Copyright © Huawei Technologies Co., Ltd. 2019
Replication
Distributed
Storage Pool
Distributed
Storage Pool
Data write Data read
Page 29 Copyright © Huawei Technologies Co., Ltd. 2019
Popular Distributed Storage Products
Page 30 Copyright © Huawei Technologies Co., Ltd. 2019
Contents
1. Storage Architecture for Virtualization
2. Physical Disk Types and Related Techniques
3. Centralized Storage vs. Distributed Storage
4. Virtualized Storage vs. Non-Virtualized Storage
5. Introduction to VM Disks
6. Storage Features of Huawei’s Virtualization Product
Page 31 Copyright © Huawei Technologies Co., Ltd. 2019
Virtualized Storage Conversion Path in Cloud
Computing
Physical
volume
RAID or Replication
Physical
volume
Logical division
Logical
volume
Format
NFS file
system
Attach to compute cluster
and format
Virtual file
system
Shared Catalog
Shared Catalog
Page 32 Copyright © Huawei Technologies Co., Ltd. 2019
Non-Virtualized Storage Conversion Path in
Cloud Computing
Physical
volume
RAID or Replication
Logical division
Logical
volume Attach to compute cluster
Page 33 Copyright © Huawei Technologies Co., Ltd. 2019
Relationship Between RAIDs and LUNs
 A RAID array can be seen as a large physical volume made up of a number of hard disks.
 On top of a physical volume, you can create one or more logical units of specified
capacities. These logical units are called Logical Unit Numbers (LUNs) and can be mapped
to hosts as basic block devices.
Physical volume Physical volume
Logical volume Logical volume
Create one logical volume on a single
physical volume
Create multiple logical volumes on
a single physical volume
LUN 1 LUN 2 LUN 3
Page 34 Copyright © Huawei Technologies Co., Ltd. 2019
Process of Creating a LUN
LUN 1 LUN 2 LUN 3
Segmentation
Logical volume
Physical volume
Hard disk
RAID
Logical division
Page 36 Copyright © Huawei Technologies Co., Ltd. 2019
Common File Systems
Virtual clustered file system
NAS file system File system in an OS
Page 37 Copyright © Huawei Technologies Co., Ltd. 2019
Mapping a File to a Disk
User File File
system File system
blocks
Logical locations
of LVM
Physical
locations on disks
Disk sectors
Create Store Mapping via file
system
Mapping
Mapping via LVM
Mapping
Page 38 Copyright © Huawei Technologies Co., Ltd. 2019
Contents
1. Storage Architecture for Virtualization
2. Physical Disk Types and Related Techniques
3. Centralized Storage vs. Distributed Storage
4. Virtualized Storage vs. Non-Virtualized Storage
5. Introduction to VM Disks
6. Storage Features of Huawei’s Virtualization Product
Page 39 Copyright © Huawei Technologies Co., Ltd. 2019
VM Disks
User view
Administrator view
Page 40 Copyright © Huawei Technologies Co., Ltd. 2019
Common VM Disk Formats
VM Disk File Format Vendor
RAW All
VMDK VMware
VHD Microsoft Hyper-V, Huawei FusionCompute
QCOW
QEMU or KVM virtualization platforms only
QED
VDI Oracle
Page 41 Copyright © Huawei Technologies Co., Ltd. 2019
Contents
1. Storage Architecture for Virtualization
2. Physical Disk Types and Related Techniques
3. Centralized Storage vs. Distributed Storage
4. Virtualized Storage vs. Non-Virtualized Storage
5. Introduction to VM Disks
6. Storage Features of Huawei’s Virtualization Product
Page 42 Copyright © Huawei Technologies Co., Ltd. 2019
Storage Architecture for Huawei
Virtualization Product
Data store
Storage device
Storage resource
SAN/NAS
LUN
Shared catalog
RDM
Virtualized
storage
Non-virtualized
storage
FusionStorage
Block
Page 43 Copyright © Huawei Technologies Co., Ltd. 2019
Huawei Virtual Disk Features
Type
• Common
• Shared
Configuration Mode
• Common
• Thin-provision
Disk Mode
• Dependent
• Independent & persistent
• Independent & nonpersistent
Multi-tenant
sharing
Space-saving
Temporary
data storage
Fast read/write
Customer needs
Page 44 Copyright © Huawei Technologies Co., Ltd. 2019
Summary
 At this point you should understand how data is written to storage devices in
virtualization scenarios.
Page 45 Copyright © Huawei Technologies Co., Ltd. 2019
Quiz
1. Which of the following disk types is recommended for an archive room that needs to store
large amounts of data that will be accessed infrequently over long periods of time? ( )
A. SSD
B. SAS disk
C. SATA disk
D. NL-SAS disk
2. SATA disks use a parallel interface while SAS disks use a serial interface.
A. TRUE
B. FALSE
Page 46 Copyright © Huawei Technologies Co., Ltd. 2019
Recommendations
 Huawei e-Learning website
 http://support.huawei.com/learning/Index!toTrainIndex
 Huawei Support case library
 http://support.huawei.com/enterprise/servicecenter?lang=en
 HCIA-Cloud Computing v4.0 online forum
 https://forum.huawei.com/enterprise/en/Huawei-Official-Communication-Channel-
HCNA-Cloud-Certification-Course/thread/456287-911
www.huawei.com
Thank You

More Related Content

What's hot

Chapter 02: Introduction to compute virtualization
Chapter 02: Introduction to compute virtualizationChapter 02: Introduction to compute virtualization
Chapter 02: Introduction to compute virtualizationSsendiSamuel
 
Introduction to Hyper-V
Introduction to Hyper-VIntroduction to Hyper-V
Introduction to Hyper-VMark Wilson
 
HANAのハナシの基本のき
HANAのハナシの基本のきHANAのハナシの基本のき
HANAのハナシの基本のきKoji Shinkubo
 
VMware ESXi 6.0 Installation Process
VMware ESXi 6.0 Installation ProcessVMware ESXi 6.0 Installation Process
VMware ESXi 6.0 Installation ProcessNetProtocol Xpert
 
VMware Cloud on AWS POC HCX デプロイガイド
VMware Cloud on AWS POC HCX デプロイガイドVMware Cloud on AWS POC HCX デプロイガイド
VMware Cloud on AWS POC HCX デプロイガイドNoritaka Kuroiwa
 
Virtualization & cloud computing
Virtualization & cloud computingVirtualization & cloud computing
Virtualization & cloud computingSoumyajit Basu
 
VMware vSphere 6.0 - Troubleshooting Training - Day 2
VMware vSphere 6.0 - Troubleshooting Training - Day 2VMware vSphere 6.0 - Troubleshooting Training - Day 2
VMware vSphere 6.0 - Troubleshooting Training - Day 2Sanjeev Kumar
 
Amazon Kinesis Familyを活用したストリームデータ処理
Amazon Kinesis Familyを活用したストリームデータ処理Amazon Kinesis Familyを活用したストリームデータ処理
Amazon Kinesis Familyを活用したストリームデータ処理Amazon Web Services Japan
 
Azure ad の導入を検討している方へ ~ active directory の構成パターンと正しい認証方式の選択~
Azure ad の導入を検討している方へ ~ active directory の構成パターンと正しい認証方式の選択~Azure ad の導入を検討している方へ ~ active directory の構成パターンと正しい認証方式の選択~
Azure ad の導入を検討している方へ ~ active directory の構成パターンと正しい認証方式の選択~junichi anno
 
V mware horizon 6 knowledge transfer
V mware horizon 6 knowledge transferV mware horizon 6 knowledge transfer
V mware horizon 6 knowledge transfersolarisyougood
 
VMware Advance Troubleshooting Workshop - Day 4
VMware Advance Troubleshooting Workshop - Day 4VMware Advance Troubleshooting Workshop - Day 4
VMware Advance Troubleshooting Workshop - Day 4Vepsun Technologies
 
AWS Direct Connect フェイルオーバーテストやってみた
AWS Direct Connect フェイルオーバーテストやってみたAWS Direct Connect フェイルオーバーテストやってみた
AWS Direct Connect フェイルオーバーテストやってみたSho Takahashi
 
AWSを利用したA社システムの提案
AWSを利用したA社システムの提案AWSを利用したA社システムの提案
AWSを利用したA社システムの提案Tomohiro Amemori
 
Cloud Computing Course
Cloud Computing Course Cloud Computing Course
Cloud Computing Course Arshdeep Bahga
 
Survey on cloud simulator
Survey on cloud simulatorSurvey on cloud simulator
Survey on cloud simulatorHabibur Rahman
 

What's hot (20)

Chapter 02: Introduction to compute virtualization
Chapter 02: Introduction to compute virtualizationChapter 02: Introduction to compute virtualization
Chapter 02: Introduction to compute virtualization
 
Introduction to Hyper-V
Introduction to Hyper-VIntroduction to Hyper-V
Introduction to Hyper-V
 
HANAのハナシの基本のき
HANAのハナシの基本のきHANAのハナシの基本のき
HANAのハナシの基本のき
 
VMware ESXi 6.0 Installation Process
VMware ESXi 6.0 Installation ProcessVMware ESXi 6.0 Installation Process
VMware ESXi 6.0 Installation Process
 
VMware Cloud on AWS POC HCX デプロイガイド
VMware Cloud on AWS POC HCX デプロイガイドVMware Cloud on AWS POC HCX デプロイガイド
VMware Cloud on AWS POC HCX デプロイガイド
 
Vitualisation
VitualisationVitualisation
Vitualisation
 
Serverless Application Security on AWS
Serverless Application Security on AWSServerless Application Security on AWS
Serverless Application Security on AWS
 
Virtualization & cloud computing
Virtualization & cloud computingVirtualization & cloud computing
Virtualization & cloud computing
 
OCIコンテナサービス関連の技術詳細
OCIコンテナサービス関連の技術詳細OCIコンテナサービス関連の技術詳細
OCIコンテナサービス関連の技術詳細
 
VMware vSphere 6.0 - Troubleshooting Training - Day 2
VMware vSphere 6.0 - Troubleshooting Training - Day 2VMware vSphere 6.0 - Troubleshooting Training - Day 2
VMware vSphere 6.0 - Troubleshooting Training - Day 2
 
Amazon Kinesis Familyを活用したストリームデータ処理
Amazon Kinesis Familyを活用したストリームデータ処理Amazon Kinesis Familyを活用したストリームデータ処理
Amazon Kinesis Familyを活用したストリームデータ処理
 
Azure ad の導入を検討している方へ ~ active directory の構成パターンと正しい認証方式の選択~
Azure ad の導入を検討している方へ ~ active directory の構成パターンと正しい認証方式の選択~Azure ad の導入を検討している方へ ~ active directory の構成パターンと正しい認証方式の選択~
Azure ad の導入を検討している方へ ~ active directory の構成パターンと正しい認証方式の選択~
 
V mware horizon 6 knowledge transfer
V mware horizon 6 knowledge transferV mware horizon 6 knowledge transfer
V mware horizon 6 knowledge transfer
 
Microsoft Hyper-V
Microsoft Hyper-VMicrosoft Hyper-V
Microsoft Hyper-V
 
VMware Advance Troubleshooting Workshop - Day 4
VMware Advance Troubleshooting Workshop - Day 4VMware Advance Troubleshooting Workshop - Day 4
VMware Advance Troubleshooting Workshop - Day 4
 
AWS Direct Connect フェイルオーバーテストやってみた
AWS Direct Connect フェイルオーバーテストやってみたAWS Direct Connect フェイルオーバーテストやってみた
AWS Direct Connect フェイルオーバーテストやってみた
 
Webアクセシビリティセミナー1:障害当事者のWebの利用方法を知る
Webアクセシビリティセミナー1:障害当事者のWebの利用方法を知るWebアクセシビリティセミナー1:障害当事者のWebの利用方法を知る
Webアクセシビリティセミナー1:障害当事者のWebの利用方法を知る
 
AWSを利用したA社システムの提案
AWSを利用したA社システムの提案AWSを利用したA社システムの提案
AWSを利用したA社システムの提案
 
Cloud Computing Course
Cloud Computing Course Cloud Computing Course
Cloud Computing Course
 
Survey on cloud simulator
Survey on cloud simulatorSurvey on cloud simulator
Survey on cloud simulator
 

Similar to Chapter 04: Storage virtualization basics

Software Defined Storage In Action
Software Defined Storage In ActionSoftware Defined Storage In Action
Software Defined Storage In ActionDataCore Software
 
Software-defined Storage in Action
Software-defined Storage in ActionSoftware-defined Storage in Action
Software-defined Storage in ActionDataCore APAC
 
Catching the Software Defined Storage Wave
Catching the Software Defined Storage WaveCatching the Software Defined Storage Wave
Catching the Software Defined Storage WaveDataCore Software
 
Fluid Data Storage:Driving Flexibility in the Data Center
Fluid Data Storage:Driving Flexibility in the Data Center Fluid Data Storage:Driving Flexibility in the Data Center
Fluid Data Storage:Driving Flexibility in the Data Center Kingfin Enterprises Limited
 
Storage Virtualization Introduction
Storage Virtualization IntroductionStorage Virtualization Introduction
Storage Virtualization IntroductionStephen Foskett
 
Storage Training July 10
Storage Training July 10Storage Training July 10
Storage Training July 10Fiaz27
 
Why is Virtualization Creating Storage Sprawl? By Storage Switzerland
Why is Virtualization Creating Storage Sprawl? By Storage SwitzerlandWhy is Virtualization Creating Storage Sprawl? By Storage Switzerland
Why is Virtualization Creating Storage Sprawl? By Storage SwitzerlandINFINIDAT
 
Fulcrum Group Storage And Storage Virtualization Presentation
Fulcrum Group Storage And Storage Virtualization PresentationFulcrum Group Storage And Storage Virtualization Presentation
Fulcrum Group Storage And Storage Virtualization PresentationSteve Meek
 
final-unit-ii-cc-cloud computing-2022.pdf
final-unit-ii-cc-cloud computing-2022.pdffinal-unit-ii-cc-cloud computing-2022.pdf
final-unit-ii-cc-cloud computing-2022.pdfSamiksha880257
 
Qnap NAS TVS Serie x80plus-catalogo
Qnap NAS TVS Serie x80plus-catalogoQnap NAS TVS Serie x80plus-catalogo
Qnap NAS TVS Serie x80plus-catalogoFernando Barrientos
 
Iocg Whats New In V Sphere
Iocg Whats New In V SphereIocg Whats New In V Sphere
Iocg Whats New In V SphereAnne Achleman
 
VMware vSphere Storage Enhancements
VMware vSphere Storage EnhancementsVMware vSphere Storage Enhancements
VMware vSphere Storage EnhancementsAnne Achleman
 
1.An Ultimate Guide on Data Storage Virtualization Technology.pdf
1.An Ultimate Guide on Data Storage Virtualization Technology.pdf1.An Ultimate Guide on Data Storage Virtualization Technology.pdf
1.An Ultimate Guide on Data Storage Virtualization Technology.pdfBelayet Hossain
 
Net App Unified Storage Architecture
Net App Unified Storage ArchitectureNet App Unified Storage Architecture
Net App Unified Storage Architecturenburgett
 
Net App Unified Storage Architecture
Net App Unified Storage ArchitectureNet App Unified Storage Architecture
Net App Unified Storage ArchitectureSamantha_Roehl
 
Drobo storage for_business_summary
Drobo storage for_business_summaryDrobo storage for_business_summary
Drobo storage for_business_summaryClayton Desouza
 
Lenovo Storage S3200 Simple Setup
Lenovo Storage S3200 Simple SetupLenovo Storage S3200 Simple Setup
Lenovo Storage S3200 Simple SetupLenovo Data Center
 
S108283 svc-storwize-lagos-v1905d
S108283 svc-storwize-lagos-v1905dS108283 svc-storwize-lagos-v1905d
S108283 svc-storwize-lagos-v1905dTony Pearson
 
Edison IBM FlashSystem and Tributary White Paper Final
Edison IBM FlashSystem and Tributary White Paper FinalEdison IBM FlashSystem and Tributary White Paper Final
Edison IBM FlashSystem and Tributary White Paper FinalEd Ahl
 

Similar to Chapter 04: Storage virtualization basics (20)

Software Defined Storage In Action
Software Defined Storage In ActionSoftware Defined Storage In Action
Software Defined Storage In Action
 
Software-defined Storage in Action
Software-defined Storage in ActionSoftware-defined Storage in Action
Software-defined Storage in Action
 
Catching the Software Defined Storage Wave
Catching the Software Defined Storage WaveCatching the Software Defined Storage Wave
Catching the Software Defined Storage Wave
 
Fluid Data Storage:Driving Flexibility in the Data Center
Fluid Data Storage:Driving Flexibility in the Data Center Fluid Data Storage:Driving Flexibility in the Data Center
Fluid Data Storage:Driving Flexibility in the Data Center
 
Storage Virtualization Introduction
Storage Virtualization IntroductionStorage Virtualization Introduction
Storage Virtualization Introduction
 
Storage Training July 10
Storage Training July 10Storage Training July 10
Storage Training July 10
 
Why is Virtualization Creating Storage Sprawl? By Storage Switzerland
Why is Virtualization Creating Storage Sprawl? By Storage SwitzerlandWhy is Virtualization Creating Storage Sprawl? By Storage Switzerland
Why is Virtualization Creating Storage Sprawl? By Storage Switzerland
 
Fulcrum Group Storage And Storage Virtualization Presentation
Fulcrum Group Storage And Storage Virtualization PresentationFulcrum Group Storage And Storage Virtualization Presentation
Fulcrum Group Storage And Storage Virtualization Presentation
 
final-unit-ii-cc-cloud computing-2022.pdf
final-unit-ii-cc-cloud computing-2022.pdffinal-unit-ii-cc-cloud computing-2022.pdf
final-unit-ii-cc-cloud computing-2022.pdf
 
Qnap NAS TVS Serie x80plus-catalogo
Qnap NAS TVS Serie x80plus-catalogoQnap NAS TVS Serie x80plus-catalogo
Qnap NAS TVS Serie x80plus-catalogo
 
Iocg Whats New In V Sphere
Iocg Whats New In V SphereIocg Whats New In V Sphere
Iocg Whats New In V Sphere
 
VMware vSphere Storage Enhancements
VMware vSphere Storage EnhancementsVMware vSphere Storage Enhancements
VMware vSphere Storage Enhancements
 
1.An Ultimate Guide on Data Storage Virtualization Technology.pdf
1.An Ultimate Guide on Data Storage Virtualization Technology.pdf1.An Ultimate Guide on Data Storage Virtualization Technology.pdf
1.An Ultimate Guide on Data Storage Virtualization Technology.pdf
 
Net App Unified Storage Architecture
Net App Unified Storage ArchitectureNet App Unified Storage Architecture
Net App Unified Storage Architecture
 
Net App Unified Storage Architecture
Net App Unified Storage ArchitectureNet App Unified Storage Architecture
Net App Unified Storage Architecture
 
Drobo storage for_business_summary
Drobo storage for_business_summaryDrobo storage for_business_summary
Drobo storage for_business_summary
 
Lenovo Storage S3200 Simple Setup
Lenovo Storage S3200 Simple SetupLenovo Storage S3200 Simple Setup
Lenovo Storage S3200 Simple Setup
 
S108283 svc-storwize-lagos-v1905d
S108283 svc-storwize-lagos-v1905dS108283 svc-storwize-lagos-v1905d
S108283 svc-storwize-lagos-v1905d
 
Edison IBM FlashSystem and Tributary White Paper Final
Edison IBM FlashSystem and Tributary White Paper FinalEdison IBM FlashSystem and Tributary White Paper Final
Edison IBM FlashSystem and Tributary White Paper Final
 
8 Strategies For Building A Modern DataCenter
8 Strategies For Building A Modern DataCenter8 Strategies For Building A Modern DataCenter
8 Strategies For Building A Modern DataCenter
 

More from SsendiSamuel

106 Threat defense and information security development trends
106 Threat defense and information security development trends106 Threat defense and information security development trends
106 Threat defense and information security development trendsSsendiSamuel
 
105 Common information security threats
105 Common information security threats105 Common information security threats
105 Common information security threatsSsendiSamuel
 
104 Common network devices
104 Common network devices104 Common network devices
104 Common network devicesSsendiSamuel
 
103 Basic network concepts
103 Basic network concepts103 Basic network concepts
103 Basic network conceptsSsendiSamuel
 
102 Information security standards and specifications
102 Information security standards and specifications102 Information security standards and specifications
102 Information security standards and specificationsSsendiSamuel
 
101 Basic concepts of information security
101 Basic concepts of information security101 Basic concepts of information security
101 Basic concepts of information securitySsendiSamuel
 

More from SsendiSamuel (6)

106 Threat defense and information security development trends
106 Threat defense and information security development trends106 Threat defense and information security development trends
106 Threat defense and information security development trends
 
105 Common information security threats
105 Common information security threats105 Common information security threats
105 Common information security threats
 
104 Common network devices
104 Common network devices104 Common network devices
104 Common network devices
 
103 Basic network concepts
103 Basic network concepts103 Basic network concepts
103 Basic network concepts
 
102 Information security standards and specifications
102 Information security standards and specifications102 Information security standards and specifications
102 Information security standards and specifications
 
101 Basic concepts of information security
101 Basic concepts of information security101 Basic concepts of information security
101 Basic concepts of information security
 

Recently uploaded

Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayMakMakNepo
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationAadityaSharma884161
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 

Recently uploaded (20)

Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up Friday
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint Presentation
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 

Chapter 04: Storage virtualization basics

  • 1. Copyright © Huawei Technologies Co., Ltd. 2019 Storage Virtualization Basics
  • 2. Page 2 Copyright © Huawei Technologies Co., Ltd. 2019 Foreword  Data has become an enterprise’s most important asset. How is data stored on the cloud? How is this different from the way it is stored with traditional IT? This chapter will answer these questions.
  • 3. Page 3 Copyright © Huawei Technologies Co., Ltd. 2019 Objectives  Upon completion of this course, you will:  Understand Huawei’s FusionSphere virtualization solution.  Understand the storage architecture used for virtualized environments.  Understand different types of disks.  Understand the differences between centralized and distributed storage.  Understand the differences between virtualized and non-virtualized storage.  Understand different types of VM disks.  Understand the storage features of Huawei’s virtualization product.
  • 4. Page 4 Copyright © Huawei Technologies Co., Ltd. 2019 Contents 1. Storage Architecture for Virtualization 2. Physical Disk Types and Related Techniques 3. Centralized Storage vs. Distributed Storage 4. Virtualized Storage vs. Non-Virtualized Storage 5. Introduction to VM Disks 6. Storage Features of Huawei’s Virtualization Product
  • 5. Page 5 Copyright © Huawei Technologies Co., Ltd. 2019 Where Do the Storage Resources Used by VMs Come From? How do VMs access the underlying storage resources? ?
  • 6. Page 6 Copyright © Huawei Technologies Co., Ltd. 2019 Storage Architecture for Virtualization Shared Catalog qcow raw vmdk vhd others Virtualized storage NAS Storage Storage Pool File System SAN Storage Storage Pool Logical Division Logical Volumes File System Distributed Storage Pool Logical Division Logical Division Distributed Storage Non- virtualized storage
  • 7. Page 7 Copyright © Huawei Technologies Co., Ltd. 2019 Virtualized Storage Conversion Path in Cloud Computing Physical volume RAID or Replication Physical volume Logical division Logical volume Format NFS file system Attach to compute cluster and format Virtual file system Shared Catalog Shared Catalog
  • 8. Page 8 Copyright © Huawei Technologies Co., Ltd. 2019 Non-Virtualized Storage Conversion Path in Cloud Computing Physical volume RAID or Replication Logical division Logical volume Attach to compute cluster
  • 9. Page 9 Copyright © Huawei Technologies Co., Ltd. 2019 Contents 1. Storage Architecture for Virtualization 2. Physical Disk Types and Related Techniques 3. Centralized Storage vs. Distributed Storage 4. Virtualized Storage vs. Non-Virtualized Storage 5. Introduction to VM Disks 6. Storage Features of Huawei’s Virtualization Product
  • 10. Page 10 Copyright © Huawei Technologies Co., Ltd. 2019 Physical Disk Type - SATA  SATA (Serial Advanced Technology Attachment), also called serial ATA, is a computer bus interface that connects host bus adapters to mass storage devices. Using serial communication, the serial ATA bus uses embedded clock signals to check transmission commands (not only data) and automatically corrects detected errors, ensuring reliable data transmission for SATA disks. The SATA interface is simple and the disks are hot- swappable.
  • 11. Page 11 Copyright © Huawei Technologies Co., Ltd. 2019 Physical Disk Type - SAS  Serial Attached SCSI (SAS) is a new-generation SCSI technology, which, like the popular Serial ATA (SATA), also uses serial communication to achieve a higher transmission speed. Compared with the older parallel SCSI, SAS improves the efficiency, availability, and scalability of storage systems and offers optional compatibility with SATA.
  • 12. Page 12 Copyright © Huawei Technologies Co., Ltd. 2019 Physical Disk Type - NL-SAS  Nearline SAS (NL-SAS) disks are a combination of a SAS interface with SATA disks. The rotational speed of NL-SAS disks is only 7200 rpm, so performance is lower than that of SAS disks. However, with the SAS interface, addressing and speed are improved.
  • 13. Page 13 Copyright © Huawei Technologies Co., Ltd. 2019 Physical Disk Type - SSD  A solid-state drive (SSD) is a solid-state storage device that uses integrated circuit assemblies as non-volatile memory. An SSD consists of a control unit and a storage unit (flash or DRAM chip). An SSD is the same as a common hard disk drive (HDD) in terms of interface specifications and definition, functionality, usage, and product shape and size. Although SSDs deliver fast read/write performance, light weight, low power consumption, and compact sizes which traditional HDDs cannot rival, SSDs have a shorter lifespan and higher price.
  • 14. Page 14 Copyright © Huawei Technologies Co., Ltd. 2019 Comparing Different Types of Physical Disks Performance Price
  • 15. Page 15 Copyright © Huawei Technologies Co., Ltd. 2019 Contents 1. Storage Architecture for Virtualization 2. Physical Disk Types and Related Techniques 3. Centralized Storage vs. Distributed Storage 4. Virtualized Storage vs. Non-Virtualized Storage 5. Introduction to VM Disks 6. Storage Features of Huawei’s Virtualization Product
  • 16. Page 16 Copyright © Huawei Technologies Co., Ltd. 2019 Centralized Storage Storage Pool RAID
  • 17. Page 17 Copyright © Huawei Technologies Co., Ltd. 2019 RAID Technology 2 1 Parallel read and write on multiple disks Efficient Parity check and hot backup Safe RAID
  • 18. Page 18 Copyright © Huawei Technologies Co., Ltd. 2019 Common RAID Types D0 D1 D2 D3 D4 D0 D2 D4 D1 D3 D5 D0, D1, D2, D3, D4, D5 Disk 1 Disk 2 D5 Logical Disks D0 D1 D0 D1 D2 D0 D1 D2 D0, D1, D2 Disk 1 Disk 2 D2 Logical Disks D0 D1 D0 D2 P2 D1 P1 D4 D0, D1, D2, D3, D4, D5 Disk 1 Disk 2 Logical Disks P0 D3 D5 Disk 3 P0 D2 P1 D3 P2 D4 D5 D0 D1 D0 D2 P2 D1 P1 Q2 D0, D1, D2, D3, D4, D5, D6, D7 Disk 1 Disk 2 P0 Q1 D4 Disk 3 P0 Q0 D3 D5 Disk 4 Q3 D6 D7 P3 Q0 D2 P1 Q1 D3 P2 Q2 D4 D5 Q3 D6 D7 P3 RAID 0 RAID 1 RAID 5 RAID 6
  • 19. Page 19 Copyright © Huawei Technologies Co., Ltd. 2019 Centralized Storage Types IP/FC network Windows client Unix-like client Windows server Unix-like server NAS CIFS NFS SAN NAS
  • 20. Page 26 Copyright © Huawei Technologies Co., Ltd. 2019 Distributed Storage Distributed Storage Pool Replication
  • 21. Page 27 Copyright © Huawei Technologies Co., Ltd. 2019 Replication Distributed Storage Pool Data write
  • 22. Page 28 Copyright © Huawei Technologies Co., Ltd. 2019 Replication Distributed Storage Pool Distributed Storage Pool Data write Data read
  • 23. Page 29 Copyright © Huawei Technologies Co., Ltd. 2019 Popular Distributed Storage Products
  • 24. Page 30 Copyright © Huawei Technologies Co., Ltd. 2019 Contents 1. Storage Architecture for Virtualization 2. Physical Disk Types and Related Techniques 3. Centralized Storage vs. Distributed Storage 4. Virtualized Storage vs. Non-Virtualized Storage 5. Introduction to VM Disks 6. Storage Features of Huawei’s Virtualization Product
  • 25. Page 31 Copyright © Huawei Technologies Co., Ltd. 2019 Virtualized Storage Conversion Path in Cloud Computing Physical volume RAID or Replication Physical volume Logical division Logical volume Format NFS file system Attach to compute cluster and format Virtual file system Shared Catalog Shared Catalog
  • 26. Page 32 Copyright © Huawei Technologies Co., Ltd. 2019 Non-Virtualized Storage Conversion Path in Cloud Computing Physical volume RAID or Replication Logical division Logical volume Attach to compute cluster
  • 27. Page 33 Copyright © Huawei Technologies Co., Ltd. 2019 Relationship Between RAIDs and LUNs  A RAID array can be seen as a large physical volume made up of a number of hard disks.  On top of a physical volume, you can create one or more logical units of specified capacities. These logical units are called Logical Unit Numbers (LUNs) and can be mapped to hosts as basic block devices. Physical volume Physical volume Logical volume Logical volume Create one logical volume on a single physical volume Create multiple logical volumes on a single physical volume LUN 1 LUN 2 LUN 3
  • 28. Page 34 Copyright © Huawei Technologies Co., Ltd. 2019 Process of Creating a LUN LUN 1 LUN 2 LUN 3 Segmentation Logical volume Physical volume Hard disk RAID Logical division
  • 29. Page 36 Copyright © Huawei Technologies Co., Ltd. 2019 Common File Systems Virtual clustered file system NAS file system File system in an OS
  • 30. Page 37 Copyright © Huawei Technologies Co., Ltd. 2019 Mapping a File to a Disk User File File system File system blocks Logical locations of LVM Physical locations on disks Disk sectors Create Store Mapping via file system Mapping Mapping via LVM Mapping
  • 31. Page 38 Copyright © Huawei Technologies Co., Ltd. 2019 Contents 1. Storage Architecture for Virtualization 2. Physical Disk Types and Related Techniques 3. Centralized Storage vs. Distributed Storage 4. Virtualized Storage vs. Non-Virtualized Storage 5. Introduction to VM Disks 6. Storage Features of Huawei’s Virtualization Product
  • 32. Page 39 Copyright © Huawei Technologies Co., Ltd. 2019 VM Disks User view Administrator view
  • 33. Page 40 Copyright © Huawei Technologies Co., Ltd. 2019 Common VM Disk Formats VM Disk File Format Vendor RAW All VMDK VMware VHD Microsoft Hyper-V, Huawei FusionCompute QCOW QEMU or KVM virtualization platforms only QED VDI Oracle
  • 34. Page 41 Copyright © Huawei Technologies Co., Ltd. 2019 Contents 1. Storage Architecture for Virtualization 2. Physical Disk Types and Related Techniques 3. Centralized Storage vs. Distributed Storage 4. Virtualized Storage vs. Non-Virtualized Storage 5. Introduction to VM Disks 6. Storage Features of Huawei’s Virtualization Product
  • 35. Page 42 Copyright © Huawei Technologies Co., Ltd. 2019 Storage Architecture for Huawei Virtualization Product Data store Storage device Storage resource SAN/NAS LUN Shared catalog RDM Virtualized storage Non-virtualized storage FusionStorage Block
  • 36. Page 43 Copyright © Huawei Technologies Co., Ltd. 2019 Huawei Virtual Disk Features Type • Common • Shared Configuration Mode • Common • Thin-provision Disk Mode • Dependent • Independent & persistent • Independent & nonpersistent Multi-tenant sharing Space-saving Temporary data storage Fast read/write Customer needs
  • 37. Page 44 Copyright © Huawei Technologies Co., Ltd. 2019 Summary  At this point you should understand how data is written to storage devices in virtualization scenarios.
  • 38. Page 45 Copyright © Huawei Technologies Co., Ltd. 2019 Quiz 1. Which of the following disk types is recommended for an archive room that needs to store large amounts of data that will be accessed infrequently over long periods of time? ( ) A. SSD B. SAS disk C. SATA disk D. NL-SAS disk 2. SATA disks use a parallel interface while SAS disks use a serial interface. A. TRUE B. FALSE
  • 39. Page 46 Copyright © Huawei Technologies Co., Ltd. 2019 Recommendations  Huawei e-Learning website  http://support.huawei.com/learning/Index!toTrainIndex  Huawei Support case library  http://support.huawei.com/enterprise/servicecenter?lang=en  HCIA-Cloud Computing v4.0 online forum  https://forum.huawei.com/enterprise/en/Huawei-Official-Communication-Channel- HCNA-Cloud-Certification-Course/thread/456287-911