On May 22, 2012, at 11:40 AM, Vic wrote:
LVM requires that for an LV to be activated while there are missing PVs, the '--partial' flag must be used. If the script running vgchange does not include '--partial', your mirror won't be activated. There are also 2 different ways of doing mirroring in LVM now also. You can choose the 'mirror' segment type or the 'raid1' segment type. The 'raid1' segment type is a newer offering, but leverages the MD RAID1 personality. The critical difference between the two is that 'raid1' can operate while there is a faulty device present and the 'mirror' segment type must have something intervene and remove/replace the failed device before it will allow I/O. It seems to me that the solution might be to attempt to activate the volume group without the partial flag first. Failing that, activate any 'raid1' LV with a --partial flag and repair and activate any 'mirror' LVs. brassow |
_______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/