> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:rhelv5-list- > [EMAIL PROTECTED] On Behalf Of Domenico Viggiani > Sent: 06 November 2008 08:57 > To: 'Red Hat Enterprise Linux 5 (Tikanga) discussion mailing-list' > Subject: RE: [rhelv5-list] LVM2 over iSCSI dm-multipath at boot > > * Nick Lunt: > > > > * Domenico Viggiani: > > > > > > I created a LVM2 volume group on top of an iSCSI > > dm-multipath device > > > but it is not activated at boot. > > > Then, if I execute: > > > vgchange -a y vgtest > > > at prompt, it works. > > > > What SAN are you using ? > > > > Were using iSCSI on an MD3000i and have no problems. > > We have the Dell MPP driver installed and configure multipaths on > > /dev/dm-* and it works fine. > > NAS is an EMC Celerra, it worked only after inserting "sleep 4" in > iscsi > init script. > :-(
Have you got the options in fstab as _netdev ? This causes the filesystems to wait until all NIC's are up before mounting anything outside of the root VG. Eg /dev/vggfs/lvol00 /apps gfs _netdev 1 2 _______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
