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

What Is Erasure Coding?

By Vladan SEGET | Last Updated: August 22, 2022

Shares

We're hearing here and there the term Erasure coding. What is Erasure Coding? Erasure coding is present in Nutanix technology and shall be present also in the next release of VMware VSAN. The current VMware VSAN 6.1 has already added some cost effective features, for example allowing 2-node clusters for ROBO environments, including some cool support for Diablo Ultra DIMM Technology or NVMe storage devices.

I was wondering, as the term erasure coding is quite new for me, to do a quick write up about it, for my own (technical) culture. I usually do have a habit to do so for VMware-specific features and configurations (I think that through this blog is pretty obvious that I like VMware technology -:). I like having “my own stuff” bookmarked on “my own” space. That's why this place has started back in 2008! I precise that because several times in the past I was asked why I write about something which we can be already found through Google? Obviously, the answer is simple for me, but not evident for others.

Erasure Coding or RAID?

We all know RAID. Different types of RAID exists. RAID, in general, has usually two categories: There is a complete mirror image of the data kept on a second drive, OR parity blocks are added to the data so that failed blocks can be recovered. Mirroring doubles data size (which is normal), and parity usually adds one-fifth more data.

Erasure Coding, on the other hand, is a bit more complex, especially when using proprietary technology (like Nutanix) which differs from standard Reed-Solomon codes which are used in Reed-Solomon like implementations of erasure coding. VMware VSAN in its implementation of erasure coding will support RAID5 and RAID6 configurations for your virtual machine objects. That's at least what's surfaced up through different VMware blogs and sources.

Now I found a good definition of erasure coding at Network computing website and here is a quick quote:

Erasure coding is usually specified in an N+M format: 10+6, a common choice, means that data and erasure codes are spread over 16 (N+M) drives, and that any 10 of those can recover data. That means any six drives can fail. If the drives are on different appliances, the protection includes appliance failures, so six appliance boxes could go down without stopping operations.

Now I'm not a storage expert, but rather a “Virtualization generalist”. To me, the erasure coding technology adds a significant plus if I have to make a choice or talk to a customer about features/functions that exist and how they (possibly) work. I don't have any information so far when next version of VSAN will be available, and if the erasure coding technology will make it into that release. For those interested, there is a VSAN Beta subscription page (not sure if it's still open).

And another quite explanation of erasure coding which I found at smaesh.com blog:

The basic premise of erasure coding goes as follows: > Take a file and split into k pieces and encode into n pieces. Now, any k pieces can be used to get back the file.

and then:

While erasure codes are also called as error correcting codes, there is a crucial difference between an error and an erasure. If I send ten bits and one bit flipped, an error has occurred, and I do not know where it has occurred. However, if I store ten blocks of a file into different nodes and one node dies, I know exactly which block I lost, and so I know where the erasure has happened. See the difference?

Image courtesy of smahesh.com blog:

Erasure Coding Explanation

Erasure coding looks simple as theory. How exactly it's done (splitting files etc..), the “under the hood” technology differs in each vendor's utilization. But the basics are quite understandable. There is file splitting going on and the different pieces encoded into many pieces. And any part of the file which had been split can be used to get back the original file.

There is also ceph (an Open source) who is also using erasure coding technology, if you're interested….

Links:

  • Wikipedia article on erasure coding
  • https://www.networkcomputing.com/storage/raid-vs-erasure-coding/a/d-id/1297229
  • https://smahesh.com/blog/2012/07/01/dummies-guide-to-erasure-coding/
  • https://docs.ceph.com/docs/master/rados/operations/erasure-code/

 

Shares
5/5 - (2 votes)

| Filed Under: Server Virtualization Tagged With: What is Erasure Coding?

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

    October 23, 2015 at 2:04 pm

    There is also gluster (an Open source) who is also using erasure coding technology back in 2013, if you’re interested….
    http://blog.gluster.org/category/erasure-coding/

    Petr

  2. Stacey says

    October 28, 2015 at 8:38 pm

    Great blog! Erasure coding is definitely becoming a buzz word in the industry. Pivot3 recently did a webinar all about the technology. Check it out here if you are interested! http://go.pivot3.com/erasure_coding

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