Tuning Round Robin IOPS Limit
A company has a vSphere 7.0 cluster with 6 ESXi hosts connected to a Dell EMC PowerStore array using iSCSI. They are using VMFS6 datastores. After a recent firmware upgrade on the array, they notice that performance on one datastore has degraded significantly. The datastore is used by several high-I/O VMs. The administrator runs 'esxcli storage core path list' and sees that all paths to that datastore are active but with varying latency. The PSP is set to Round Robin with IOPS limit of 1000. The SATP is VMW_SATP_ALUA. The storage administrator confirms that the array is in active-active mode. What should the administrator do to improve performance?
Quick Answer
Increasing the Round Robin IOPS limit to 10000 is correct because the default value of 1000 was causing the path selection policy to switch between paths far more often than the workload needed. Round Robin distributes I/O across all active paths, but the IOPS limit setting controls how many I/O operations are sent down one path before the host switches to the next; a low limit like 1000 means the host is constantly re-selecting paths, and that switching overhead becomes especially costly for high-I/O VMs generating heavy, continuous traffic. Since the storage administrator confirmed the array is genuinely active-active under ALUA, all paths are equally capable of serving I/O efficiently, so there is no reason to keep switching so aggressively; raising the limit lets each path carry substantially more traffic before a switch occurs, reducing churn and letting the array's active-active capability actually be used efficiently. This differs from a scenario involving an active-passive or asymmetric array, where frequent path switching or the wrong PSP entirely would be the real problem. When a question describes degraded throughput on a Round Robin-configured, active-active datastore with paths reporting healthy but inconsistent latency, and the IOPS limit is still at its low default, suspect that the switching frequency itself, not the paths, the SATP, or the array, is the bottleneck.
⚠ Common exam trap
It's easy for candidates to assume a higher IOPS limit will cause more path switching and latency, when in fact the opposite is true—a low IOPS limit causes thrashing, and increasing it stabilizes performance on active-active arrays.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Increase the Round Robin IOPS limit to 10000.
The Round Robin PSP with an IOPS limit of 1000 is causing the ESXi host to switch paths too frequently, which can lead to higher latency due to path thrashing and suboptimal use of the array's active-active ALUA mode. Increasing the Round Robin IOPS limit to 10000 reduces the frequency of path switches, allowing each path to handle more I/Os before switching, which improves performance for high-I/O workloads on VMFS6 datastores.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Enable the array's QoS policy and configure the datastore for VAAI.
Why it's wrong here
VAAI offloads storage operations but does not address the multipathing configuration issue.
- ✗
Change the PSP to Most Recently Used (MRU) to reduce path thrashing.
Why it's wrong here
MRU uses a single path and eliminates multipathing benefits, likely worsening performance.
- ✓
Increase the Round Robin IOPS limit to 10000.
Why this is correct
Increasing the IOPS limit reduces path switching frequency, optimizing throughput for high-I/O VMs.
- ✗
Change the SATP to VMW_SATP_DEFAULT_AA and reconfigure the iSCSI initiator.
Why it's wrong here
The array is active-active, so ALUA is correct; using DEFAULT_AA may lead to path state issues.
Go deeper
Related to this question
About these practice questions
One of 498 original VCP-DCV practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more way this is tested on VCP-DCV
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A company runs a critical SQL Server VM on vSphere 7.0. The VM has a single 300 GB virtual disk on a VMFS6 datastore backed by a SAN with 8 Gbps Fibre Channel. The VM is configured with 16 vCPUs and 64 GB RAM. Recently, users have reported slow query performance. The administrator checks the datastore performance and sees average latency of 15 ms with peaks of 50 ms during business hours. The storage array has multiple paths to the ESXi host, and the current path policy is Fixed with a single active path. The administrator wants to improve storage performance with minimal cost. Which action should the administrator take first?
medium- ✓ A.Change the path selection policy to Round Robin on the ESXi host.
- B.Add a vSphere Flash Read Cache to the VM.
- C.Upgrade the Fibre Channel infrastructure to 16 Gbps.
- D.Convert the virtual disk to thin provisioning to reduce I/O.
Why A: The current Fixed path policy with a single active path underutilizes the available storage bandwidth, causing high latency during peak I/O. Changing to Round Robin (RR) distributes I/O across all available paths, reducing queue depth on any single path and lowering latency without any hardware cost. This is the most immediate and cost-effective fix for the observed performance issue.
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This VCP-DCV practice question is part of Courseiva's free VMware certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the VCP-DCV exam.