OK. After reading a bit of documentation, we arrived at these conclusions, at least not until someone says otherwise...
We made a cluster of 4 HP StoreVirtual 4330 configured in RAID 10 as suggested. Each 4330 has 4 network card all used in an iscsi VLAN bonded together to maximize inter node communications and storage access performance. This is questionable but for now we decided to try so.
Below network configuration
IMPORTANT: for ESXi and how it works, at least until version 5.5, we can speak of IP Hash only for connections of Virtual Machine, management, vMotion, .... For iSCSI connections, if you follow the best practices Lefthand / ESXi, even if you set the Link Aggregation 802.3ad, the vmkernel port groups will not use IP hash distribution algorithm, but a Multipathingmechanism with Round-Robin distribution over links (RR was recommended on best practices for lefthand/Vmware).
To connect Lefthand - IRF, we used a setup 802.3ad dynamic link aggregation (LACP). We will see if the performance need optimizations or a configuration like ALB, though with the IRF that is a real stack, ALB could create problems with MAC addresses management.
To connect ESXi - IRF, as we have vSS (vSwitch Standard and not Distributed - we have Essential Plus license...), we configured a static link aggregation on IRF. On ESXi we created VMKernel groups as indicated in the documentation:
- “http://pubs.vmware.com/vsphere-50/index.jsp?topic=%2Fcom.vmware.vsphere.storage.doc_50%2FGUID-0D3112...”
- “http://pubs.vmware.com/vsphere-50/index.jsp?topic=%2Fcom.vmware.vsphere.storage.doc_50%2FGUID-37F97D..."
- “http://pubs.vmware.com/vsphere-50/index.jsp?topic=%2Fcom.vmware.vsphere.storage.doc_50%2FGUID-C1358D..."
- “http://h20195.www2.hp.com/V2/GetPDF.aspx%2F4AA3-6918ENW.pdf”
In this way for Port Group VMKernel used for iSCSI connections, ESXi does not use IP HASH distribution Algorithm, but instead Multipathing distribution MRU or RR or Fixed. Solving the complexity of set specific IP and control IP HASH so obtain traffic distribution on links.
We activates VIP-LB on LUN in Lefthand cluster (default choice). So... in theory... we achive a correct setup with a good fair use of links.
any comment will be appreciated.