2V0-621 · Question #251
An administrator observes that virtual machine storage activity on an ESXi 6.x host is negatively affecting virtual machine storage activity on another host that is accessing the same VMFS…
The correct answer is C. Enable Storage I/O Control. Storage I/O Control (SIOC) enforces I/O fairness across multiple hosts sharing the same datastore, preventing any single VM or host from monopolizing storage bandwidth.
Question
An administrator observes that virtual machine storage activity on an ESXi 6.x host is negatively affecting virtual machine storage activity on another host that is accessing the same VMFS Datastore. Which action would mitigate the issue?
Options
- AEnable the Dynamic Queue Depth Throttling option.
- BConfigure Storage DRS.
- CEnable Storage I/O Control.
- DConfigure the Disk.SchedNumReqOutstanding parameter.
How the community answered
(33 responses)- A3% (1)
- B12% (4)
- C79% (26)
- D6% (2)
Why each option
Storage I/O Control (SIOC) enforces I/O fairness across multiple hosts sharing the same datastore, preventing any single VM or host from monopolizing storage bandwidth.
Dynamic Queue Depth Throttling adjusts queue depth per path when congestion is detected but does not enforce fairness or I/O prioritization across different hosts sharing the same datastore.
Storage DRS balances VM placement and load across multiple datastores but does not control or throttle I/O between VMs competing on a single shared datastore.
Storage I/O Control monitors VMFS datastore latency and uses configurable I/O shares to fairly distribute storage bandwidth among all VMs accessing the same datastore across multiple ESXi hosts. When latency exceeds a threshold, SIOC throttles I/O from lower-priority VMs, ensuring no single host can starve others of storage resources. This directly addresses the cross-host storage contention described in the scenario.
The Disk.SchedNumReqOutstanding parameter limits outstanding I/O requests to a datastore per host locally, but does not coordinate I/O prioritization across multiple hosts sharing the same datastore.
Concept tested: Storage I/O Control cross-host datastore fairness
Source: https://docs.vmware.com/en/VMware-vSphere/6.7/com.vmware.vsphere.resmgmt.doc/GUID-37CC0E44-7BC7-479C-81DC-520BD21C8D26.html
Topics
Community Discussion
No community discussion yet for this question.