Re: [CentOS] noauto option ignored in CentOS 5.1?

2008-11-20 Thread nate
nate wrote: Found the root issue here I believe in /etc/rc.sysinit if [ ${RHGB_STARTED} != 0 -a -w /etc/rhgb/temp/rhgb-console ]; then fsck -T -t noopts=_netdev -A $fsckoptions After changing _netdev above to noauto the system boots normally. I'm not sure if I could specify

[CentOS] noauto option ignored in CentOS 5.1?

2008-11-19 Thread nate
I have worked quite a bit with CentOS 4.x with SAN, multipathing, LVM etc. The way I mount my file systems is using a script that is called during startup that runs fsck, imports the physical volumes, and volume groups, activates the logical volumes, creates the mount point if needed then mounts

Re: [CentOS] noauto option ignored in CentOS 5.1?

2008-11-19 Thread Matthew Kent
On Wed, 2008-11-19 at 10:48 -0800, nate wrote: Matthew Kent wrote: Hmm.. not sure about older versions of CentOS but for lvm over iscsi in 5.2 all you should need is /dev/foo.vg/foo.lv /foo xfs _netdev,noatime,rw 0 0 Any idea if that takes into account multipathing as well? Yeah

Re: [CentOS] noauto option ignored in CentOS 5.1?

2008-11-19 Thread nate
Matthew Kent wrote: On Wed, 2008-11-19 at 10:29 -0800, nate wrote: I have worked quite a bit with CentOS 4.x with SAN, multipathing, LVM etc. The way I mount my file systems is using a script that is called during startup that runs fsck, imports the physical volumes, and volume groups,