Storage Quality of Service for Hyper-V

Ā 

Applies To: Windows Server 2012 R2

Starting in Windows ServerĀ® 2012 R2, Hyper-V includes the ability to set certain quality-of-service (QoS) parameters for storage on the virtual machines. For more information about configuring storage QoS for Hyper-V, see Configure Storage Quality of Service.

Storage QoS provides storage performance isolation in a multitenant environment and mechanisms to notify you when the storage I/O performance does not meet the defined threshold to efficiently run your virtual machine workloads.

Key benefits

Storage QoS provides the ability to specify a maximum input/output operations per second (IOPS) value for your virtual hard disk. An administrator can throttle the storage I/O to stop a tenant from consuming excessive storage resources that may impact another tenant.

An administrator can also set a minimum IOPS value. They will be notified when the IOPS to a specified virtual hard disk is below a threshold that is needed for its optimal performance.

The virtual machine metrics infrastructure is also updated, with storage related parameters to allow the administrator to monitor the performance and chargeback related parameters.

Maximum and minimum values are specified in terms of normalized IOPS where every 8 K of data is counted as an I/O.

Key features

Storage QoS allows administrators to plan for and gain acceptable performance from their investment in storage resources Administrators can:

  • Specify the maximum IOPS allowed for a virtual hard disk that is associated with a virtual machine.

  • Receive a notification when the specified minimum IOPS for a virtual hard disk is not met.

  • Monitor storage-related metrics through the virtual machine metrics interface.

Requirements

Storage QoS requires that the Hyper-V role is installed. The Storage QoS feature cannot be installed separately. When you install Hyper-V, the infrastructure is enabled for defining QoS parameters associated with your virtual hard disks.

Note

Storage QoS is not available if you are using shared virtual hard disks.

Technical overview

Virtual hard disk maximum IOPS

Storage QoS provides the following features for setting maximum IOPS values (or limits) on virtual hard disks for virtual machines:

  • You can specify a maximum setting that is enforced on the virtual hard disks of your virtual machines. You can define a maximum setting for each virtual hard disk.

  • Virtual disk maximum IOPS settings are specified in terms of normalized IOPS. IOPS are measured in 8 KB increments.

  • You can use the WMI interface to control and query the maximum IOPS value you set on your virtual hard disks for each virtual machine.

  • Windows PowerShell enables you to control and query the maximum IOPS values you set for the virtual hard disks in your virtual machines.

  • Any virtual hard disk that does not have a maximum IOPS limit defined defaults to 0.

  • The Hyper-V Manager user interface is available to configure maximum IOPS values for Storage QoS.

Virtual hard disk minimum IOPS threshold notifications

Storage QoS provides the following features for setting minimum values (or reserves) on virtual hard disks for virtual machines:

  • You can define a minimum IOPS value for each virtual hard disk, and an event-based notification is generated when the minimum IOPS value is not met.

  • Virtual hard disk minimum values are specified in terms of normalized IOPS. IOPS are measured in 8 KB increments.

  • You can use the WMI interface to query the minimum IOPS value you set on your virtual hard disks for each virtual machine.

  • Windows PowerShell enables you to control and query the minimum IOPS values you set for the virtual hard disks in your virtual machines.

  • Any virtual hard disk that does not have a minimum IOPS value defined will default to 0.

  • The Hyper-V Manager user interface is available to configure minimum IOPS settings for Storage QoS.