本文共 509 字,大约阅读时间需要 1 分钟。
1,Query the paths of the LUN
esxcli storage nmp path list --device naa.600009711114926006222330323933332,Set the path policy to Round Robin
esxcli storage nmp device set --device naa.60000971111492600622233032393333 --psp VMWPSPRR3,Set the Round Robin IOPS for switch path to 1
esxcli storage nmp psp roundrobin deviceconfig set --type=iops --iops=1 --device=naa.600009711114926006222330323933334,To verify if the changes are applied
esxcli storage nmp device list转载于:https://blog.51cto.com/549687/2088898