Hello Ravinder, I'm Henry, and I'd like to offer some insight into your issue.
The warning message "The IO operation... was retried" (Event ID 153) means that a storage request from your server to the iSCSI storage array took too long to complete, so the system's disk driver had to send the request again.
Since you are using iSCSI, the issue is almost located in one of these three areas:
- The Network Path: The most common cause. Congestion, packet loss, or misconfiguration on the network between your server and the storage.
- The Storage Array (Target): The storage device itself is overloaded and cannot respond in time.
- The Server (Initiator): A driver or configuration issue on your server is causing delays.
You can follow these troubleshooting steps below:
-  Check the Network Infrastructure:
- Verify Dedicated Network: iSCSI traffic should be on its own dedicated, isolated network (using separate switches or VLANs) to avoid congestion from other network traffic.
- Check for Packet Loss: Use tools to check for dropped packets on the switch ports connected to your server and storage array. A faulty cable, port, or switch is a common culprit.
- Enable MPIO: Ensure Multipath I/O (MPIO) is correctly installed and configured on your server to provide load balancing and failover across multiple network paths to the storage.
 
-  Analyze Storage Array Performance:
- Use your storage array's built-in monitoring tools to check its performance during the times the errors occur. Look for high disk latency, high CPU utilization on the storage processors, or other performance bottlenecks.
 
-  Update Server-Side Drivers and Firmware:
- Ensure the firmware and drivers for your server's network adapters (NICs) are updated to the latest version recommended by the manufacturer. Outdated drivers are a frequent cause of performance issues.
 
Here are Data corruption and disk errors troubleshooting guidance Microsoft official document for your reference.
Hope one of these works for you. If you find this guidance helpful, you're welcome to click 'Accept Answer'—it helps others find useful solutions too.