-- Matt Schillinger <mschilli@vss.fsi.com>
Patrick, I was wondering if you could explain a little bit of how lvm finds a device that no longer corresponds to the same 'dev/sd*' name. does it use some kind of device id or serial number? I just want to be doubly sure, as Steven Lembark claimed that it WOULDN't work..
LVM is going to look for, say, /dev/sda1. If the device at that location in your disk chain is not a PV then you will have problems. The "sda1" string say to access the first scsi drive that was put on line. Depending on controller issues you may get into situations where the SCSI initiators come on line in a random order and you have no way of knowing what "sda1" really means. The fix there is to install one of them as a module and only bring on line the controller with your boot drive on it at first. -- Steven Lembark 2930 W. Palmer Workhorse Computing Chicago, IL 60647 +1 8773 252 1080 _______________________________________________ linux-lvm mailing list linux-lvm@sistina.com http://lists.sistina.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/