This article is created to identify if the storage path selection policy type is set to Latency or IOPS.
Round Robin is the default policy for many arrays. It uses an automatic path selection algorithm rotating through the configured paths.
The latency mechanism that can be activated for the policy makes it more adaptive. To achieve better load balancing results, the mechanism dynamically selects an optimal path by considering the following path characteristics:
I/O bandwidth [IOPS]
Selects paths based on the number of I/O operations per second (IOPS). It allows administrators to set a specific IOPS threshold, distributing I/O requests once the threshold is met. This helps to balance the load more effectively based on the actual I/O workload.
Path latency [Latency]
It actively monitors paths for latency and outstanding I/O, dynamically selecting the optimal path(s) to avoid higher latency or potential hardware issues. This results in improved load balancing and performance.
VMware vSphere ESXi 6.x
VMware vSphere ESXi 7.x
VMware vSphere ESXi 8.x
Example Screenshot:
esxcli storage nmp device list
esxcli storage nmp device list -d <device NAAid>
esxcli storage nmp psp roundrobin deviceconfig set --type=iops --device=<device NAAid>