frankdenneman Frank Denneman is the Machine Learning Chief Technologist at VMware. He is an author of the vSphere host and clustering deep dive series, as well as podcast host for the Unexplored Territory podcast. You can follow him on Twitter @frankdenneman

Storage DRS automation level and initial placement behavior

1 min read

Recently I was asked why Storage DRS was missing a “Partially Automated mode”. Storage DRS has two automation levels, no automation (Manual Mode) and Fully Automated mode. When comparing this with DRS, we notice that Storage DRS is missing a “Partially Automated mode”. But in reality the modes of Storage DRS cannot be compared to DRS at all. This article explains the difference in behavior.
DRS automation modes:
There are three cluster automation levels:
Manual automation level:
When a virtual machine is configured with the manual automation level, DRS generate both initial placement and load balancing migration recommendations, however the user needs to manual approve these recommendations.
Partially automation level:
DRS automatically places a virtual machine with a partially automation level, however it will generate a migration recommendation which requires manual approval.
Fully automated level:
DRS automatically places a virtual machine on a host and vCenter automatically applies migration recommendation generated by DRS
Storage DRS automation modes:
There are two datastore cluster automation levels:
No Automation (Manual mode):
Storage DRS will make migration recommendations for virtual machine storage, but will not perform automatic migrations.
Fully Automated:
Storage DRS will make migration recommendations for virtual machine storage, vCenter automatically confirms migration recommendations.
No automatic Initial placement in Storage DRS
Storage DRS does not provide placement recommendations for vCenter to automatically apply. (Remember that DRS and Storage DRS only generate recommendations, it is vCenter that actually approves these recommendations if set to Automatic). The automation level only applies to migration recommendation of exisiting virtual machines inside the datastore cluster. However, Storage DRS does analyze the current state of the datastore cluster and generates initial placement recommendations based on space utilization and I/O load of the datastore and disk footprint and affinity rule set of the virtual machine.

When provisioning a virtual machine, the summary screen provided in the user interface displays a datastore recommendation.

When clicking on the “more recommendations” less optimal recommendations are displayed.

This screen provides information about the Space Utilization % before placement, the Space Utilization % after the virtual machine is placed and the measured I/O Latency before placement. Please note that even when I/O load balancing is disabled, Storage DRS uses overall vCenter I/O statistics to determine the best placement for the virtual machine. In this case the I/O Latency metric is a secondary metric, which means that Storage DRS applies weighing to the space utilization and overall I/O latency. It will satisfy space utilization first before selecting a datastore with an overall lower I/O latency.

Adding new hard-disks to a existing VM in a datastore cluster
As vCenter does not apply initial placement recommendations automatically, adding new disks to an existing virtual machine will also generate an initial placement recommendation. The placement of the disk is determined by the default affinity cluster rule. The datastore recommendation depicted below shows that the new hard disk is placed on datastore nfs-f-01, why? Because it needs to satisfy storage initial placement requests and in this case this means satisfying the datastore cluster default affinity rule.

If the datastore cluster were configured with a VMDK anti-affinity rule, the datastore recommendation would show any other datastore except datastore nfs-f-01.
Get notification of these blogs postings and more DRS and Storage DRS information by following me on Twitter: @frankdenneman

frankdenneman Frank Denneman is the Machine Learning Chief Technologist at VMware. He is an author of the vSphere host and clustering deep dive series, as well as podcast host for the Unexplored Territory podcast. You can follow him on Twitter @frankdenneman

New Storage DRS whitepaper available at VMware.com

Last Friday my last and latest whitepaper about Storage DRS was published on VMware.com. Go to http://www.vmware.com/resources/techresources/10363 and download the whitepaper: “Understanding vSphere 5.1...
frankdenneman
48 sec read

Migrating datastore clusters by changing storage profiles in a…

vCloud director 5.1 supports the use of both storage profiles and Storage DRS. One of the coolest features and unfortunately relatively unknown is the...
frankdenneman
3 min read

VCD and initial placement of virtual disks in a…

Recently a couple of consultants brought some unexpected behavior of vCloud Director to my attention. If the provider vDC is connected to a datastore...
frankdenneman
51 sec read

3 Replies to “Storage DRS automation level and initial placement behavior”

  1. Hi Frank, just reading your above article on SDRS and wondered if there is a typo under the heading Storage DRS automation modes > Fully Automated. The description is the same as the No Automation (Manual Mode) where it says “it will not perform automatic migrations”. Should the “not” not be there?…..
    Cheers
    gogogo5

  2. Hi frank,
    How does this initial placement work with powercli. We see that if we have Fullyautomated sdrs on our ds cluster, and we do a “new-vm” with -datastore “datastorecluster” , our new vm’s always get placed on the same Datastore.
    thx
    Gert

Comments are closed.