Hello, Friday, May 2, 2008, 16:00:13, Gerry Reno wrote: > You cannot activate a VG with missing PV's because at some point > then LVM would attempt to write on one of the missing PV and then > you get panic. As I told - I'm not sure if it is possible on Linux, but for example on HP-UX LVM it is normally possible to activate VG even with some missing PVs (there is also special Low Quorum mode - which is not enabled by default - to activate VG when you have available <=50% of mirrored PVs). Of course trying to read/write from missing PV should (and on HP-UX does) produce an I/O error to application, but should NOT panic. From my point there is almost no difference between activating VG with missing PV and loosing that PV while VG is activated (SAN or HDD failure). Having snaphot on failed/missing PV is a little bit different, because there is question what to do with original lvol. But that can/should prevent activating the lvol and not entire VG (which can have more lvols which don't have any data/snapshots on the missing PV). -- bYE, Marki _______________________________________________ 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/