VMware Cloud Community
FTG_Reeber
Contributor
Contributor

changing path policy to round robin with type latencypowercli

Hi all,

I try to change the path policy to round robin with type=Latency.
I saw a lot of examples to change to RR or ajusting the IOPS limit to 1

But, no more details about the change of type to latency based RR

 

Any help is welcome

 

Regards,

 

Chris

0 Kudos
2 Replies
LucD
Leadership
Leadership

Use the Get-EsxCli cmdlet.

$esxcli = Get-EsxCli -VMHost <your-ESXi-node> -V2
$esxcli.storage.nmp.psp.roundrobin.deviceconfig.set.Invoke(@{device='<device-id>';type='latency'})




Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

FTG_Reeber
Contributor
Contributor

Thanks a lot for the help.

I gonna include it into my script

Hope it helps to get a better latency behavior between the hosts and storage systems as I use a metro VPLEX design

 

regards,

Chris

0 Kudos