Dear Abdussamed,
1. Check the captured packet and analysis one request, host frequently sends ACK messages to storage but the feedback packet from Storage doesn’t reach the host. The storage device keeps retransmitting TCP packets during the period.
2. After 60s, host RST disconnects TCP connection. The feedback packed should be drop on the link and cause that issue.
3. The MTU configuration is not the same on switch and storage.
4. It solve the problem after modifying the MTU as 1500 on the switch.
Thanks.