1

/dev/sdc: read failed after 0 of 1024 at 0: Input/output error
/dev/sdc: read failed after 0 of 1024 at 2499819012096: Input/output error
/dev/sdc: read failed after 0 of 1024 at 2499819130880: Input/output error
/dev/sdc: read failed after 0 of 1024 at 4096: Input/output error
/dev/sdd: read failed after 0 of 1024 at 0: Input/output error
/dev/sdd: read failed after 0 of 1024 at 2499819012096: Input/output error
/dev/sdd: read failed after 0 of 1024 at 2499819130880: Input/output error
/dev/sdd: read failed after 0 of 1024 at 4096: Input/output error
/dev/sde: read failed after 0 of 1024 at 0: Input/output error

I can create pvs, lvms, and vgs, but this always appears, can anyone please help me?

thanks in advance

2 Answers 2

1

I would say that you probably have a physical disk error.

You need to run some disk checking tools. The one I use is quite expensive I'm afraid but can recover most errors that can be recovered. It is Spinrite.

7
  • it it ok to wipeout the disks clean then try to map it again? or do i really need to recover it?
    – Gino
    Commented Feb 11, 2014 at 2:26
  • You can wipe the disks if you don't need the data on them. Most likely that will get rid of the error. Most such errors are transitory. Commented Feb 11, 2014 at 8:12
  • ok ill do that 1st, then will make a follow up after, thanks a lot for the reply :)
    – Gino
    Commented Feb 11, 2014 at 9:41
  • its still there. the issue on that is still there
    – Gino
    Commented Feb 16, 2014 at 23:27
  • When you reformatted, did you create it as a simple volume rather than LVM? Commented Feb 17, 2014 at 8:54
1

It looks like you potentially have multiple paths to the disks. When you have LVM configured on multipathed devices you have to tell /etc/lvm/lvm.conf to point to the multipath reference.

What it is doing is attempting to use each disk when it should be using /dev/multipath_dev.

In your /etc/lvm/lvm.conf there should be an item for filter. Look at that line and work on getting that to match up to the proper devices. Once that is done you can use pvs to see if what you have is right. There is some trial and error when doing this sometimes.

1
  • oh i see, will do this when i get back and will reply soon after, thank you very much!
    – Gino
    Commented Feb 11, 2014 at 9:42

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .