How Virtual Machine data is stored and managed within a HPE SimpliVity Cluster – Part 1 – Data creation and storage

Published by

on

Speaking with a customer recently I was asked how data, that makes up the contents of a virtual machine is stored within a HPE SimpliVity cluster and how does this data affect overall available capacity within that cluster.https://damianerangey.com/hpe-simplivity/

This is essentially a two part question, the first part is relatively straight forward however, answering the second part of the question leads to the time old response “it depends! ” which can only be answered by digging a little deeper with the customer into their specific environment and ensuring they have a good grasp of the HPE Simplivity architecture.

With that in mind, having an understanding of the architecture is beneficial for any existing or perspective HPE SimpliVity customer and with that in mind I have decided to set out a 5 to 6 part series explaining how virtual machine data is stored and managed within a HPE SimpliVity Cluster and how this will lead to an understanding of data consumption within a HPE SimpliVity cluster.

The aim of these posts are to dig a little deeper into HPE SimpliVity architecture and to set straight some of the misconceptions in relation to the underlying architecture. The series will be split into the following topics.

  • The data creation process. How Data is stored within a HPE SimpliVity Cluster.
  • How the HPE SimpliVity platform automatically manages this data.
  • How as administrators we can manage this data.
  • Understanding and reporting managing capacity.

The aim is to develop an understanding of the underlying architecture and apply this knowledge gained within the topics to your own environment.


The data creation process – How Data is stored within a HPE SimpliVity Cluster

Data associated with a VM is not spread across all hosts within a cluster, rather data associated with a VM is stored in HA pairs on two nodes within the overall cluster.

Each time a new VM is created (or moved) to a HPE SimpliVity Datastore, two copies of the virtual machine are automatically created within the cluster regardless of the number of nodes within that cluster (except for a single node cluster), the redundancy of all HPE SimpliVity virtual machines are N+1 (excluding backups).

cluster
4 Node Cluster

If we look at the diagram above, I have taken an example of a 4 node HPE SimpliVity cluster and from a VMware perspective all nodes are accessing a single shared SimpliVity Datastore (however we can have more than one).

Think of the NFS Datastore as the entry point into the HPE SimpliVity file system, the DVP (Data Virtualisation Platform) presents a simple root level file system whose contents are the directories within the NFS Datastore. The DVP maps each Datastore operation into a HPE SimpliVity Operation. i.e. read / write , make a directory , remove a directory etc.


The Data Container creation process

When a virtual machine is either migrated to a SimpliVity Datastore or created as per any standard mechanism i.e. from a template, cloned etc., a new folder will be created on the NFS Datastore containing all the files associated with that virtual machine.

The HPE SimpliVity DVP will manage this process. A data container is created for this virtual machine, that data container contains the entire contents of that VM. Various services within the DVP are responsible for ownership and activation of this data container along with making it highly available.

The data container is its own file system. The DVP organizes its metadata, directories and files within those directories as a hash tree of SHA-1 hashes. It processes all typical file system operations along with read and write operations.

Unlike traditional file systems that map file offset ranges to a set of disk LBA ranges, the HPE SimpliVity DVP relies on the SHA-1 hash (signature) of any data that it references. Data is divided into 8K objects by the DVP and these objects are managed by the ObjectStore.


Placement of Data Containers – Intelligent Workload Optimizer

The HPE SimpliVity Intelligent Workload Optimizer (or IWO for short) will take a multidimensional approach on which nodes to place the primary and secondary data containers, based on node storage and performance metrics. In our simplified diagram, IWO choose VM-1’s data container to be located on node 1 and 2 and VM-2’s data containers to be located on nodes 3 and 4 respectively.

IWO’s Its aim is to balance workloads across nodes, this is to try to avoid costly migration of a data container in the future.


Primary and Secondary Data Containers

One Data Container will be chosen as the primary (or active) copy of the data (actively serving all I/O) while a secondary copy is kept in HA sync at all times. HA writes occur over the 10Gb Federation network between nodes.

IWO will always enforce data locality, thus pinning (through DRS affinity rules) a virtual machine to the two nodes that contain a copy of the data. This is also handled at initial virtual machine creation.

In the first diagram VM-1 was placed on Node 1 via IWO, thus the data contained on node 1 is the primary (or active) copy of data.

In the below diagram, VM-1 has been migrated to node 2, as a result the secondary (or standby) data container is automatically activated to become the primary and the data container on Node 1 is set to secondary. HA writes are the reversed. Virtual machines are unaware of this whole process.

cluster-1
Migration of virtual machine – secondary Data Container automatically promoted to primary

It is possible and supported to run virtual machines on nodes that does do not contain primary or secondary copies of the data. In this scenario I/O travels from the node over the federation network back to where the primary Data Container is located.

Capture-2
I/O travels over the Federation network back to host that owns the primary copy of the data (proxying)

Understanding utilized space

Now that we have an understanding of primary and secondary data containers we can see that space utilized to store a virtual machine is already consumed within the cluster from initial creation of a virtual machine (both for its primary and secondary copy). This value may increase or decrease depending on de-duplication and compression during the life of the VM.

space
Total used and remaining physical cluster capacity is displayed at the bottom (2 node cluster example)

In this post I am ignoring logical capacity and concentrating on physical capacity. In regards to physical capacity, total physical cluster capacity is calculated and displayed as the total aggregate available physical capacity from all nodes within that cluster. We do not report on individual node capacity within the vCenter plugin (however it is possible to get this information from the command line utilizing the command dsv-balance-show).

ds-balance-show
output of dsv-balance-show command showing individual node utilization

When a new vm is created you can think of the overall used cluster space value dropping by a factor of two each time, as we create a primary and secondary copy of that VM within the cluster.

For example, if a new vm created consumes 10GB of unique on-disk space after de-duplication and compression, total on-disk data stored within the cluster will be 20GB’s. 10GB’s on one node and 10GB’s on a second node.


Failure scenarios

A full explanation of failure scenarios is beyond the scope of this post and is something I am planning to address in a future post, but for now, suffice to say, should a node containing the primary (active) copy of the data fail we automatically activate the secondary copy of the data to become the new primary, again this process is seamless to the virtual machine (as long as the hypervisor did not crash!)

Temporarily losing a node in cluster will not impact on the ability for existing VM’s to stay running from a capacity perspective, regardless of how much capacity you have already used within your HPE SimpliVity cluster as the DVP has already consumed the available space required for the primary and secondary copy of the data, the overall remaining capacity will reduce during that scenario but this would only be for any new VM’s created within the cluster.

9 responses to “How Virtual Machine data is stored and managed within a HPE SimpliVity Cluster – Part 1 – Data creation and storage”

  1. Marc Avatar
    Marc

    Nice article, that dsv-balance-show command doesn’t seem too be a default available command. When I type that when logged into the OVC as svtcli user, the command is not found.

    Like

    1. damianerangey Avatar
      damianerangey

      @Marc

      To run the command dsv-balance-show, or for that fact any dsv command you firstly need to be running OmniStack version 3.7.3 or higher.

      Upon login to the OVC (OmniStack Virtual Controller VM) elevate to the root user by issuing the command “sudo su” and finally issue the command “source /var/tmp/build/bin/appsetup”. You will now have access to the command.

      As a side note, a more useful variation of this command is dsv-balance-show –showNodeIp
      This includes the management ip addresses of OVC VM’s in the output, so you can identify more easily which node is which.

      Like

  2. andrew King Avatar
    andrew King

    Damian,

    This is a really good article and description of this process. We have deployed a number of Simplivity clusters. I do have a question, what happens if for instance I have a 5 node Simplivity Cluster and two nodes crash that have the primary and secondary copy of the VM’s?

    Like

    1. damianerangey Avatar
      damianerangey

      Hi Andrew, Thanks

      To answer your question, the redundancy of all VM’s within the cluster is N+1, so essentially you have one redundant copy of your VM contained on another node. It is possible that you could hit a scenario where the two nodes you loose are indeed the nodes housing the primary and secondary copy of your VM and in this case that VM will be unavailable until you bring one of the nodes back on-line.

      You would continue to see the VM in the VMware inventory but it would be italicized, indicating VMware cannot access the data associated with that VM anymore.

      To further protect yourself against this possible scenario it is recommend to to backup all critical VM’s to another HPE SimpliVity cluster, allowing you to perform a restore of any affected VM’s. Desired RPO’s can be set via rules associated to a backup policy. A minimum RPO of 10 minutes can be set via the GUI and this number can be reduced further to 1 minute via the command line.

      Special care and attention needs to be given when setting such low RPO’s as this can cause your backup count to grow drastically ! A low RPO needs to be countered balanced with an low retention period to ensure that backups age out in a timely fashion, additionally only use such rules for critical VM’s that require low RPO’s.

      Another alternative to consider is the implementation of a stretched cluster which will insure a copy of the VM’s data at each site within the cluster.

      Like

      1. scottaharrison Avatar
        scottaharrison

        Just to add to Damian’s point; while you may experience data unavailable with 2 or more nodes failing, you will not suffer total data loss until the last node fails – an extremely unlikely scenario, but let’s see this through to it’s conclusion! At 50% loss you will loose quorum and require a Support intervention, but still everything on the remaining nodes can be recovered. This is different to ‘RAID-like’ implementations you may see, where once you pass the ‘failures to tolerate’, you have total dataloss. Perhaps we should discuss this in a future article… 🙂

        Like

  3. How Virtual Machine data is stored and managed within a HPE SimpliVity Cluster – Part 3 Avatar

    […] The concept of both primary and secondary Data Containers and their creation process. You can read that post here […]

    Like

  4. How Virtual Machine data is stored and managed within a HPE SimpliVity Cluster – Part 4 Avatar

    […] Part 1 – covers the mechanism of both primary and secondary data containers and their creation process. You can read that post here […]

    Like

  5. Brice Avatar
    Brice

    Hello,
    First very useful article Manu thanks 🙂
    We had a two node cluster and we recently add a third node, we dont have license for drs. The third node seems not hosting any data, do i have to manually rebalance data over the three nodes or the rebalancer service will when the two firsts nodes will consume more than 50% ? Thanks

    Like

  6. Xitrumkon Avatar
    Xitrumkon

    Hi damianerangey,

    Can you help me verify can I use vmotion, HPE Backup between 2 Cluster difference on the same federation of difference.

    THANKS

    Like

Leave a reply to How Virtual Machine data is stored and managed within a HPE SimpliVity Cluster – Part 3 Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.