首页 > 其他 > 详细

Set the Round Robin IOPS limit from 1000 to 1

时间:2018-03-20 12:42:04      阅读:227      评论:0      收藏:0      [点我收藏+]
https://kb.vmware.com/s/article/2069356

http://www.enterprisedaddy.com/2017/02/set-round-robin-iops-limit-default-1000-1-using-powercli/

1,Query the paths of the LUN
esxcli storage nmp path list --device naa.60000971111492600622233032393333

2,Set the path policy to Round Robin
esxcli storage nmp device set --device naa.60000971111492600622233032393333 --psp VMWPSPRR

3,Set the Round Robin IOPS for switch path to 1
esxcli storage nmp psp roundrobin deviceconfig set --type=iops --iops=1 --device=naa.60000971111492600622233032393333

4,To verify if the changes are applied
esxcli storage nmp device list

Set the Round Robin IOPS limit from 1000 to 1

原文:http://blog.51cto.com/549687/2088898

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!