Date: Sun, 20 Jan 2013 09:47:11 -0500 From: John Baldwin <jhb@freebsd.org> To: "Hub- Marketing" <marketing@hub.org> Cc: freebsd-stable@freebsd.org Subject: Re: 9-STABLE -> NFS -> NetAPP: Message-ID: <201301200947.11580.jhb@freebsd.org> In-Reply-To: <7387292F-94CD-4643-91D4-748404B792F1@hub.org> References: <B7529290-01FC-4E14-ACE5-1EBFCF2367C3@hub.org> <201301190757.26398.jhb@freebsd.org> <7387292F-94CD-4643-91D4-748404B792F1@hub.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday, January 20, 2013 01:10:29 AM Hub- Marketing wrote: > On 2013-01-19, at 4:57 AM, John Baldwin <jhb@freebsd.org> wrote: > > On Tuesday, December 18, 2012 11:58:36 PM Hub- Marketing wrote: > >> I'm running a few servers sitting on top of a NetAPP file server =85 > >> everything runs great, but periodically I'm getting: > >>=20 > >> nfs_getpages: error 13 > >> vm_fault: pager read error, pid 11355 (https) > >=20 > > Are you using interruptible mounts ("intr" mount option)? >=20 > 192.168.1.253:/vol/vol1 /vm nfs rw,intr,soft,nolockd 0 = =20 > 0 >=20 > I just added the 'soft' option to the mix =85 nolockd is enabled since I = know > for a fact that its not possible for two processes to access the same file > on both mounts at the same time =85 Ah, ok. I just fixed a bug with interruptible mounts in HEAD where having a signal interrupt an NFS request returns EACCESS (13) rather than EINTR. You should retest with that fix applied. =2D-=20 John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301200947.11580.jhb>