ESX Virtualization

VMware ESXi, vSphere, VMware Backup, Hyper-V... how-to, videos....

Nakivo Backup and Replication - #1 Backup solution for Virtual, physical, cloud, NAS and SaaS

Menu
  • Certification
      • VCP-DCV vSphere 8
          • vcp2024-125.
        • Close
    • Close
  • VMware
    • Configuration Maximums
    • vSphere
      • vSphere 8.0
      • vSphere 7.0
      • vSphere 6.7
      • vSphere 6.5
      • vSphere 6.0
      • Close
    • VMworld
      • VMware EXPLORE 2024
      • VMware EXPLORE 2023
      • VMware EXPLORE 2022
      • VMworld 2019
      • VMworld 2018
      • VMworld 2017
      • VMworld 2016
      • VMworld 2015
      • VMworld 2014
      • VMworld 2013
      • VMworld 2012
      • VMworld 2011
      • Close
    • Close
  • Microsoft
    • Windows Server 2012
    • Windows Server 2016
    • Windows Server 2019
    • Close
  • Categories
    • Tips – VMware, Microsoft and General IT tips and definitions, What is this?, How this works?
    • Server Virtualization – VMware ESXi, ESXi Free Hypervizor, VMware vSphere Server Virtualization, VMware Cloud and Datacenter Virtualization
    • Backup – Virtualization Backup Solutions, VMware vSphere Backup and ESXi backup solutions.
    • Desktop Virtualization – Desktop Virtualization, VMware Workstation, VMware Fusion, VMware Horizon View, tips and tutorials
    • How To – ESXi Tutorials, IT and virtualization tutorials, VMware ESXi 4.x, ESXi 5.x and VMware vSphere. VMware Workstation and other IT tutorials.
    • Free – Free virtualization utilities, ESXi Free, Monitoring and free backup utilities for ESXi and Hyper-V. Free IT tools.
    • Videos – VMware Virtualization Videos, VMware ESXi Videos, ESXi 4.x, ESXi 5.x tips and videos.
    • Home Lab
    • Reviews – Virtualization Software and reviews, Disaster and backup recovery software reviews. Virtual infrastructure monitoring software review.
    • Close
  • Partners
    • NAKIVO
    • StarWind
    • Zerto
    • Xorux
    • Close
  • This Web
    • News
    • ESXi Lab
    • About
    • Advertise
    • Archives
    • Disclaimer
    • PDFs and Books
    • Close
  • Free
  • Privacy policy

VMware VSAN introduced in vSphere 5.5 – How it works and what’s the requirements?

By Vladan SEGET | Last Updated: April 15, 2017

Shares

VMware vSAN allows presenting locally attached storage (SSD and HDD) to create clustered datastore. VMware vSAN is a software feature is built into the hypervisor. To be able to leverage VMware vSAN, you'll need to associate at least one HDD and one SSD in each of the servers participating in the vSAN cluster, where the SSD don't contribute to the storage capacity. The SSD are doing just read caching and write buffer. The aggregation of HDDs from each server in the vSAN cluster forms a vSAN datastore.

Update: You should check the latest announce – VMware vSAN 6.6 Announced

The VSAN is a persistent storage which uses the locally attached SSD's as a read only cache. The SSD in the server is used as read cache and write buffer in front of the HDDs. The HDDs are there to assure the persistent storage.  There is no single point of failure as the distributed object-based RAIN architecture is the core of the system. In this first version of VMware vSAN, the distributed RAID 10 or RAIN10 algorithm is used.

Here is a screenshot from the Hardware requirements for vSAN:

Note the requirements on the SAS controller which must be able to pass through in HBA mode, it means that the hypervisor will be able to interact directly with the disks.

vSAN Architecture

Activate vSANVMware vSAN Features:

  • Integrated with vCenter, HA, DRS, vMotion
  • Hypervizor based storage – software based
  • vSphere management is the same concerning thin provisioning, snapshots, cloning, backups, replications
  • VM storage management is policy based to enforce SLAs (you can set requirements for individual VMDKs)
  • Local SSDs are used for read only cache, where locally attached HDDs are used for persistent storage
  • Local HDDs are pooled together for clustered datastore
  • simple activation

You can set requirements for VMs or individual VMDKs in terms of policies or storage services levels, which are applied to individual VMDK. Once applied, vSAN will take these requirements, and makes sure that those those VMs (and the underlying VMDKs) that sits on the vSAN datastore are always in compliances with those requirements.

vSAN configVery simple management through vSphere Web client and vCenter. Tightly integrated with vSphere replication, backup, HA, DRS, vMotion….

The hardware requirements is to have the server on the VMware HCL, and if there is a RAID controller  the controller has to support passthrough or “HBA mode”. This is because the vSAN interacts directly with the hardware (the HDDs and SSDs). 

Software Requirements

On the software side, you'll need to create a VMkernel port for the vSAN traffic. The same way as you create VMkernel port for vMotion or FT, an additional VMkernel port for vSAN is necessary. Depending on your networking design, if you're using VLANs, you can probably just create an additional VMkernel without adding an additional physical NIC.

VMware vSANKey Features

  • Policy-driven per-VM SLA
  • vSphere and vCenter Integration
  • Scale-out storage
  • Built-in resiliency
  • SSD caching
  • Converged compute and storage

The performance of vSAN datastore?

All the VMs IOs are directed directly to the SSD where the writes are destaged to HDD later. If a block gets requested which is not in the read cache, the request is directed to the HDD.

So as you can see on the schema below:

  • First, write to SSD cache and then to HDD
  • First read from SSD cache and then if the block isn't there, read from HDD.

Performance vSAN Datastore

vSAN Availability

vSAN datastore availabilityHere is how a VM looks like on a vSAN datastore. Depending on the policy of the VMs (stripes and replicas), different parts of the VM can be stored across different hosts.  The virtual machine storage objects (VM Home, VMDK, delta, swap) can be distributed across the hosts and disks in the vSAN cluster. VMs may have a replica copy for availability or stripe for HDD performance.

With vSAN the VASA technology is leveraged (storage array awareness), so every host has a VASA capability in the vSphere 5.5. In case one of the hosts fails, another can take over.

VM Storage Policies

vSAN storage policiesVM storage policies are built before you start deploying VMs. You can decide if you need availability, or performance (striping). Define if you need striping, reserving read cache, thin or thick provisioning. By default, VSAN does thin provisioning, but can be overridden by a storage policy.

VM storage policy is based on vSAN capabilities. The policy is selected for a particular VM at deployment time and it's based on VM requirements.

Capabilities – the underlying storage surfaces up to vCenter its capabilities. Those capabilities show through the UI.

vSAN terminologyRequirements – can only be used against available capabilities, and means what we want for our VMs or applications.

VM Storage Policies – is where the VMs requirements are, showing as capabilities.

vSAN 1.0 Capabilities

  • Number of disk stripes per object – is the number of HDDs across which each replica of a storage object is distributed.
  • Number of Failures to tolerate – how many numbers of hosts, network and/or disk failures a storage object can tolerate. Example for N number of failures to be tolerated in the cluster, “N+1″ copies of the storage object (VMs files) are created and at least “2N+1” hosts are required to be in the cluster.
  • Object space reservation – is a percentage of a logical size of storage object (including snapshots, that should be reserved – thick). The rest of the object is thin provisioned.
  • Flash Read Cache Reservation – is a percentage of a logical size of the flash object reserved as a read cache.
  • Force Provisioning – allows to provision object (with non zero size) even if policy requirements are not met by the vSAN datastore.

VM Storage Policies during the provisioning

Best Practices:

  • Number of disk stripes per object – leave to 1 unless you need more performance
  • VM Storage Policy - exampleFlash Read Cache Reservation – should be left 0 unless a specific VM has performance requirements (and so can we can reserve flash read capacity for that VM).
  • Proportional Capacity – should be left 0. Only if you need thick provisioned VM. By default, all VMs are deployed as thin.
  • Force Provisioned VMs will not be compliant, but will be brought to compliance when the resources will become available.

An example of the compliance of the vSAN Datastore – If the vSAN datastore can satisfy the capabilities, which were placed in the VM storage policy, the VM will be shown as compliant. Otherwise, if there is a failure, or if you force the provisioning capability, the VM will show as non-compliant.

vSAN Maintenance Mode

vSAN Maintenance modeThis is a mode when you need to evacuate the data which lays on the host going to the maintenance mode. As the host do have local storage, the data have to be evacuated elsewhere in order to stay available, when the host is in maintenance mode. However, there are few options which match more or less your scenario:

  • Ensure Accessibility – Enough data gets evacuated so the VMs can keep running.
  • Full Data Migration – all the data are migrated to the hosts which form the vSAN cluster.
  • No data migration – do nothing. For short time maintenance only.

vSAN Limitations

vSAN technology and vSAN datastores are compatible with most of VMware technologies like HA, DRS or vMotion, there are however some limitations in the version 1.0 which are shown in the image below.

vSAN 1.0 compatibility

Note: VMware View will work but won't see the vSAN datastore…

VMware vSAN is one of the new features that has been introduced in VMware vSphere 5.5.

Update: You can get hand on vSAN beta! Just register for a free download at https://www.vsanbeta.com

vSphere 5.5 Release:

  • VMware vSphere 5.5 – Storage enhancements and new configuration maximums
  • vCD 5.5 – VMware vCloud Director 5.5 New and enhanced features
  • VMware VDP 5.5 and VDP Advanced – With a DR for VDP!
  • VMware vSphere 5.5 vFlash Read Cache with VFFS
  • VMware vSphere Replication 5.5 – what's new?
  • VMware VSAN introduced in vSphere 5.5 – How it works and what's the requirements? – this post
  • VMware vSphere 5.5 Storage New Features
  • VMware vSphere 5.5 Application High Availability – AppHA
  • VMware vSphere 5.5 Networking New Features
  • VMware vSphere 5.5 Low Latency Applications Enhancements
  • ESXi 5.5 free Version has no more hard limitations of 32GB of RAM
  • vCenter Server Appliance 5.5 (vCSA) – Installation and Configuration Video
Shares
5/5 - (2 votes)

| Filed Under: Server Virtualization Tagged With: VMware vSAN, vSAN, vSphere 5.5

About Vladan SEGET

This website is maintained by Vladan SEGET. Vladan is as an Independent consultant, professional blogger, vExpert x16, Veeam Vanguard x9, VCAP-DCA/DCD, ESX Virtualization site has started as a simple bookmarking site, but quickly found a large following of readers and subscribers.

Connect on: Facebook. Feel free to network via Twitter @vladan.

Comments

  1. Jan says

    October 30, 2013 at 3:02 pm

    Vsan looks nice but what about synchronised io? and the SSD’s or SSA’s (pci) for write cache do they distribute all block across all nodes?

    an real life solution situation would be:”

    3 hosts / 20 or 30 vms all running 10GB nics 800MB/s on three hosts would you then 800MB/s across ALL vmdk disks is you have a total power outage?

    in other words all the vm’s on the vsan would be instance corrupted!!

  2. Stefan Jagger says

    February 7, 2014 at 11:03 am

    The same thing would happen on a regular SAN… if power drops you’ll possibly have some sort of corruption to deal with. I think VMware would tackle the multiple hosts corrupt thing by electing hosts to manage particular VMs based on the placement. So if a VM lives on Host-A, Host-A would have leadership of that VM, or something like this. A write local will be quicker than the replication off to additional hosts so it makes sense to elect local.

  3. Wee Kiong Tan says

    September 2, 2015 at 2:10 pm

    vSAN is suppose to be VSAN all Caps. vSAN refers to another term.

Private Sponsors

Featured

  • Thinking about HCI? G2, an independent tech solutions peer review platform, has published its Winter 2023 Reports on Hyperconverged Infrastructure (HCI) Solutions.
  • Zerto: One Platform for Disaster Recovery, Backup & Cloud Mobility: Try FREE Hands-On Labs Today!
Click to Become a Sponsor

Most Recent

  • Veeam Backup & Replication v13 Beta: A Game-Changer with Linux
  • What is Veeam Data Cloud Vault and how it can help SMBs
  • Nakivo Backup and Replication – Malware Scan Feature
  • Zerto 10 U7 released with VMware NSX 4.2 Support
  • XorMon NG 1.9.0 Infrastructure Monitoring – now also with Veeam Backup Support
  • Heartbeat vs Node Majority StarWind VSAN Failover Strategy
  • Vulnerability in your VMs – VMware Tools Update
  • FREE version of StarWind VSAN vs Trial of Full version
  • Commvault’s Innovations at RSA Conference 2025 San Francisco
  • VMware ESXi FREE is FREE again!

Get new posts by email:

 

 

 

 

Support us on Ko-Fi

 

 

Buy Me a Coffee at ko-fi.com

Sponsors

Free Trials

  • DC Scope for VMware vSphere – optimization, capacity planning, and cost management. Download FREE Trial Here.
  • Augmented Inline Deduplication, Altaro VM Backup v9 For #VMware and #Hyper-V – Grab your copy now download TRIAL.

VMware Engineer Jobs

VMware Engineer Jobs

YouTube

…

Find us on Facebook

ESX Virtualization

…

Copyright © 2025 ·Dynamik-Gen · Genesis Framework · Log in