Today someone asked for a Storage DRS intro, I wrote one for our book a year ago<https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&> and figured I would share it with the world. I still feel that Storage DRS is one of the coolest features in vSphere 5.0 and I think that everyone should be using this! I know there are some caveats (1<http://www.yellow-bricks.com/2011/07/15/storage-drs-interoperability/>, 2<http://www.yellow-bricks.com/2011/09/07/does-srm-support-storage-drs-yes-it-does/>) when you are using specific array functionality or for instance SRM, but nevertheless… this is one of those features that will make an admin's life that much easier! If you are not using it today, I highly suggest evaluating this cool feature.
*** out take from the vSphere 5.0 Clustering Deepdive ***
vSphere 5.0 introduces many great new features, but everyone will probably agree with us that vSphere Storage DRS is most the exciting new feature. vSphere Storage DRS helps resolve some of the operational challenges associated with virtual machine provisioning, migration and cloning. Historically, monitoring datastore capacity and I/O load has proven to be very difficult. As a result, it is often neglected, leading to hot spots and over- or underutilized datastores. Storage I/O Control (SIOC) in vSphere 4.1 solved part of this problem by introducing a datastore-wide disk-scheduler that allows for allocation of I/O resources to virtual machines based on their respective shares during times of contention.
Storage DRS (SDRS) brings this to a whole new level by providing smart virtual machine placement and load balancing mechanisms based on space and I/O capacity. In other words, where SIOC reactively throttles hosts and virtual machines to ensure fairness, SDRS proactively makes recommendations to prevent imbalances from both a space utilization and latency perspective. More simply, SDRS does for storage what DRS does for compute resources.
There are five key features that SDRS offers:
* Resource aggregation
* Initial Placement
* Load Balancing
* Datastore Maintenance Mode
* Affinity Rules
Resource aggregation enables grouping of multiple datastores, into a single, flexible pool of storage called a Datastore Cluster. Administrators can dynamically populate Datastore Clusters with datastores. The flexibility of separating the physical from the logical greatly simplifies storage management by allowing datastores to be efficiently and dynamically added or removed from a Datastore Cluster to deal with maintenance or out of space conditions. The load balancer will take care of initial placement as well as future migrations based on actual workload measurements and space utilization.
The goal of Initial Placement is to speed up the provisioning process by automating the selection of an individual datastore and leaving the user with the much smaller-scale decision of selecting a Datastore Cluster. SDRS selects a particular datastore within a Datastore Cluster based on space utilization and I/O capacity. In an environment with multiple seemingly identical datastores, initial placement can be a difficult and time-consuming task for the administrator. Not only will the datastore with the most available disk space need to be identified, but it is also crucial to ensure that the addition of this new virtual machine does not result in I/O bottlenecks. SDRS takes care of all of this and substantially lowers the amount of operational effort required to provision virtual machines; that is the true value of SDRS.
However, it is probably safe to assume that many of you are most excited about the load balancing capabilities SDRS offers. SDRS can operate in two distinct modes: No Automation (manual mode) or Fully Automated. Where initial placement reduces complexity in the provisioning process, load balancing addresses imbalances within a datastore cluster. Prior to vSphere 5.0, placement of virtual machines was often based on current space consumption or the number of virtual machines on each datastore. I/O capacity monitoring and space utilization trending was often regarded as too time consuming Over the years, we have seen this lead to performance problems in many environments, and in some cases, even result in down time because a datastore ran out of space. SDRS load balancing helps prevent these, unfortunately, common scenarios by making placement recommendations based on both space utilization and I/O capacity when the configured thresholds are exceeded. Depending on the selected automation level, these recommendations will be automatically applied by SDRS or will need to be applied by the administrator.
Although we see load balancing as a single feature of SDRS, it actually consists of two separately-configurable options. When either of the configured thresholds for Utilized Space (80% by default) or I/O Latency (15 milliseconds by default) are exceeded, SDRS will make recommendations to prevent problems and resolve the imbalance in the datastore cluster. In the case of I/O capacity load balancing, it can even be explicitly disabled.
Before anyone forgets, SDRS can be enabled on fully populated datastores and environments. It is also possible to add fully populated datastores to existing datastore clusters. It is a great way to solve actual or potential bottlenecks in any environment with minimal required effort or risk.
Datastore Maintenance Mode is one of those features that you will typically not use often; you will appreciate it when you need. Datastore Maintenance Mode can be compared to Host Maintenance Mode: when a datastore is placed in Maintenance Mode all registered virtual machines, on that datastore, are migrated to the other datastores in the datastore cluster. Typical use cases are data migration to a new storage array or maintenance on a LUN, such as migration to another RAID group.
Affinity Rules enable control over which virtual disks should or should not be placed on the same datastore within a datastore cluster in accordance with your best practices and/or availability requirements. By default, a virtual machine's virtual disks are kept together on the same datastore.
For those who want more details, Frank Denneman wrote an excellent series about Datastore Clusters which might interest you:
Part 1: Architecture and design of datastore clusters.<http://frankdenneman.nl/2011/09/architecture-and-design-of-datastore-clusters/>
Part 2: Partially connected datastore clusters.<http://frankdenneman.nl/2011/10/partially-connected-datastore-clusters/>
Part 3: Impact of load balancing on datastore cluster configuration.<http://frankdenneman.nl/2012/01/impact-of-load-balancing-on-datastore-cluster-configuration/>
Part 4: Storage DRS and Multi-extents datastores.<http://frankdenneman.nl/2012/01/sdrs-and-multi-extents-datastores/>
Part 5: Connecting multiple DRS clusters to a single Storage DRS datastore cluster.
<http://frankdenneman.nl/2012/04/connecting-multiple-drs-clusters-to-a-single-storage-drs-datastore-cluster/>Part 6: Aggregating datastores from multiple storage arrays into one Storage DRS datastore cluster.<http://frankdenneman.nl/2012/04/aggregating-datastores-from-multiple-storage-arrays-into-one-storage-drs-datastore-cluster/>
Some other articles that might be of use:
* SDRS and Auto-Tiering solutions – The Injector<http://www.yellow-bricks.com/2011/08/05/sdrs-and-auto-tiering-solutions-the-injector/> (Duncan)
* Storage DRS Load Balance Frequence<http://frankdenneman.nl/2012/05/storage-drs-load-balance-frequency/> (Frank)
* SDRS Out-Of-Space avoidance<http://frankdenneman.nl/2011/09/sdrs-out-of-space-avoidance/> (Frank)
* Storage vMotion and the mirror-mode driver<http://www.yellow-bricks.com/2011/07/14/vsphere-5-0-storage-vmotion-and-the-mirror-driver/> (Duncan)
The following video will give an overview of the above mentioned features… worth checking.
"An introduction to Storage DRS<http://www.yellow-bricks.com/2012/05/22/an-introduction-to-storage-drs/>" originally appeared on Yellow-Bricks.com<http://www.yellow-bricks.com>. Follow us on Twitter<http://www.twitter.com/DuncanYB> and Facebook<http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196>.
Available now: vSphere 5 Clustering Deepdive. (paper<http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM> | e-book<https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&>)
Original Post:
http://www.yellow-bricks.com/2012/05/22/an-introduction-to-storage-drs/
No comments:
Post a Comment