laut unserer Storage Doku für unseren IBM SVC soll die Policy für Round Robin angepasst werden.
Zitat:
"...VMware has a built-in multipathing driver which supports Spectrum Virtualize ALUA preferred
path algorithms. Follow the guidelines in Knowledge Center.
Specifically:
_ The storage array type should be ALUA (VMW_SATP_ALUA)
_ Path selection policy should be RoundRobin.
_ The Round Robin IOPS should be changed from 1000 to 1, to evenly distribute I/Os
across as many ports on the system as possible. For more information about how to
change this setting, see the following VMware KB:
https://kb.vmware.com/s/article/2069356
..."
Der Befehl würde lauten:
Code: Alles auswählen
for i in `esxcfg-scsidevs -c |awk '{print $1}' | grep naa.xxxx`; do esxcli storage nmp psp roundrobin deviceconfig set --type=iops --iops=1 --device=$i; done
Jetzt meine Fragen

- Muss das von jedem Host und für jede LUN ausgeführt werden?
- Hat die Einstellung bereits jemand vorgenommen? Hat es eine spürbare Performance-Steigerung gegeben?
bedankt & viele Grüße
der stahly