Symptoms:
This issue occurs when there is a mismatch in the MTU settings defined on either the vSwitch or the vmkernel port group over which the iSCSI interaction is taking place.
To validate if the MTU settings are uniform across the board perform the following steps:
To resolve this issue, validate the MTU settings that have been defined across the board, and this would be done using the vmkping command:
vmkping -I <VMkernel Portgroup> <Target IP address > -d -s <MTU size> -c <count>
Note:
For 9000 MTU size, test with packet size of 8972. For 1500 MTU size, test with packet size of 1472.
"-d" flag will forward packets without fragmentation only.
For more information, see Testing VMkernel network connectivity with the vmkping command.
Once the above has been verified, you need to uniformly set the MTU settings to either 9000 or 1500 based on the vmkping command from the output above.
For more information, see: