Set Default Multipath Policy to Round-Robin
esxcli storage nmp satp set --default-psp=VMW_PSP_RR --satp=VMW_SATP_ALUA
Change ALL LUNs to Round-Robin Multipath
for device in $(esxcli storage nmp device list | grep ^naa); do esxcli storage nmp device set --device $device --psp VMW_PSP_RR; done