Skip to content

Instantly share code, notes, and snippets.

@caesar0301
Created January 25, 2015 06:25
Show Gist options
  • Save caesar0301/a1cd2fc8683a158c306d to your computer and use it in GitHub Desktop.
Save caesar0301/a1cd2fc8683a158c306d to your computer and use it in GitHub Desktop.
Fix LVM physical volume definition after removing /dev/sdb
>pvs
/dev/sdc1: read failed after 0 of 2048 at 0: Input/output error
PV         VG   Fmt  Attr PSize   PFree
/dev/sdb   data lvm2 a--  330.00g    0

by typing:

echo 1 > /sys/block/sdc/device/delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment