SlideShare uma empresa Scribd logo
1 de 42
Baixar para ler offline
Virtual SAN Design & Architecture
Simone Di Mambro
Sr. Presales System Engineer
sdimambro@vmware.com
Chi sono e perchè sono qua
• Da Luglio 2016 faccio parte del team di
Prevendita
• 4 anni in VMware nei Servizi Professionali
• Ho maturato le seguenti passioni nella vita:
– Smartworld ed affini (…si consideratemi pure un
Nerd!)
– Dieta!
• “Life motivator” per amici
– Runner (per scendere di peso ma anche per mangiare di tanto
in tanto qualche sfizio!)
2
3
What’s new in vSAN 6.2
How it Works
Use Cases
In case of failure?
Reference
Overview and principles
4
VMware® vSphere ® Storage Policy-Based Mgmt
• App-centric storage automation
• Common mgmt across heterogeneous arrays
VMware® Virtual SAN™
• Hyper-converged architecture
• Data persistence delivered from the hypervisor
The VMware Software-Defined Storage Vision
Transforming Storage the Way Server Virtualization Transformed Compute
vSphere
Tiered Hybrid and All-Flash Options
5
All-Flash
90K IOPS per Host
+
sub-millisecond latency
Caching
Writes cached first,
Reads from capacity tier
Capacity Tier
Flash Devices
Reads go directly to capacity tier
SSD PCIe Ultra DIMM
Data
Persistence
Hybrid
40K IOPS per Host
Read and Write Cache
Capacity Tier
SAS / NL-SAS / SATA
SSD PCIe Ultra DIMM
Virtual SAN
6
What’s new in vSAN 6.2
How it Works
Use Cases
In case of failure?
Reference
Overview and principles
Deduplication and Compression for Space Efficiency
• Nearline deduplication and compression per disk group level.
– Will be called “Space Efficiency”
• Space Efficiency enabled on a cluster level
• Deduplicated when de-staging from cache tier to capacity tier
– Fixed block length deduplication (4KB Blocks)
• Compressed after deduplication
7
Beta
esxi-01 esxi-02 esxi-03
vmdk vmdk
vSphere & Virtual SAN
vmdk
All Flash Only
RAID-5 Erasure Coding
• With “FTT=1” availability  RAID-5
– 3+1 (4 host minimum)
– 1.33x instead of 2x overhead
• 20GB disk normally takes 40GB, now just ~27GB
8
RAID-5
ESXi Host
parity
data
data
data
All Flash Only
ESXi Host
data
parity
data
data
ESXi Host
data
data
parity
data
ESXi Host
data
data
data
parity
RAID-6 Erasure Coding
• With “FTT=2” availability  RAID-6
– 4+2 (6 host minimum)
– 1.5x instead of 3x overhead
• 20GB disk normally takes 60GB, now just ~30GB
9
All Flash Only
ESXi Host
parity
data
data
RAID-6
ESXi Host
parity
data
data
ESXi Host
data
parity
data
ESXi Host
data
parity
data
ESXi Host
data
data
parity
ESXi Host
data
data
parity
Virtual SAN Quality of Service
10
• Complete visibility into IOPS consumed per
VM/Virtual Disk
• 1 Click-to-configure limit
• Eliminate noisy neighbor issues
• Granularly manage performance SLAs:
independent of VM provisioning order
…
vSphere + Virtual
SAN
vSphere & Virtual SAN
Enhanced Virtual SAN Management with New Health Service
Built-in performance monitoring
Health and performance APIs and SDK
Storage capacity reporting
And many more health checks…
Performance Monitoring Capacity Monitoring
11
12
What’s new in vSAN 6.2
How it Works
Use Cases
In case of failure?
Reference
Overview and principles
Virtual SAN Disk Groups
• Virtual SAN uses the concept of disk groups to pool together flash devices and magnetic disks
as single management constructs
• Disk groups are composed of at least 1 flash device and 1-7 capacity devices
– Flash devices are use for read cache / write buffer
– Storage capacity can be provided by either magnetic disks or flash based devices
– Disk groups cannot be created without a flash device
– Can have 5 disk groups per host = 35 capacity devices per host
13
disk group disk group disk group disk group disk group
Each host: 5 disk groups max. Each disk group: 1 flash device + 1-7 capacity devices
Virtual SAN Disk Groups
• Virtual SAN All-Flash disk group configurations are composed of at least 1
performance flash device and 1 capacity flash device.
– Flash devices are use in a two tier format for caching and capacity.
– Capacity flash devices are used for storage capacity similar to magnetic
disks.
– All-Flash disk groups cannot be created without a capacity flash device.
14
disk group disk group disk group disk group
Each host: 5 disk groups max. Each disk group: 1 Performance + 1 to 7 Capacity
Devices
disk group
capacity capacity capacity capacity capacity
performan
ce
performan
ce
performan
ce
performan
ce
performan
ce
Virtual SAN Datastore
• Virtual SAN is an object store solution that is presented to vSphere as
a file system.
• The object store mounts the volumes from all hosts in a cluster and
presents them as a single shared datastore.
– Only members of the cluster can access the Virtual SAN datastore
– Not all hosts need to contribute storage, but its recommended.
15
disk group disk group disk group disk group
Each host: 5 disk groups max. Each disk group: 1 SSD + 1 to 7 HDDs
disk group
Virtual SAN
network
Virtual SAN
network
Virtual SAN
network
Virtual SAN
network
Virtual SAN
network
Virtual SANDatastore
HDD HDDHDDHDDHDD
Virtual SAN Objects
• Virtual SAN manages data in the form of flexible data containers called
objects.
• Virtual machines files are referred to as objects.
– There are five different types of virtual machine objects:
• VM Home
• VM swap
• VMDK
• Snapshots
• Memory (vmem)
16
disk group disk group disk group disk group
Each host: 5 disk groups max. Each disk group: 1
SSD + 1 to 7 HDDs
disk group
Virtual SAN
network
Virtual SAN
network
Virtual SAN
network
Virtual SAN
network
Virtual SAN
network
Virtual
SANDatastore
HDD HDD HDD HDD HDD
• Virtual machine objects are split into
multiple components based on
performance and availability
requirements defined in VM Storage
profile.
Virtual SAN Components
• Virtual SAN components are chunks of objects distributes across
multiple hosts in a cluster in order to tolerate simultaneous failures and
meet performance requirements.
• Virtual SAN utilizes a Distributed RAID architecture to distribute data
across the cluster.
• Components are distributed with the use of two main techniques:
– Striping (RAID0)
– Mirroring (RAID1)
17
disk group disk group disk
group
disk
group
disk
group
Virtual SAN
network
Virtual SAN
network
Virtual SAN
network
Virtual SAN
network
Virtual SAN
network
Virtual
SANDatastore
replica-1 replica-2
RAID1
HD
D
HD
D
HD
D
HD
D
HD
D
• The number of component replicas
and copies
created is based on the object
policy definition.
Storage Policies
18
Simplest configuration: 1 object containing 1 component
19
esxi-01 esxi-02 esxi-03 esxi-04
Virtual SAN Policy: “Number of failures to tolerate = 0”
vmdk
raid-0
VMDK
More complicated layout: 1 object containing 3 components
20
esxi-01 esxi-02 esxi-03 esxi-04
Virtual SAN Policy:
“Number of failures to tolerate = 1”
vmdk vmdk witness
raid-1
VMDK
More complicated layout: 1 object containing 5 components
21
esxi-01 esxi-02 esxi-03 esxi-04
VSAN Policy: “Number of failures to tolerate = 1” + “Stripe Width =2”
stripe-1a
stripe-2a witness
raid-0 raid-0
stripe-1b
stripe-2b
raid-1
VMDK
22
What’s new in vSAN 6.2
How it Works
Use Cases
In case of failure?
Reference
Overview and principles
2-Node Remote Office Branch Office Solution – More details
23
Centralized Data Center
CentrallymanagedbyonevCenterServer
ROBO1
HDDSSD HDDSSD
vSphere +
Virtual SAN
HDDSSD HDDSSD
vSphere +
Virtual SAN
HDDSSD HDDSSD
vSphere +
Virtual SAN
witness
witness
witness
vESXi
applianc
e
vESXi
applianc
e
vESXi
applianc
e
ROBO2
ROBO3
vCenter Server
2-Node ROBO Solution Overview
• 2-Node in ROBO share a single L2
domain. It requires multi-cast setup with
<5ms RTT, and 1Gbps <10 VMs or
10Gbps >10 VMs.
• Communication between the ROBO and
witness is unicast only. No need for
multi-cast and Witness is only reachable
via L3. Requires <500ms RTT over
1.5Mbps
• Resource requirements for the witness
assuming 5-10 VMs in each ROBO:
• Memory: 8 GB (Use overcommit to
save costs)
• CPU: 1vCPU
• Storage: 5 GB for capacity & 1GB
for catching tier (Use thin
provisioning to save costs)
New Hardware Options
 2-node clusters for ROBO
 New Flash HW options:
• Intel NVMe
• Diablo ULLtraDIMM™
 Hardware Deployment options
 Certified Hardware
 Integrated Systems
Virtual SAN Stretch Cluster
24
• Active-Active architecture
• Supported on both Hybrid and All-Flash
• Extremely easy to setup through UI
• Automated failover
Fault Domain A
Active
Fault Domain C
Active
vSphere + Virtual SAN
Stretched Cluster
HDDSS
D
HD
D
SS
D
HD
D
SS
D
HDDSS
D
HD
D
SS
D
HD
D
SS
D
Witness
Fault Domain B
HDD SS
D
Overview
<=5 ms latency over >10/20/40 Gbps L2 with multicast
Virtual SAN Stretched Clusters – Overview
25
Active – Active Data Centers
HDDSSD HDDSSD
vSphere + Virtual SAN
Witness
Appliance
< 5 ms RTT over >10/20/40 Gbps
FD3
FD1 FD2
L2 with multicast
Overview
• Site-level protection with zero data loss and near-instantaneous
recovery. This enables support for active-active data center
• Architecture is based on Fault Domains. Virtual SAN cluster split
across 3 failure domains
• Network latency between the two main sites must be less than 5
milliseconds RTT
• Witness VM resides on a 3rd site ( It could be another Data Center,
vCloud Air, or Colo). It holds only meta-data and does not run any VMs
• Max FTT is 1
• Automated failover in case of site failures
• Communication between the main sites and witness is unicast( FD1
and FD2 share a single L2 domain. FD3 is only reachable via L3 from
FD1 & FD2)
• Each VSAN stretched cluster scales to 31+31+1
• Customer could have many VSAN stretched clusters
Benefits
• Disaster avoidance
• Planned maintenance
Virtual SAN Stretched Clusters – Sites Network Requirements
26
Network Requirements
HDDSSD HDDSSD
vSphere + Virtual SAN
Witness
Appliance
< 5 ms RTT over >10/20/40 Gbps
FD3
FD1 FD2
L2 with multicast
Details
• Max network latency of 5 millisecond RTT and enough
bandwidth for the workloads
• Support for sites up to 100km apart as long as network
requirements are met
– <=200ms RTT over >=100Mbps to witness (L3, No multicast)
– <= 5ms RTT over 10/20/40gbps to data fault domains (L2
with multicast)
• Network Bandwidth requirement for the write
operations between the main two sites in Kbps= N
(number of nodes on one site) * W (Amount of 4K IOPS
per Node) * 125Kbps. Minimum of 1 Gbps each way
• For a 5+5+1 config on server medium and ~300 VM the
network requirement is around total of 4 Gbps (2Gbps
each way)
• Layer 2 network communication is required
Virtual SAN Stretched Cluster with vSphere Replication and SRM
28
– Live migrations and automated HA restarts between stretched cluster sites
– Replication between Virtual SAN datastores enables RPOs as low as 5 minute
– 5 minutes RPO is exclusively available to Virtual SAN 6.x
– Lower RPO’s are achievable due to Virtual SAN’s efficient vsanSparse snapshot mechanism
– SRM does not support standalone Virtual SAN with one vCenter Server
Any distance >5 min RPOsite a
vSphere + Virtual SAN
Stretched Cluster
< 5 ms RTT over >10/20/40 gbps
Active Active
site b
L2 with Multicast
site x
vSphere + Virtual SAN
VR
DR
vCenter
vCenter
witness
appliance
SRM
SRM
29
What’s new in vSAN 6.2
How it Works
Use Cases
In case of failure?
Reference
Overview and principles
Understanding Failure Events
 Virtual SAN recognized two different types of hardware device events in order to define the type
of failed scenario:
– Absent
– Degraded
 Absent: VSAN knows/thinks the data is temporarily unavailable
– Good chance data copy will come back soon
 Absent events are responsible to trigger the 60 minutes recovery operations.
– Virtual SAN will wait 60 minutes before starting the object and component recovery operations
– 60 minutes is the default setting for all absent events
– Configurable value via hosts advanced settings
30
Host Failure – 60 Minute Delay
• Absent – will wait the default time setting of 60 minutes before starting the copy of objects and
components onto other disk, disk groups, or hosts.
• Greater impact on the cluster overall compute and storage capacity.
vsan network
vmdkvmdk witness
esxi-01 esxi-02 esxi-03 esxi-04
vmdk
new mirror copy
60 minute wait
Host failure, 60 minutes wait copy of impacted component
raid-1
Understanding Failure Events
 Degraded: VSAN knows/thinks the data copy is permanently lost
– No hope data copy will come back
– No reason to wait, data copy is known to be lost
 Degraded events are responsible to trigger the immediate recovery operations.
– Triggers the immediate recovery operation of objects and components
– Not configurable
 Any of the following detected I/O errors are always deemed degraded:
– Magnetic disk failures
– Flash based devices failures
– Storage controller failures
 Any of the following detected I/O errors are always deemed absent:
– Network failures
– Network Interface Cards (NICs)
– Host failures
 Unplugging disks causes absent events, and not degraded – this allows for mistakes (unplugging
incorrect drive) to be rectified with 60 minutes
32
Cache/Capacity Device Failure – Instant mirror copy
• Degraded – The process for resynchronizing all impacted components on the failed capacity
device is instantaneously in order to re-created the data onto other disk, disk groups, or hosts.
– Resynchronization can take time depending on the amount of data.
vsan network
vmdkvmdk witness
esxi-01 esxi-02 esxi-03 esxi-04
vmdk
new mirror copy
Instant!
Disk failure, instant mirror copy of impacted component
raid-1
Network Failure – 60 Minute Delay
• Absent – will wait the default time setting of 60 minutes before starting the copy of objects and
components onto other disk, disk groups, or hosts.
• NIC failures, physical network failures can lead to network partitions.
– Multiple hosts could be impacted in the cluster.
vsan network
vmdkvmdk witness
esxi-01 esxi-02 esxi-03 esxi-04
vmdk
new mirror copy
60 minute wait
Network failure, 60 minutes wait copy of impacted component
raid-1
Virtual SAN 1 host isolated – HA restart
vsan network
vmdkvmdk witness
esxi-01 esxi-02 esxi-03 esxi-04
isolated!
HA restart
raid-1
vSphere HA restarts VM
Virtual SAN 2 hosts isolated – HA restart
vsan network
vmdkvmdk witness
esxi-01 esxi-02 esxi-03 esxi-04
isolated! isolated!
HA restart
raid-1
vSphere HA restarts VM on ESXi-02 / ESXi-03, they own > 50% of components!
Virtual SAN partition – With HA restart
vsan network
vmdkvmdk witness
esxi-01 esxi-02 esxi-03 esxi-04
Partition 1 Partition 2
HA restart
vSphere HA restarts VM in Partition 2, it owns > 50% of components!
raid-1
Monitoring Rebuilds in the UI
38
3 Nodes or 4?
• 3 Nodes – Nowhere to re-build components
• 4 Nodes – Offers the ability to rebuild components
39
vmdkvmdk witness
X vmdk
Quorum Mechanism
• In version 5.5 the witness was required to meet the necessary >50% of components must be
available for the data to be online
• In 6.0 not all disk objects will have a Witness
• 6.0 Introduced a “Voting” mechanism where each component could have more than one vote
• 6.x >50% of votes are required for data to be available
40
vmdk witness vmdk
33.3333% 33.3333% 33.3333%
41
What’s new in vSAN 6.2
How it Works
Use Cases
In case of failure?
Reference
Overview and principles
Three Ways to Get Started with Virtual SAN Today
42
VSAN
Assessment32Download
Evaluation
Online
Hands-on Lab1
• Test-drive Virtual SAN right
from your browser—with
an instant Hands-on Lab
• Register and your free,
self-paced lab is up and
running in minutes
• 60-day Free Virtual SAN
Evaluation
• VMUG members get a 6-
month EVAL or 1-year
EVALExperience for $200
• Reach out to your VMware
Partner, SEs or Rep for a
FREE VSAN Assessment
• Results in just 1 week!
• The VSAN Assessment tool
collects and analyzes data
from your vSphere storage
environment and provides
technical and business
recommendations.
Learn more…
vmware.com/go/virtual-san
• Virtual SAN Product
Overview Video
• Virtual SAN Datasheet
• Virtual SAN Customer
References
• Virtual SAN Assessment
• VMware Storage Blog
• @vmwarevsan
vmware.com/go/try-vsan-en vmware.com/go/try-vsan-en
Grazie
Blog: http://virtualmaster.it
Twitter: @sidimam
Linkedin: linkedin.com/in/simonedimambro
sdimambro@vmware.com

Mais conteúdo relacionado

Mais procurados

VMware Advance Troubleshooting Workshop - Day 3
VMware Advance Troubleshooting Workshop - Day 3VMware Advance Troubleshooting Workshop - Day 3
VMware Advance Troubleshooting Workshop - Day 3Vepsun Technologies
 
vSAN Beyond The Basics
vSAN Beyond The BasicsvSAN Beyond The Basics
vSAN Beyond The BasicsSumit Lahiri
 
VMware vSphere 6.0 - Troubleshooting Training - Day 1
VMware vSphere 6.0 - Troubleshooting Training - Day 1VMware vSphere 6.0 - Troubleshooting Training - Day 1
VMware vSphere 6.0 - Troubleshooting Training - Day 1Sanjeev Kumar
 
Building a Stretched Cluster using Virtual SAN 6.1
Building a Stretched Cluster using Virtual SAN 6.1Building a Stretched Cluster using Virtual SAN 6.1
Building a Stretched Cluster using Virtual SAN 6.1Duncan Epping
 
NSX-T Architecture and Components.pptx
NSX-T Architecture and Components.pptxNSX-T Architecture and Components.pptx
NSX-T Architecture and Components.pptxAtif Raees
 
VMware Advance Troubleshooting Workshop - Day 4
VMware Advance Troubleshooting Workshop - Day 4VMware Advance Troubleshooting Workshop - Day 4
VMware Advance Troubleshooting Workshop - Day 4Vepsun Technologies
 
VMware - Virtual SAN - IT Changes Everything
VMware - Virtual SAN - IT Changes EverythingVMware - Virtual SAN - IT Changes Everything
VMware - Virtual SAN - IT Changes EverythingVMUG IT
 
VMware HCI solutions - 2020-01-16
VMware HCI solutions - 2020-01-16VMware HCI solutions - 2020-01-16
VMware HCI solutions - 2020-01-16David Pasek
 
Dell VMware Virtual SAN Ready Nodes
Dell VMware Virtual SAN Ready NodesDell VMware Virtual SAN Ready Nodes
Dell VMware Virtual SAN Ready NodesAndrew McDaniel
 
VMware NSX 101: What, Why & How
VMware NSX 101: What, Why & HowVMware NSX 101: What, Why & How
VMware NSX 101: What, Why & HowAniekan Akpaffiong
 
VMware VSAN Technical Deep Dive - March 2014
VMware VSAN Technical Deep Dive - March 2014VMware VSAN Technical Deep Dive - March 2014
VMware VSAN Technical Deep Dive - March 2014David Davis
 
VMware vSphere vsan EN.pptx
VMware vSphere vsan EN.pptxVMware vSphere vsan EN.pptx
VMware vSphere vsan EN.pptxCH431
 
Esxi troubleshooting
Esxi troubleshootingEsxi troubleshooting
Esxi troubleshootingOvi Chis
 
Veeam Solutions for SMB_2022.pptx
Veeam Solutions for SMB_2022.pptxVeeam Solutions for SMB_2022.pptx
Veeam Solutions for SMB_2022.pptxPrince Joseph
 
VMworld 2017 vSAN Network Design
VMworld 2017 vSAN Network Design VMworld 2017 vSAN Network Design
VMworld 2017 vSAN Network Design Cormac Hogan
 
VMware vSphere Networking deep dive
VMware vSphere Networking deep diveVMware vSphere Networking deep dive
VMware vSphere Networking deep diveVepsun Technologies
 
VMware vSphere Networking deep dive
VMware vSphere Networking deep diveVMware vSphere Networking deep dive
VMware vSphere Networking deep diveSanjeev Kumar
 
VxRail Appliance - Modernize your infrastructure and accelerate IT transforma...
VxRail Appliance - Modernize your infrastructure and accelerate IT transforma...VxRail Appliance - Modernize your infrastructure and accelerate IT transforma...
VxRail Appliance - Modernize your infrastructure and accelerate IT transforma...Maichino Sepede
 
Introduction - vSphere 5 High Availability (HA)
Introduction - vSphere 5 High Availability (HA)Introduction - vSphere 5 High Availability (HA)
Introduction - vSphere 5 High Availability (HA)Eric Sloof
 
What’s New in VMware vSphere 7?
What’s New in VMware vSphere 7?What’s New in VMware vSphere 7?
What’s New in VMware vSphere 7?Insight
 

Mais procurados (20)

VMware Advance Troubleshooting Workshop - Day 3
VMware Advance Troubleshooting Workshop - Day 3VMware Advance Troubleshooting Workshop - Day 3
VMware Advance Troubleshooting Workshop - Day 3
 
vSAN Beyond The Basics
vSAN Beyond The BasicsvSAN Beyond The Basics
vSAN Beyond The Basics
 
VMware vSphere 6.0 - Troubleshooting Training - Day 1
VMware vSphere 6.0 - Troubleshooting Training - Day 1VMware vSphere 6.0 - Troubleshooting Training - Day 1
VMware vSphere 6.0 - Troubleshooting Training - Day 1
 
Building a Stretched Cluster using Virtual SAN 6.1
Building a Stretched Cluster using Virtual SAN 6.1Building a Stretched Cluster using Virtual SAN 6.1
Building a Stretched Cluster using Virtual SAN 6.1
 
NSX-T Architecture and Components.pptx
NSX-T Architecture and Components.pptxNSX-T Architecture and Components.pptx
NSX-T Architecture and Components.pptx
 
VMware Advance Troubleshooting Workshop - Day 4
VMware Advance Troubleshooting Workshop - Day 4VMware Advance Troubleshooting Workshop - Day 4
VMware Advance Troubleshooting Workshop - Day 4
 
VMware - Virtual SAN - IT Changes Everything
VMware - Virtual SAN - IT Changes EverythingVMware - Virtual SAN - IT Changes Everything
VMware - Virtual SAN - IT Changes Everything
 
VMware HCI solutions - 2020-01-16
VMware HCI solutions - 2020-01-16VMware HCI solutions - 2020-01-16
VMware HCI solutions - 2020-01-16
 
Dell VMware Virtual SAN Ready Nodes
Dell VMware Virtual SAN Ready NodesDell VMware Virtual SAN Ready Nodes
Dell VMware Virtual SAN Ready Nodes
 
VMware NSX 101: What, Why & How
VMware NSX 101: What, Why & HowVMware NSX 101: What, Why & How
VMware NSX 101: What, Why & How
 
VMware VSAN Technical Deep Dive - March 2014
VMware VSAN Technical Deep Dive - March 2014VMware VSAN Technical Deep Dive - March 2014
VMware VSAN Technical Deep Dive - March 2014
 
VMware vSphere vsan EN.pptx
VMware vSphere vsan EN.pptxVMware vSphere vsan EN.pptx
VMware vSphere vsan EN.pptx
 
Esxi troubleshooting
Esxi troubleshootingEsxi troubleshooting
Esxi troubleshooting
 
Veeam Solutions for SMB_2022.pptx
Veeam Solutions for SMB_2022.pptxVeeam Solutions for SMB_2022.pptx
Veeam Solutions for SMB_2022.pptx
 
VMworld 2017 vSAN Network Design
VMworld 2017 vSAN Network Design VMworld 2017 vSAN Network Design
VMworld 2017 vSAN Network Design
 
VMware vSphere Networking deep dive
VMware vSphere Networking deep diveVMware vSphere Networking deep dive
VMware vSphere Networking deep dive
 
VMware vSphere Networking deep dive
VMware vSphere Networking deep diveVMware vSphere Networking deep dive
VMware vSphere Networking deep dive
 
VxRail Appliance - Modernize your infrastructure and accelerate IT transforma...
VxRail Appliance - Modernize your infrastructure and accelerate IT transforma...VxRail Appliance - Modernize your infrastructure and accelerate IT transforma...
VxRail Appliance - Modernize your infrastructure and accelerate IT transforma...
 
Introduction - vSphere 5 High Availability (HA)
Introduction - vSphere 5 High Availability (HA)Introduction - vSphere 5 High Availability (HA)
Introduction - vSphere 5 High Availability (HA)
 
What’s New in VMware vSphere 7?
What’s New in VMware vSphere 7?What’s New in VMware vSphere 7?
What’s New in VMware vSphere 7?
 

Destaque

VMware Site Recovery Manager
VMware Site Recovery ManagerVMware Site Recovery Manager
VMware Site Recovery ManagerJürgen Ambrosi
 
Výhody Software Defined Storage od VMware
Výhody Software Defined Storage od VMwareVýhody Software Defined Storage od VMware
Výhody Software Defined Storage od VMwareMarketingArrowECS_CZ
 
VMware Esx Short Presentation
VMware Esx Short PresentationVMware Esx Short Presentation
VMware Esx Short PresentationBarcamp Cork
 
Open source for you - November 2017
Open source for you - November 2017Open source for you - November 2017
Open source for you - November 2017Heart Disk
 
VMworld 2017 - Top 10 things to know about vSAN
VMworld 2017 - Top 10 things to know about vSANVMworld 2017 - Top 10 things to know about vSAN
VMworld 2017 - Top 10 things to know about vSANDuncan Epping
 

Destaque (7)

VMware Site Recovery Manager
VMware Site Recovery ManagerVMware Site Recovery Manager
VMware Site Recovery Manager
 
VMware Horizon - news
VMware Horizon - newsVMware Horizon - news
VMware Horizon - news
 
Výhody Software Defined Storage od VMware
Výhody Software Defined Storage od VMwareVýhody Software Defined Storage od VMware
Výhody Software Defined Storage od VMware
 
VMware Esx Short Presentation
VMware Esx Short PresentationVMware Esx Short Presentation
VMware Esx Short Presentation
 
VMware Workspace One
VMware Workspace OneVMware Workspace One
VMware Workspace One
 
Open source for you - November 2017
Open source for you - November 2017Open source for you - November 2017
Open source for you - November 2017
 
VMworld 2017 - Top 10 things to know about vSAN
VMworld 2017 - Top 10 things to know about vSANVMworld 2017 - Top 10 things to know about vSAN
VMworld 2017 - Top 10 things to know about vSAN
 

Semelhante a VSAN – Architettura e Design

VMware: Enabling Software-Defined Storage Using Virtual SAN (Technical Decisi...
VMware: Enabling Software-Defined Storage Using Virtual SAN (Technical Decisi...VMware: Enabling Software-Defined Storage Using Virtual SAN (Technical Decisi...
VMware: Enabling Software-Defined Storage Using Virtual SAN (Technical Decisi...VMware
 
Presentazione VMware @ VMUGIT UserCon 2015
Presentazione VMware @ VMUGIT UserCon 2015Presentazione VMware @ VMUGIT UserCon 2015
Presentazione VMware @ VMUGIT UserCon 2015VMUG IT
 
VMworld Europe 2014: Virtual SAN Architecture Deep Dive
VMworld Europe 2014: Virtual SAN Architecture Deep DiveVMworld Europe 2014: Virtual SAN Architecture Deep Dive
VMworld Europe 2014: Virtual SAN Architecture Deep DiveVMworld
 
VMworld 2014: Virtual SAN Architecture Deep Dive
VMworld 2014: Virtual SAN Architecture Deep DiveVMworld 2014: Virtual SAN Architecture Deep Dive
VMworld 2014: Virtual SAN Architecture Deep DiveVMworld
 
VMware Virtual SAN slideshow
VMware Virtual SAN slideshowVMware Virtual SAN slideshow
VMware Virtual SAN slideshowAshley Williams
 
VMworld Europe 2014: Virtual SAN Best Practices and Use Cases
VMworld Europe 2014: Virtual SAN Best Practices and Use CasesVMworld Europe 2014: Virtual SAN Best Practices and Use Cases
VMworld Europe 2014: Virtual SAN Best Practices and Use CasesVMworld
 
VMworld - sto7650 -Software defined storage @VMmware primer
VMworld - sto7650 -Software defined storage  @VMmware primerVMworld - sto7650 -Software defined storage  @VMmware primer
VMworld - sto7650 -Software defined storage @VMmware primerDuncan Epping
 
VMworld 2013: VMware Virtual SAN Technical Best Practices
VMworld 2013: VMware Virtual SAN Technical Best Practices VMworld 2013: VMware Virtual SAN Technical Best Practices
VMworld 2013: VMware Virtual SAN Technical Best Practices VMworld
 
VMworld 2013: Lowering TCO for Virtual Desktops with VMware View and VMware V...
VMworld 2013: Lowering TCO for Virtual Desktops with VMware View and VMware V...VMworld 2013: Lowering TCO for Virtual Desktops with VMware View and VMware V...
VMworld 2013: Lowering TCO for Virtual Desktops with VMware View and VMware V...VMworld
 
VMworld 2013: VMware Virtual SAN
VMworld 2013: VMware Virtual SAN VMworld 2013: VMware Virtual SAN
VMworld 2013: VMware Virtual SAN VMworld
 
Five common customer use cases for Virtual SAN - VMworld US / 2015
Five common customer use cases for Virtual SAN - VMworld US / 2015Five common customer use cases for Virtual SAN - VMworld US / 2015
Five common customer use cases for Virtual SAN - VMworld US / 2015Duncan Epping
 
VMworld 2013: IBM Solutions for VMware Virtual SAN
VMworld 2013: IBM Solutions for VMware Virtual SAN VMworld 2013: IBM Solutions for VMware Virtual SAN
VMworld 2013: IBM Solutions for VMware Virtual SAN VMworld
 
V mware virtual san 5.5 deep dive
V mware virtual san 5.5 deep diveV mware virtual san 5.5 deep dive
V mware virtual san 5.5 deep divesolarisyougood
 
VMware Vsan vtug 2014
VMware Vsan vtug 2014VMware Vsan vtug 2014
VMware Vsan vtug 2014csharney
 
Storage user cases
Storage user casesStorage user cases
Storage user casesAndrea Mauro
 
Windows Server 2012 R2 Software-Defined Storage
Windows Server 2012 R2 Software-Defined StorageWindows Server 2012 R2 Software-Defined Storage
Windows Server 2012 R2 Software-Defined StorageAidan Finn
 
VMworld 2013: Successfully Virtualize Microsoft Exchange Server
VMworld 2013: Successfully Virtualize Microsoft Exchange Server VMworld 2013: Successfully Virtualize Microsoft Exchange Server
VMworld 2013: Successfully Virtualize Microsoft Exchange Server VMworld
 
Accelerate Your Sales with Application-Centric Storage-as-a-Service Using VMw...
Accelerate Your Sales with Application-Centric Storage-as-a-Service Using VMw...Accelerate Your Sales with Application-Centric Storage-as-a-Service Using VMw...
Accelerate Your Sales with Application-Centric Storage-as-a-Service Using VMw...VMware
 
Enterprise Storage NAS - Dual Controller
Enterprise Storage NAS - Dual ControllerEnterprise Storage NAS - Dual Controller
Enterprise Storage NAS - Dual ControllerFernando Barrientos
 
VMworld 2013: Cisco, VMware and Hyper-converged Solutions for the Enterprise....
VMworld 2013: Cisco, VMware and Hyper-converged Solutions for the Enterprise....VMworld 2013: Cisco, VMware and Hyper-converged Solutions for the Enterprise....
VMworld 2013: Cisco, VMware and Hyper-converged Solutions for the Enterprise....VMworld
 

Semelhante a VSAN – Architettura e Design (20)

VMware: Enabling Software-Defined Storage Using Virtual SAN (Technical Decisi...
VMware: Enabling Software-Defined Storage Using Virtual SAN (Technical Decisi...VMware: Enabling Software-Defined Storage Using Virtual SAN (Technical Decisi...
VMware: Enabling Software-Defined Storage Using Virtual SAN (Technical Decisi...
 
Presentazione VMware @ VMUGIT UserCon 2015
Presentazione VMware @ VMUGIT UserCon 2015Presentazione VMware @ VMUGIT UserCon 2015
Presentazione VMware @ VMUGIT UserCon 2015
 
VMworld Europe 2014: Virtual SAN Architecture Deep Dive
VMworld Europe 2014: Virtual SAN Architecture Deep DiveVMworld Europe 2014: Virtual SAN Architecture Deep Dive
VMworld Europe 2014: Virtual SAN Architecture Deep Dive
 
VMworld 2014: Virtual SAN Architecture Deep Dive
VMworld 2014: Virtual SAN Architecture Deep DiveVMworld 2014: Virtual SAN Architecture Deep Dive
VMworld 2014: Virtual SAN Architecture Deep Dive
 
VMware Virtual SAN slideshow
VMware Virtual SAN slideshowVMware Virtual SAN slideshow
VMware Virtual SAN slideshow
 
VMworld Europe 2014: Virtual SAN Best Practices and Use Cases
VMworld Europe 2014: Virtual SAN Best Practices and Use CasesVMworld Europe 2014: Virtual SAN Best Practices and Use Cases
VMworld Europe 2014: Virtual SAN Best Practices and Use Cases
 
VMworld - sto7650 -Software defined storage @VMmware primer
VMworld - sto7650 -Software defined storage  @VMmware primerVMworld - sto7650 -Software defined storage  @VMmware primer
VMworld - sto7650 -Software defined storage @VMmware primer
 
VMworld 2013: VMware Virtual SAN Technical Best Practices
VMworld 2013: VMware Virtual SAN Technical Best Practices VMworld 2013: VMware Virtual SAN Technical Best Practices
VMworld 2013: VMware Virtual SAN Technical Best Practices
 
VMworld 2013: Lowering TCO for Virtual Desktops with VMware View and VMware V...
VMworld 2013: Lowering TCO for Virtual Desktops with VMware View and VMware V...VMworld 2013: Lowering TCO for Virtual Desktops with VMware View and VMware V...
VMworld 2013: Lowering TCO for Virtual Desktops with VMware View and VMware V...
 
VMworld 2013: VMware Virtual SAN
VMworld 2013: VMware Virtual SAN VMworld 2013: VMware Virtual SAN
VMworld 2013: VMware Virtual SAN
 
Five common customer use cases for Virtual SAN - VMworld US / 2015
Five common customer use cases for Virtual SAN - VMworld US / 2015Five common customer use cases for Virtual SAN - VMworld US / 2015
Five common customer use cases for Virtual SAN - VMworld US / 2015
 
VMworld 2013: IBM Solutions for VMware Virtual SAN
VMworld 2013: IBM Solutions for VMware Virtual SAN VMworld 2013: IBM Solutions for VMware Virtual SAN
VMworld 2013: IBM Solutions for VMware Virtual SAN
 
V mware virtual san 5.5 deep dive
V mware virtual san 5.5 deep diveV mware virtual san 5.5 deep dive
V mware virtual san 5.5 deep dive
 
VMware Vsan vtug 2014
VMware Vsan vtug 2014VMware Vsan vtug 2014
VMware Vsan vtug 2014
 
Storage user cases
Storage user casesStorage user cases
Storage user cases
 
Windows Server 2012 R2 Software-Defined Storage
Windows Server 2012 R2 Software-Defined StorageWindows Server 2012 R2 Software-Defined Storage
Windows Server 2012 R2 Software-Defined Storage
 
VMworld 2013: Successfully Virtualize Microsoft Exchange Server
VMworld 2013: Successfully Virtualize Microsoft Exchange Server VMworld 2013: Successfully Virtualize Microsoft Exchange Server
VMworld 2013: Successfully Virtualize Microsoft Exchange Server
 
Accelerate Your Sales with Application-Centric Storage-as-a-Service Using VMw...
Accelerate Your Sales with Application-Centric Storage-as-a-Service Using VMw...Accelerate Your Sales with Application-Centric Storage-as-a-Service Using VMw...
Accelerate Your Sales with Application-Centric Storage-as-a-Service Using VMw...
 
Enterprise Storage NAS - Dual Controller
Enterprise Storage NAS - Dual ControllerEnterprise Storage NAS - Dual Controller
Enterprise Storage NAS - Dual Controller
 
VMworld 2013: Cisco, VMware and Hyper-converged Solutions for the Enterprise....
VMworld 2013: Cisco, VMware and Hyper-converged Solutions for the Enterprise....VMworld 2013: Cisco, VMware and Hyper-converged Solutions for the Enterprise....
VMworld 2013: Cisco, VMware and Hyper-converged Solutions for the Enterprise....
 

Mais de VMUG IT

04 vmugit aprile_2018_raff_poltronieri
04 vmugit aprile_2018_raff_poltronieri04 vmugit aprile_2018_raff_poltronieri
04 vmugit aprile_2018_raff_poltronieriVMUG IT
 
03 vmugit aprile_2018_veeam
03 vmugit aprile_2018_veeam03 vmugit aprile_2018_veeam
03 vmugit aprile_2018_veeamVMUG IT
 
02 vmugit aprile_2018_il_restodelcarlino
02 vmugit aprile_2018_il_restodelcarlino02 vmugit aprile_2018_il_restodelcarlino
02 vmugit aprile_2018_il_restodelcarlinoVMUG IT
 
01 vmugit aprile_2018_bologna_benvenuto
01 vmugit aprile_2018_bologna_benvenuto01 vmugit aprile_2018_bologna_benvenuto
01 vmugit aprile_2018_bologna_benvenutoVMUG IT
 
07 vmugit aprile_2018_massimiliano_moschini
07 vmugit aprile_2018_massimiliano_moschini07 vmugit aprile_2018_massimiliano_moschini
07 vmugit aprile_2018_massimiliano_moschiniVMUG IT
 
06 vmugit aprile_2018_alessandro_tinivelli
06 vmugit aprile_2018_alessandro_tinivelli06 vmugit aprile_2018_alessandro_tinivelli
06 vmugit aprile_2018_alessandro_tinivelliVMUG IT
 
05 vmugit aprile_2018_7_layers
05 vmugit aprile_2018_7_layers05 vmugit aprile_2018_7_layers
05 vmugit aprile_2018_7_layersVMUG IT
 
07 - VMUGIT - Lecce 2018 - Antonio Gentile, Fortinet
07 - VMUGIT - Lecce 2018 - Antonio Gentile, Fortinet07 - VMUGIT - Lecce 2018 - Antonio Gentile, Fortinet
07 - VMUGIT - Lecce 2018 - Antonio Gentile, FortinetVMUG IT
 
06 - VMUGIT - Lecce 2018 - Rodolfo Rotondo, VMware
06 - VMUGIT - Lecce 2018 - Rodolfo Rotondo, VMware06 - VMUGIT - Lecce 2018 - Rodolfo Rotondo, VMware
06 - VMUGIT - Lecce 2018 - Rodolfo Rotondo, VMwareVMUG IT
 
05 - VMUGIT - Lecce 2018 - Raff Poltronieri, CloudItalia
05 - VMUGIT - Lecce 2018 - Raff Poltronieri, CloudItalia05 - VMUGIT - Lecce 2018 - Raff Poltronieri, CloudItalia
05 - VMUGIT - Lecce 2018 - Raff Poltronieri, CloudItaliaVMUG IT
 
04 - VMUGIT - Lecce 2018 - Giampiero Petrosi, Rubrik
04 - VMUGIT - Lecce 2018 - Giampiero Petrosi, Rubrik04 - VMUGIT - Lecce 2018 - Giampiero Petrosi, Rubrik
04 - VMUGIT - Lecce 2018 - Giampiero Petrosi, RubrikVMUG IT
 
03 - VMUGIT - Lecce 2018 - Massimiliano Mortillaro, Tech Unplugged
03 - VMUGIT - Lecce 2018 - Massimiliano Mortillaro, Tech Unplugged03 - VMUGIT - Lecce 2018 - Massimiliano Mortillaro, Tech Unplugged
03 - VMUGIT - Lecce 2018 - Massimiliano Mortillaro, Tech UnpluggedVMUG IT
 
02 - VMUGIT - Lecce 2018 - Enrico Signoretti, OpenIO
02 - VMUGIT - Lecce 2018 - Enrico Signoretti, OpenIO02 - VMUGIT - Lecce 2018 - Enrico Signoretti, OpenIO
02 - VMUGIT - Lecce 2018 - Enrico Signoretti, OpenIOVMUG IT
 
01 - VMUGIT - Lecce 2018 - Fabio Rapposelli, VMware
01 - VMUGIT - Lecce 2018 - Fabio Rapposelli, VMware01 - VMUGIT - Lecce 2018 - Fabio Rapposelli, VMware
01 - VMUGIT - Lecce 2018 - Fabio Rapposelli, VMwareVMUG IT
 
00 - VMUGIT - Lecce 2018 - Intro
00 - VMUGIT - Lecce 2018 - Intro00 - VMUGIT - Lecce 2018 - Intro
00 - VMUGIT - Lecce 2018 - IntroVMUG IT
 
Luca dell'oca - italian vmug usercon 2017
Luca dell'oca - italian vmug usercon 2017 Luca dell'oca - italian vmug usercon 2017
Luca dell'oca - italian vmug usercon 2017 VMUG IT
 
Luc Dekens - Italian vmug usercon
Luc Dekens - Italian vmug usercon Luc Dekens - Italian vmug usercon
Luc Dekens - Italian vmug usercon VMUG IT
 
Gianni Resti
Gianni Resti  Gianni Resti
Gianni Resti VMUG IT
 
Frank Denneman keynote
Frank Denneman keynoteFrank Denneman keynote
Frank Denneman keynoteVMUG IT
 
Vmug 2017 Guido Frabotti
Vmug 2017 Guido FrabottiVmug 2017 Guido Frabotti
Vmug 2017 Guido FrabottiVMUG IT
 

Mais de VMUG IT (20)

04 vmugit aprile_2018_raff_poltronieri
04 vmugit aprile_2018_raff_poltronieri04 vmugit aprile_2018_raff_poltronieri
04 vmugit aprile_2018_raff_poltronieri
 
03 vmugit aprile_2018_veeam
03 vmugit aprile_2018_veeam03 vmugit aprile_2018_veeam
03 vmugit aprile_2018_veeam
 
02 vmugit aprile_2018_il_restodelcarlino
02 vmugit aprile_2018_il_restodelcarlino02 vmugit aprile_2018_il_restodelcarlino
02 vmugit aprile_2018_il_restodelcarlino
 
01 vmugit aprile_2018_bologna_benvenuto
01 vmugit aprile_2018_bologna_benvenuto01 vmugit aprile_2018_bologna_benvenuto
01 vmugit aprile_2018_bologna_benvenuto
 
07 vmugit aprile_2018_massimiliano_moschini
07 vmugit aprile_2018_massimiliano_moschini07 vmugit aprile_2018_massimiliano_moschini
07 vmugit aprile_2018_massimiliano_moschini
 
06 vmugit aprile_2018_alessandro_tinivelli
06 vmugit aprile_2018_alessandro_tinivelli06 vmugit aprile_2018_alessandro_tinivelli
06 vmugit aprile_2018_alessandro_tinivelli
 
05 vmugit aprile_2018_7_layers
05 vmugit aprile_2018_7_layers05 vmugit aprile_2018_7_layers
05 vmugit aprile_2018_7_layers
 
07 - VMUGIT - Lecce 2018 - Antonio Gentile, Fortinet
07 - VMUGIT - Lecce 2018 - Antonio Gentile, Fortinet07 - VMUGIT - Lecce 2018 - Antonio Gentile, Fortinet
07 - VMUGIT - Lecce 2018 - Antonio Gentile, Fortinet
 
06 - VMUGIT - Lecce 2018 - Rodolfo Rotondo, VMware
06 - VMUGIT - Lecce 2018 - Rodolfo Rotondo, VMware06 - VMUGIT - Lecce 2018 - Rodolfo Rotondo, VMware
06 - VMUGIT - Lecce 2018 - Rodolfo Rotondo, VMware
 
05 - VMUGIT - Lecce 2018 - Raff Poltronieri, CloudItalia
05 - VMUGIT - Lecce 2018 - Raff Poltronieri, CloudItalia05 - VMUGIT - Lecce 2018 - Raff Poltronieri, CloudItalia
05 - VMUGIT - Lecce 2018 - Raff Poltronieri, CloudItalia
 
04 - VMUGIT - Lecce 2018 - Giampiero Petrosi, Rubrik
04 - VMUGIT - Lecce 2018 - Giampiero Petrosi, Rubrik04 - VMUGIT - Lecce 2018 - Giampiero Petrosi, Rubrik
04 - VMUGIT - Lecce 2018 - Giampiero Petrosi, Rubrik
 
03 - VMUGIT - Lecce 2018 - Massimiliano Mortillaro, Tech Unplugged
03 - VMUGIT - Lecce 2018 - Massimiliano Mortillaro, Tech Unplugged03 - VMUGIT - Lecce 2018 - Massimiliano Mortillaro, Tech Unplugged
03 - VMUGIT - Lecce 2018 - Massimiliano Mortillaro, Tech Unplugged
 
02 - VMUGIT - Lecce 2018 - Enrico Signoretti, OpenIO
02 - VMUGIT - Lecce 2018 - Enrico Signoretti, OpenIO02 - VMUGIT - Lecce 2018 - Enrico Signoretti, OpenIO
02 - VMUGIT - Lecce 2018 - Enrico Signoretti, OpenIO
 
01 - VMUGIT - Lecce 2018 - Fabio Rapposelli, VMware
01 - VMUGIT - Lecce 2018 - Fabio Rapposelli, VMware01 - VMUGIT - Lecce 2018 - Fabio Rapposelli, VMware
01 - VMUGIT - Lecce 2018 - Fabio Rapposelli, VMware
 
00 - VMUGIT - Lecce 2018 - Intro
00 - VMUGIT - Lecce 2018 - Intro00 - VMUGIT - Lecce 2018 - Intro
00 - VMUGIT - Lecce 2018 - Intro
 
Luca dell'oca - italian vmug usercon 2017
Luca dell'oca - italian vmug usercon 2017 Luca dell'oca - italian vmug usercon 2017
Luca dell'oca - italian vmug usercon 2017
 
Luc Dekens - Italian vmug usercon
Luc Dekens - Italian vmug usercon Luc Dekens - Italian vmug usercon
Luc Dekens - Italian vmug usercon
 
Gianni Resti
Gianni Resti  Gianni Resti
Gianni Resti
 
Frank Denneman keynote
Frank Denneman keynoteFrank Denneman keynote
Frank Denneman keynote
 
Vmug 2017 Guido Frabotti
Vmug 2017 Guido FrabottiVmug 2017 Guido Frabotti
Vmug 2017 Guido Frabotti
 

Último

The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 

Último (20)

The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 

VSAN – Architettura e Design

  • 1. Virtual SAN Design & Architecture Simone Di Mambro Sr. Presales System Engineer sdimambro@vmware.com
  • 2. Chi sono e perchè sono qua • Da Luglio 2016 faccio parte del team di Prevendita • 4 anni in VMware nei Servizi Professionali • Ho maturato le seguenti passioni nella vita: – Smartworld ed affini (…si consideratemi pure un Nerd!) – Dieta! • “Life motivator” per amici – Runner (per scendere di peso ma anche per mangiare di tanto in tanto qualche sfizio!) 2
  • 3. 3 What’s new in vSAN 6.2 How it Works Use Cases In case of failure? Reference Overview and principles
  • 4. 4 VMware® vSphere ® Storage Policy-Based Mgmt • App-centric storage automation • Common mgmt across heterogeneous arrays VMware® Virtual SAN™ • Hyper-converged architecture • Data persistence delivered from the hypervisor The VMware Software-Defined Storage Vision Transforming Storage the Way Server Virtualization Transformed Compute vSphere
  • 5. Tiered Hybrid and All-Flash Options 5 All-Flash 90K IOPS per Host + sub-millisecond latency Caching Writes cached first, Reads from capacity tier Capacity Tier Flash Devices Reads go directly to capacity tier SSD PCIe Ultra DIMM Data Persistence Hybrid 40K IOPS per Host Read and Write Cache Capacity Tier SAS / NL-SAS / SATA SSD PCIe Ultra DIMM Virtual SAN
  • 6. 6 What’s new in vSAN 6.2 How it Works Use Cases In case of failure? Reference Overview and principles
  • 7. Deduplication and Compression for Space Efficiency • Nearline deduplication and compression per disk group level. – Will be called “Space Efficiency” • Space Efficiency enabled on a cluster level • Deduplicated when de-staging from cache tier to capacity tier – Fixed block length deduplication (4KB Blocks) • Compressed after deduplication 7 Beta esxi-01 esxi-02 esxi-03 vmdk vmdk vSphere & Virtual SAN vmdk All Flash Only
  • 8. RAID-5 Erasure Coding • With “FTT=1” availability  RAID-5 – 3+1 (4 host minimum) – 1.33x instead of 2x overhead • 20GB disk normally takes 40GB, now just ~27GB 8 RAID-5 ESXi Host parity data data data All Flash Only ESXi Host data parity data data ESXi Host data data parity data ESXi Host data data data parity
  • 9. RAID-6 Erasure Coding • With “FTT=2” availability  RAID-6 – 4+2 (6 host minimum) – 1.5x instead of 3x overhead • 20GB disk normally takes 60GB, now just ~30GB 9 All Flash Only ESXi Host parity data data RAID-6 ESXi Host parity data data ESXi Host data parity data ESXi Host data parity data ESXi Host data data parity ESXi Host data data parity
  • 10. Virtual SAN Quality of Service 10 • Complete visibility into IOPS consumed per VM/Virtual Disk • 1 Click-to-configure limit • Eliminate noisy neighbor issues • Granularly manage performance SLAs: independent of VM provisioning order … vSphere + Virtual SAN vSphere & Virtual SAN
  • 11. Enhanced Virtual SAN Management with New Health Service Built-in performance monitoring Health and performance APIs and SDK Storage capacity reporting And many more health checks… Performance Monitoring Capacity Monitoring 11
  • 12. 12 What’s new in vSAN 6.2 How it Works Use Cases In case of failure? Reference Overview and principles
  • 13. Virtual SAN Disk Groups • Virtual SAN uses the concept of disk groups to pool together flash devices and magnetic disks as single management constructs • Disk groups are composed of at least 1 flash device and 1-7 capacity devices – Flash devices are use for read cache / write buffer – Storage capacity can be provided by either magnetic disks or flash based devices – Disk groups cannot be created without a flash device – Can have 5 disk groups per host = 35 capacity devices per host 13 disk group disk group disk group disk group disk group Each host: 5 disk groups max. Each disk group: 1 flash device + 1-7 capacity devices
  • 14. Virtual SAN Disk Groups • Virtual SAN All-Flash disk group configurations are composed of at least 1 performance flash device and 1 capacity flash device. – Flash devices are use in a two tier format for caching and capacity. – Capacity flash devices are used for storage capacity similar to magnetic disks. – All-Flash disk groups cannot be created without a capacity flash device. 14 disk group disk group disk group disk group Each host: 5 disk groups max. Each disk group: 1 Performance + 1 to 7 Capacity Devices disk group capacity capacity capacity capacity capacity performan ce performan ce performan ce performan ce performan ce
  • 15. Virtual SAN Datastore • Virtual SAN is an object store solution that is presented to vSphere as a file system. • The object store mounts the volumes from all hosts in a cluster and presents them as a single shared datastore. – Only members of the cluster can access the Virtual SAN datastore – Not all hosts need to contribute storage, but its recommended. 15 disk group disk group disk group disk group Each host: 5 disk groups max. Each disk group: 1 SSD + 1 to 7 HDDs disk group Virtual SAN network Virtual SAN network Virtual SAN network Virtual SAN network Virtual SAN network Virtual SANDatastore HDD HDDHDDHDDHDD
  • 16. Virtual SAN Objects • Virtual SAN manages data in the form of flexible data containers called objects. • Virtual machines files are referred to as objects. – There are five different types of virtual machine objects: • VM Home • VM swap • VMDK • Snapshots • Memory (vmem) 16 disk group disk group disk group disk group Each host: 5 disk groups max. Each disk group: 1 SSD + 1 to 7 HDDs disk group Virtual SAN network Virtual SAN network Virtual SAN network Virtual SAN network Virtual SAN network Virtual SANDatastore HDD HDD HDD HDD HDD • Virtual machine objects are split into multiple components based on performance and availability requirements defined in VM Storage profile.
  • 17. Virtual SAN Components • Virtual SAN components are chunks of objects distributes across multiple hosts in a cluster in order to tolerate simultaneous failures and meet performance requirements. • Virtual SAN utilizes a Distributed RAID architecture to distribute data across the cluster. • Components are distributed with the use of two main techniques: – Striping (RAID0) – Mirroring (RAID1) 17 disk group disk group disk group disk group disk group Virtual SAN network Virtual SAN network Virtual SAN network Virtual SAN network Virtual SAN network Virtual SANDatastore replica-1 replica-2 RAID1 HD D HD D HD D HD D HD D • The number of component replicas and copies created is based on the object policy definition.
  • 19. Simplest configuration: 1 object containing 1 component 19 esxi-01 esxi-02 esxi-03 esxi-04 Virtual SAN Policy: “Number of failures to tolerate = 0” vmdk raid-0 VMDK
  • 20. More complicated layout: 1 object containing 3 components 20 esxi-01 esxi-02 esxi-03 esxi-04 Virtual SAN Policy: “Number of failures to tolerate = 1” vmdk vmdk witness raid-1 VMDK
  • 21. More complicated layout: 1 object containing 5 components 21 esxi-01 esxi-02 esxi-03 esxi-04 VSAN Policy: “Number of failures to tolerate = 1” + “Stripe Width =2” stripe-1a stripe-2a witness raid-0 raid-0 stripe-1b stripe-2b raid-1 VMDK
  • 22. 22 What’s new in vSAN 6.2 How it Works Use Cases In case of failure? Reference Overview and principles
  • 23. 2-Node Remote Office Branch Office Solution – More details 23 Centralized Data Center CentrallymanagedbyonevCenterServer ROBO1 HDDSSD HDDSSD vSphere + Virtual SAN HDDSSD HDDSSD vSphere + Virtual SAN HDDSSD HDDSSD vSphere + Virtual SAN witness witness witness vESXi applianc e vESXi applianc e vESXi applianc e ROBO2 ROBO3 vCenter Server 2-Node ROBO Solution Overview • 2-Node in ROBO share a single L2 domain. It requires multi-cast setup with <5ms RTT, and 1Gbps <10 VMs or 10Gbps >10 VMs. • Communication between the ROBO and witness is unicast only. No need for multi-cast and Witness is only reachable via L3. Requires <500ms RTT over 1.5Mbps • Resource requirements for the witness assuming 5-10 VMs in each ROBO: • Memory: 8 GB (Use overcommit to save costs) • CPU: 1vCPU • Storage: 5 GB for capacity & 1GB for catching tier (Use thin provisioning to save costs) New Hardware Options  2-node clusters for ROBO  New Flash HW options: • Intel NVMe • Diablo ULLtraDIMM™  Hardware Deployment options  Certified Hardware  Integrated Systems
  • 24. Virtual SAN Stretch Cluster 24 • Active-Active architecture • Supported on both Hybrid and All-Flash • Extremely easy to setup through UI • Automated failover Fault Domain A Active Fault Domain C Active vSphere + Virtual SAN Stretched Cluster HDDSS D HD D SS D HD D SS D HDDSS D HD D SS D HD D SS D Witness Fault Domain B HDD SS D Overview <=5 ms latency over >10/20/40 Gbps L2 with multicast
  • 25. Virtual SAN Stretched Clusters – Overview 25 Active – Active Data Centers HDDSSD HDDSSD vSphere + Virtual SAN Witness Appliance < 5 ms RTT over >10/20/40 Gbps FD3 FD1 FD2 L2 with multicast Overview • Site-level protection with zero data loss and near-instantaneous recovery. This enables support for active-active data center • Architecture is based on Fault Domains. Virtual SAN cluster split across 3 failure domains • Network latency between the two main sites must be less than 5 milliseconds RTT • Witness VM resides on a 3rd site ( It could be another Data Center, vCloud Air, or Colo). It holds only meta-data and does not run any VMs • Max FTT is 1 • Automated failover in case of site failures • Communication between the main sites and witness is unicast( FD1 and FD2 share a single L2 domain. FD3 is only reachable via L3 from FD1 & FD2) • Each VSAN stretched cluster scales to 31+31+1 • Customer could have many VSAN stretched clusters Benefits • Disaster avoidance • Planned maintenance
  • 26. Virtual SAN Stretched Clusters – Sites Network Requirements 26 Network Requirements HDDSSD HDDSSD vSphere + Virtual SAN Witness Appliance < 5 ms RTT over >10/20/40 Gbps FD3 FD1 FD2 L2 with multicast Details • Max network latency of 5 millisecond RTT and enough bandwidth for the workloads • Support for sites up to 100km apart as long as network requirements are met – <=200ms RTT over >=100Mbps to witness (L3, No multicast) – <= 5ms RTT over 10/20/40gbps to data fault domains (L2 with multicast) • Network Bandwidth requirement for the write operations between the main two sites in Kbps= N (number of nodes on one site) * W (Amount of 4K IOPS per Node) * 125Kbps. Minimum of 1 Gbps each way • For a 5+5+1 config on server medium and ~300 VM the network requirement is around total of 4 Gbps (2Gbps each way) • Layer 2 network communication is required
  • 27. Virtual SAN Stretched Cluster with vSphere Replication and SRM 28 – Live migrations and automated HA restarts between stretched cluster sites – Replication between Virtual SAN datastores enables RPOs as low as 5 minute – 5 minutes RPO is exclusively available to Virtual SAN 6.x – Lower RPO’s are achievable due to Virtual SAN’s efficient vsanSparse snapshot mechanism – SRM does not support standalone Virtual SAN with one vCenter Server Any distance >5 min RPOsite a vSphere + Virtual SAN Stretched Cluster < 5 ms RTT over >10/20/40 gbps Active Active site b L2 with Multicast site x vSphere + Virtual SAN VR DR vCenter vCenter witness appliance SRM SRM
  • 28. 29 What’s new in vSAN 6.2 How it Works Use Cases In case of failure? Reference Overview and principles
  • 29. Understanding Failure Events  Virtual SAN recognized two different types of hardware device events in order to define the type of failed scenario: – Absent – Degraded  Absent: VSAN knows/thinks the data is temporarily unavailable – Good chance data copy will come back soon  Absent events are responsible to trigger the 60 minutes recovery operations. – Virtual SAN will wait 60 minutes before starting the object and component recovery operations – 60 minutes is the default setting for all absent events – Configurable value via hosts advanced settings 30
  • 30. Host Failure – 60 Minute Delay • Absent – will wait the default time setting of 60 minutes before starting the copy of objects and components onto other disk, disk groups, or hosts. • Greater impact on the cluster overall compute and storage capacity. vsan network vmdkvmdk witness esxi-01 esxi-02 esxi-03 esxi-04 vmdk new mirror copy 60 minute wait Host failure, 60 minutes wait copy of impacted component raid-1
  • 31. Understanding Failure Events  Degraded: VSAN knows/thinks the data copy is permanently lost – No hope data copy will come back – No reason to wait, data copy is known to be lost  Degraded events are responsible to trigger the immediate recovery operations. – Triggers the immediate recovery operation of objects and components – Not configurable  Any of the following detected I/O errors are always deemed degraded: – Magnetic disk failures – Flash based devices failures – Storage controller failures  Any of the following detected I/O errors are always deemed absent: – Network failures – Network Interface Cards (NICs) – Host failures  Unplugging disks causes absent events, and not degraded – this allows for mistakes (unplugging incorrect drive) to be rectified with 60 minutes 32
  • 32. Cache/Capacity Device Failure – Instant mirror copy • Degraded – The process for resynchronizing all impacted components on the failed capacity device is instantaneously in order to re-created the data onto other disk, disk groups, or hosts. – Resynchronization can take time depending on the amount of data. vsan network vmdkvmdk witness esxi-01 esxi-02 esxi-03 esxi-04 vmdk new mirror copy Instant! Disk failure, instant mirror copy of impacted component raid-1
  • 33. Network Failure – 60 Minute Delay • Absent – will wait the default time setting of 60 minutes before starting the copy of objects and components onto other disk, disk groups, or hosts. • NIC failures, physical network failures can lead to network partitions. – Multiple hosts could be impacted in the cluster. vsan network vmdkvmdk witness esxi-01 esxi-02 esxi-03 esxi-04 vmdk new mirror copy 60 minute wait Network failure, 60 minutes wait copy of impacted component raid-1
  • 34. Virtual SAN 1 host isolated – HA restart vsan network vmdkvmdk witness esxi-01 esxi-02 esxi-03 esxi-04 isolated! HA restart raid-1 vSphere HA restarts VM
  • 35. Virtual SAN 2 hosts isolated – HA restart vsan network vmdkvmdk witness esxi-01 esxi-02 esxi-03 esxi-04 isolated! isolated! HA restart raid-1 vSphere HA restarts VM on ESXi-02 / ESXi-03, they own > 50% of components!
  • 36. Virtual SAN partition – With HA restart vsan network vmdkvmdk witness esxi-01 esxi-02 esxi-03 esxi-04 Partition 1 Partition 2 HA restart vSphere HA restarts VM in Partition 2, it owns > 50% of components! raid-1
  • 38. 3 Nodes or 4? • 3 Nodes – Nowhere to re-build components • 4 Nodes – Offers the ability to rebuild components 39 vmdkvmdk witness X vmdk
  • 39. Quorum Mechanism • In version 5.5 the witness was required to meet the necessary >50% of components must be available for the data to be online • In 6.0 not all disk objects will have a Witness • 6.0 Introduced a “Voting” mechanism where each component could have more than one vote • 6.x >50% of votes are required for data to be available 40 vmdk witness vmdk 33.3333% 33.3333% 33.3333%
  • 40. 41 What’s new in vSAN 6.2 How it Works Use Cases In case of failure? Reference Overview and principles
  • 41. Three Ways to Get Started with Virtual SAN Today 42 VSAN Assessment32Download Evaluation Online Hands-on Lab1 • Test-drive Virtual SAN right from your browser—with an instant Hands-on Lab • Register and your free, self-paced lab is up and running in minutes • 60-day Free Virtual SAN Evaluation • VMUG members get a 6- month EVAL or 1-year EVALExperience for $200 • Reach out to your VMware Partner, SEs or Rep for a FREE VSAN Assessment • Results in just 1 week! • The VSAN Assessment tool collects and analyzes data from your vSphere storage environment and provides technical and business recommendations. Learn more… vmware.com/go/virtual-san • Virtual SAN Product Overview Video • Virtual SAN Datasheet • Virtual SAN Customer References • Virtual SAN Assessment • VMware Storage Blog • @vmwarevsan vmware.com/go/try-vsan-en vmware.com/go/try-vsan-en
  • 42. Grazie Blog: http://virtualmaster.it Twitter: @sidimam Linkedin: linkedin.com/in/simonedimambro sdimambro@vmware.com