kernel: sd 2:0:12:0: timing out command, waited 1080s

General support questions
Post Reply
yong1610yy
Posts: 1
Joined: 2021/11/12 00:45:40

kernel: sd 2:0:12:0: timing out command, waited 1080s

Post by yong1610yy » 2021/11/12 01:12:46

sytem start can't mount data disk.
Below errors appeared on centos6.5 which resulted in database crash on VMWare guest. What should I do?
Image
https://i.postimg.cc/q7yf5jJS/20211112091120.png
tail -f /var/logs/messages:
Nov 10 08:28:15 L3FASTAR02 kernel: sd 2:0:12:0: timing out command, waited 1080s
Nov 10 08:28:15 L3FASTAR02 kernel: sd 2:0:12:0: [sdl] Unhandled error code
Nov 10 08:28:15 L3FASTAR02 kernel: sd 2:0:12:0: [sdl] Result: hostbyte=DID_OK driverbyte=DRIVER_OK
Nov 10 08:28:15 L3FASTAR02 kernel: sd 2:0:12:0: [sdl] CDB: Write(16): 8a 00 00 00 00 01 63 b8 00 00 00 00 04 00 00 00
Nov 10 08:28:15 L3FASTAR02 kernel: __ratelimit: 118 callbacks suppressed
Nov 10 08:28:15 L3FASTAR02 kernel: Buffer I/O error on device dm-0, logical block 1819736576
Nov 10 08:28:15 L3FASTAR02 kernel: lost page write due to I/O error on dm-0
Nov 10 08:28:15 L3FASTAR02 kernel: Buffer I/O error on device dm-0, logical block 1819736577
Nov 10 08:28:15 L3FASTAR02 kernel: lost page write due to I/O error on dm-0
Nov 10 08:28:15 L3FASTAR02 kernel: Buffer I/O error on device dm-0, logical block 1819736578
Nov 10 08:28:15 L3FASTAR02 kernel: lost page write due to I/O error on dm-0
Nov 10 08:28:15 L3FASTAR02 kernel: Buffer I/O error on device dm-0, logical block 1819736579
Nov 10 08:28:15 L3FASTAR02 kernel: lost page write due to I/O error on dm-0
Nov 10 08:28:15 L3FASTAR02 kernel: Buffer I/O error on device dm-0, logical block 1819736580
Nov 10 08:28:15 L3FASTAR02 kernel: lost page write due to I/O error on dm-0
Nov 10 08:28:15 L3FASTAR02 kernel: Buffer I/O error on device dm-0, logical block 1819736581
Nov 10 08:28:15 L3FASTAR02 kernel: lost page write due to I/O error on dm-0
Nov 10 08:28:15 L3FASTAR02 kernel: Buffer I/O error on device dm-0, logical block 1819736582
Nov 10 08:28:15 L3FASTAR02 kernel: lost page write due to I/O error on dm-0
Nov 10 08:28:15 L3FASTAR02 kernel: Buffer I/O error on device dm-0, logical block 1819736583
Nov 10 08:28:15 L3FASTAR02 kernel: lost page write due to I/O error on dm-0
Nov 10 08:28:15 L3FASTAR02 kernel: Buffer I/O error on device dm-0, logical block 1819736584
Nov 10 08:28:15 L3FASTAR02 kernel: lost page write due to I/O error on dm-0
Nov 10 08:28:15 L3FASTAR02 kernel: Buffer I/O error on device dm-0, logical block 1819736585
Nov 10 08:28:15 L3FASTAR02 kernel: lost page write due to I/O error on dm-0
Attachments
messages.zip
(131.1 KiB) Downloaded 232 times

User avatar
TrevorH
Site Admin
Posts: 33191
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: kernel: sd 2:0:12:0: timing out command, waited 1080s

Post by TrevorH » 2021/11/12 02:20:39

Something is wrong with your /dev/sdl device and since you have effectively a RAID 0 of LVM stripes, failure of one of them will invalidate all of the LV. Fix /dev/sdl so that it can be seen and read without an i/o error and then you might be able to mount it.

Also, CentOS 6 is DEAD. It went out of support a year ago and the last version of CentOS 6 was 6.10. Your 6.5 copy has been out of date since 6.6 came out in 2014 and 6.5 dates from late 2013. It contains numerous known high severity security vulnerabilities and probably others that will never be fixed. Your system is vulnerable to about 7 years worth of exploits.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply