Quantcast
Channel: All MSA Storage posts
Viewing all articles
Browse latest Browse all 8327

Re: vSphere 6.5 - Round Robin LB Settings (changing iops=1000 to iops=1)

$
0
0

This is the base for adjusting the IOPS https://kb.vmware.com/s/article/2069356

You can also do this to all your existing MSA volumes.

for i in `esxcfg-scsidevs -c |awk '{print $1}' | grep naa.600c`; do esxcli storage nmp psp roundrobin deviceconfig set --type=iops --iops=1 --device=$i; done

 

To adjust the Vmware default path slection policy to use round robin

esxcli storage nmp satp set -s VMW_SATP_DEFAULT_AA -P VMW_PSP_RR
esxcli storage nmp satp set -s VMW_SATP_ALUA -P VMW_PSP_RR

 


Viewing all articles
Browse latest Browse all 8327

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>