Removing vg and lv after physical drive has been removed

Posted by Rene on Server Fault See other posts from Server Fault or by Rene
Published on 2012-08-27T21:02:16Z Indexed on 2012/08/27 21:41 UTC
Read the original article Hit count: 257

Filed under:

We had a disk fail and replace but forgot to vgreduce first. The drive was on it's own VG and with two empty LV's and these are now causing LVM to complain every time any command is run, i.e.

 # lvscan
  /dev/vg04/swap: read failed after 0 of 4096 at 4294901760: Input/output error
  /dev/vg04/swap: read failed after 0 of 4096 at 4294959104: Input/output error
  /dev/vg04/swap: read failed after 0 of 4096 at 0: Input/output error
  /dev/vg04/swap: read failed after 0 of 4096 at 4096: Input/output error
  /dev/vg04/vz: read failed after 0 of 4096 at 995903864832: Input/output error
  /dev/vg04/vz: read failed after 0 of 4096 at 995903922176: Input/output error
  /dev/vg04/vz: read failed after 0 of 4096 at 0: Input/output error
  /dev/vg04/vz: read failed after 0 of 4096 at 4096: Input/output error

The two LV's are not important, I just want to stop this error from displaying.

© Server Fault or respective owner

Related posts about lvm