Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 1996 21:47:07 +0200 (MET DST)
From:      Robert Eckardt <roberte@mep.ruhr-uni-bochum.de>
To:        hsu@clinet.fi (Heikki Suonsivu)
Cc:        roberte@mep.ruhr-uni-bochum.de, scrappy@freefall.freebsd.org, hsu@clinet.fi, freebsd-bugs@freefall.freebsd.org
Subject:   Re: bin/926
Message-ID:  <199610221947.VAA14062@ghost.mep.ruhr-uni-bochum.de>
In-Reply-To: <199610221624.TAA05589@katiska.clinet.fi> from Heikki Suonsivu at "22. Oct. 96 19:23:15"

next in thread | previous in thread | raw e-mail | index | archive | help
> Robert Eckardt writes:
>  > > Synopsis: Mounting nfs disks before starting mountd: Chicken or Egg probl
em
[...]
>  > > This is still valid problem; mountd is started in /etc/rc later than moun
t
>  > > -a -t nfs is run (checked current from two days ago).
>  >
>  > This is no conflict. mountd is needed for the NFS-Server.
>  > Mounting NFS-FSs is done by the NFS-Client, which needs only nfsiod.
>
> The PR was about two machines mounting each others disks.  If both panic or
> are rebooted at the same time, they both lock up waiting for each other
> coming up.

Sorry, I hadn't the full PR.
For me it never counted, since I'm using the bg option on nfs mounts,
so I have no problems when X-mounting.

I think the idea putting it as early as possible in rc was that one
can put as much as possible on some nfs server (which should of 
course be up :-).

So, may be it's a good solution is to document `bg' AND move `mount -t nfs'
past mountd as you suggested.
(I can think only of rare cases where people would like to put these
daemons on external disks -- and these admins should know how to fix it.)

Robert

> if [ "X${nfs_client}" = X"YES" ]; then
>         echo -n ' nfsiod';              nfsiod -n 4
> fi
> 
> mount -a -t nfs >/dev/null 2>&1
> 
> if [ "X${amdflags}" != X"NO" ]; then
>         echo -n ' amd';                 amd ${amdflags}
> fi
> 
> -- 
> Heikki Suonsivu, T{ysikuu 10 C 83/02210 Espoo/FINLAND, hsu@clinet.fi
> mobile +358-40-5519679 work +358-0-43542270 fax -4555276

-- 
Robert Eckardt                \\ FreeBSD -- solutions for a large universe.(tm)
RobertE@MEP.Ruhr-Uni-Bochum.de \\       What do you want to boot tomorrow ?(tm)
http://WWW.MEP.Ruhr-Uni-Bochum.de/~roberte
For PGP-key finger roberte@gluon.MEP.Ruhr-Uni-Bochum.de



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610221947.VAA14062>