
31 Oct
2012
31 Oct
'12
6:24 a.m.
On 30 October 2012 21:13, James Harper <james.harper@bendigoit.com.au> wrote:
[ 18.153206] end_request: I/O error, dev xvda1, sector 20975896 [ 18.153214] end_request: I/O error, dev xvda1, sector 20975896 [ 18.153222] Buffer I/O error on device xvda1, logical block 2621987 [ 18.153229] lost page write due to I/O error on xvda1
Are you sure it isn't a dying disk?
e2fsck won't check for disk write errors.
Use smartctl and see what it reports for the disk.
xvda1 is a block device running on a Xen VM (DomU), so no smartctl support. Also, I'd be seeing the errors in Dom0's logs, and in the HP RAID controller logs. James