  | |  | lvm and software raid - rc.sysinit broken? | lvm and software raid - rc.sysinit broken? 2004-05-12 - By Ed Wilts
Back It seems like the right thing doesn 't happen if you have a logical
volume on top of software raid. rc.sysinit won 't do a raidstart if the
disk is not in /etc/fstab with this test:
INFSTAB=`LC_ALL=C grep -c "^$i " /etc/fstab`
if [ $INFSTAB -eq 0 ] ; then
RESULT=0
RAIDDEV= "$RAIDDEV(skipped) "
fi
In my case, my logical volumes are on top of a multipathed disk, but I
could sure see why people would want lvm on top of a mirrored local
disk.
If lvm is active, then I think rc.sysinit also needs to check
/etc/lvmconf/*.conf to see if the raid device is being used.
--
Ed Wilts, Mounds View, MN, USA
mailto:ewilts@(protected)
Member #1, Red Hat Community Ambassador Program
--
Taroon-list mailing list
Taroon-list@(protected)
http://www.redhat.com/mailman/listinfo/taroon-list
|
|
 |