9-STABLE -> NFS -> NetAPP:

John Baldwin jhb at freebsd.org
Sun Jan 20 14:47:28 UTC 2013


On Sunday, January 20, 2013 01:10:29 AM Hub- Marketing wrote:
> On 2013-01-19, at 4:57 AM, John Baldwin <jhb at 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 …
> >> everything runs great, but periodically I'm getting:
> >> 
> >> nfs_getpages: error 13
> >> vm_fault: pager read error, pid 11355 (https)
> > 
> > Are you using interruptible mounts ("intr" mount option)?
> 
> 192.168.1.253:/vol/vol1 /vm             nfs     rw,intr,soft,nolockd  0    
>   0
> 
> I just added the 'soft' option to the mix … 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 …

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.

-- 
John Baldwin


More information about the freebsd-stable mailing list