[linux-lvm] Bad Disk

lembark at wrkhors.com lembark at wrkhors.com
Tue Aug 14 02:39:08 UTC 2001


-- Christopher Blunck <cblunck2000 at yahoo.com> on 08/13/01 19:34:05 -0700

> But it doesn't kill / contaminate the rest of the
> volume group?  i didn't enable striping so I'm
> assuming it'll leave the other data alone.
> 
> Would you have to issue any administrative commands
> via the vg or lv commands to reduce the vg size?

use:

    vexport volgroupname;
    vgimport volgroupname pvnamethatlives;

Whatever's left on the PV(s) that survived will be
recovered.  Regardless of "striping" you may have
LV's that span the volumes (e.g., via lvextending
them across the PV's).  These will be lost either
way.

sl



More information about the linux-lvm mailing list