I/O Errors During Operation Using iSCSI on RHEL/Rocky/AlmaLinux
KB0023067
Environment
iSCSI on RHEL/Rocky/AlmaLinux
Symptoms
Buffer I/O errorin dmesg- Application errors writing to storage
Resolution
Diagnostic Steps:
# Check connection state
iscsiadm -m session -P 3
# Check multipath status
multipathd show paths
# Check for SCSI errors
dmesg | grep -i "scsi\|iscsi" | tail -20
Resolution:
- Session lost:
# Logout and re-login iSCSI sessions iscsiadm -m node -U all iscsiadm -m node -L all - Path degraded:
# Check and repair multipath multipathd show paths multipathd reconfigure