We have an equallogic PS6010 with 16 SAS 16k, set up in Raid50.
If i create a volume and connect it using MPIO with Iscsi with two nics, so we get about 190MB /s from a hyper-v host. (is that ok?).
When creating a fixed disk for a vm on that hyper-v host located on the same volume, we're getting 110MB max when writing to that fixed disk from within the vm.
As Don indicated, not easy to troubleshoot over a forum, see if your case can be escalated to the EqualLogic performance team.
Also, a few things you can check on your own:
1. Is Jumbo frame setup correctly on the host, and switch?
2. Ensure that the link between the host, switch and arrays do not have any packet loss. Use ping to test each interface on the host and the array(s), by specifying the interface to ping from and the interface to ping to, you need to do all possible combinations:
To ping from the array:
ping "-I array-ip-address ip-address" (the “array-ip-address” is each array interface the “ip-address” is each of the MPIO interfaces), do all possible combinations. Let ping run for a while (3-5 minutes), use ctrl-c to break out.
From the host back to the array:
Ping -t –s srcaddr destaddr (the “srcaddr” is one of the MPIO interfaces on your host , the “destaddr” is each physical interface on your array(s)). Do all possible combinations; let the ping run for a while, to see if any loss is occurring (like 3-5 minutes or longer).
More than 2% packet loss or high latency (over 20ms) could indicate a problem with your SAN configuration (as in the Storage network, host drivers, switch configuration, switch firmware, etc.).
3. You didn’t mention the switch or NIC you are using, or if you are using DCB.
The hosts/switches are 1GB, but the array is 10GB, connected using 10GB modules ont he switch.
But I believe it might be a jumbo frame issue, since when i try to ping with ping -f -l 8792 it's not working correctly. However i've set the jumbo frames, but does it need a reboot? Does the Iscsi only look at the frame when connecting the first time?
kjartanius
4 Posts
647
0
Posted February 25th, 2013 07:00
Yes it is.