Date: Wed, 27 Aug 2003 10:04:50 -1000 From: Jason Dambrosio <jason@wiz.cx> To: Robert Watson <rwatson@freebsd.org> Cc: current@freebsd.org Subject: Re: nfs tranfers hang in state getblck or nfsread Message-ID: <20030827200450.GA29767@tekgenesis.net> In-Reply-To: <Pine.NEB.3.96L.1030827090202.23748B-100000@fledge.watson.org> References: <3F4BEA15.3030104@telia.com> <Pine.NEB.3.96L.1030827090202.23748B-100000@fledge.watson.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Aug 27, 2003 at 09:06:41AM -0400, Robert Watson wrote: > I have a very similar configuration, but it sounds like I'm not bumping > into the same problem. Are you using NFSv2 or v3, and how many file > systems are you mounting? Are you generally using UFS1 or UFS2? Right > now, I'm mounting a single UFS2 file system was the root, and I believe > right now we always mount NFS roots at NFSv2, which could by why I'm not > seeing the same problem... I had the same problem, replacing nfsv3 with tcp in my fstab fixed it. 4.8 server (ufs1), 5.0/5.1 clients, fstab looks like this now: main:/data/home /data/home nfs rw,tcp,soft,intr,bg,rdirplus,noatime,nosuid,nodev main:/data/config /data/config nfs rw,tcp,soft,intr,bg,rdirplus,noatime,nosuid,nodev main:/data/www /data/www nfs rw,tcp,soft,intr,bg,rdirplus,noatime,nosuid,nodev Jason
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030827200450.GA29767>