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

My VSAN Journey Part 3 – VSAN IO cards – search the VMware HCL

By Vladan SEGET | Last Updated: July 12, 2014

Shares

I'm in a phase to build my own VSAN home-brewed cluster. I'm using mostly consumer parts, but where I probably won't, it's the IO card. Because it's the IO card which make the disks visible to VSAN. It's the card which will affect your system's stability and reliability, so even I'm planing for homelab, I want this system to be minimum stable.

The VSAN IO cards taken from the HCL should assure the stability and reliability needed. I know that there is hundreds or perhaps thousands of those there and many options opens here. If the card has a RAID controller  the controller has to support pass-through or “HBA mode”. This is because the vSAN interacts directly with the hardware (the HDDs and SSDs).

So today we will look how to search for IO card on the VMware HCL. Through the VMware HCL page dedicated to VSAN you can search two ways for VSAN hardware:

  • VSAN Ready node
  • Individual parts which are on the HCL

As I'm interested on some IO cards let's see how to search. It's a two step process.

How to search VMware HCL for IO card compatible VSAN?:

1. Go to the VMware HCL page: https://www.vmware.com/resources/compatibility/search.php?deviceCategory=vsan

and select the IO controller (in my example I'm interested only the ones from LSI).

VMware HCL for VSAN - IO cards

2. Click the button Update and view results. The default 10 results can be expanded to see more on the same page without scrolling.

VMware VSAN IO cards

Easy, you see?

The same if you want to check for a VSAN ready node:

1. Go to the VSAN Ready node url and select the Virtual SAN ready node:

https://www.vmware.com/resources/compatibility/search.php?deviceCategory=vsan

VSAN Ready Nodes

 

Then the result will looks like this. Note the possibility to bookmark or export as CSV.

VSAN Ready Nodes

If you're interested in the VSAN ready nodes, there are some but there isn't many of them yet. Currently there is 8 nodes visible when you search the HCL page.

Are you planning to run VSAN homelab? You might want to share you thoughts on the IO card you are planning to use? I'm in a process to possibly get one three for my home lab, and the goal is to have reliable hardware without ruining myself… -:). Reliability at low cost.

VSAN is great piece of technology which allows to use spinning disks (mixed with SSDs), installed as DAS, but configured easily in the way to create shared pool of storage visible to all hosts in the cluster. This was previously possible only via shared storage (NAS or SAN) or via VMware VSA (will be phased out).

What I really like in VSAN is the linear scaling and extensibility. You need more storage? Add more disks to the disk group and expand the storage …. Need more compute power? Add another node to the cluster. Today VSAN offers scalability up to 32 nodes which is largely sufficient for most SMB scenarios.

Update: Cormac Hogan talked about the supported IO cards also in this blog post at VMware vSphere blog. He mentioned few controllers which supports pass-through and why it's recommended.

VSAN uses magnetic disks as the persistent store for the data on the VSAN datastore and Flash as a performance acceleration layer – a read cache and write buffer – in front of the magnetic disks.  All writes go to the flash layer, and all reads are first tried from the flash layer. This design obtains the lowest $/GB (using magnetic disks) and the lowest $/IOP (using Flash). While magnetic disk drives provides a low $/GB, they only support limited IOPs.

VSAN directly manages the magnetic disks, published via the pass-thru controller, in a way that the limited IOPs on the magnetic disk are used in the most optimal way. To do so, VSAN implements a proximal IO algorithm. The proximal IO algorithm is used to de-stage writes from the Flash device that is “approximately” close to each other on the magnetic disk. This design addresses the “I/O blender” situation where sequential I/O from a VM can become random when multiple VM are doing I/O to the same disk. The VSAN proximal IO algorithm turns the random I/O from the I/O blender back into sequential I/O, thus improving performance.

So after searching in and out through the cyberspace I finally took the option for Dell Perc H310 which can be found on eBay under $100/piece.

Cormac recommends those pass-through controllers: Dell Perc H310, HP H220i, IBM ServeRAID M1015 SAS/SATA Controller, Dell Perc H200, LSI 2008

VSAN in the Homelab – the whole serie:

  • My VSAN Journey – Part 1 – The homebrew “node”
  • My VSAN journey – Part 2 – How-to delete partitions to prepare disks for VSAN if the disks aren’t clean
  • Memory Channel per Bank getting non active when using PERC H310 Contoler card – Fixed!
  • Infiniband in the homelab – the missing piece for VMware VSAN
  • Cisco Topspin 120 – Homelab Infiniband silence
  • My VSAN Journey Part 3 – VSAN IO cards – search the VMware HCL – (This post)
  • My VSAN journey – all done!
  • How-to Flash Dell Perc H310 with IT Firmware To Change Queue Depth from 25 to 600
Shares
Vote !

| Filed Under: Server Virtualization Tagged With: VSAN IO cards

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. MOHRE says

    November 8, 2015 at 10:52 pm

    hi. can I use vsan for my organizaztion?
    is vsan stable?
    is vsan beta version?
    what is vsan advantage and disadvantage?
    I really confused! can i use vsan or not? please help me!

    • Vladan SEGET says

      November 9, 2015 at 7:33 am

      VSAN is now 6.1 (it’s a 2.0 release. I think you should check one of the new ones: http://www.vladan.fr/vmware-vsan-6-1/ or this one: http://www.vladan.fr/vmware-vsan-6-1-witness-appliance-download-and-further-details/

      • MOHRE says

        November 9, 2015 at 11:01 am

        can i trust vsan for big project?
        I can’t risk

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