From owner-freebsd-stable@FreeBSD.ORG Sun Jan 20 06:19:57 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CCA9748A; Sun, 20 Jan 2013 06:19:57 +0000 (UTC) (envelope-from marketing@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.freebsd.org (Postfix) with ESMTP id 516161C2; Sun, 20 Jan 2013 06:19:57 +0000 (UTC) Received: from maia.hub.org (unknown [200.46.151.188]) by hub.org (Postfix) with ESMTP id E58BBC5DE24; Sun, 20 Jan 2013 02:10:35 -0400 (AST) Received: from hub.org ([200.46.204.220]) by maia.hub.org (mx1.hub.org [200.46.151.188]) (amavisd-maia, port 10024) with ESMTP id 78102-04; Sun, 20 Jan 2013 06:10:35 +0000 (UTC) Received: from [192.168.0.52] (S01067cb21b2ff4ca.gv.shawcable.net [24.108.26.71]) by hub.org (Postfix) with ESMTPA id D09AAC5DE23; Sun, 20 Jan 2013 02:10:34 -0400 (AST) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: 9-STABLE -> NFS -> NetAPP: From: Hub- Marketing In-Reply-To: <201301190757.26398.jhb@freebsd.org> Date: Sat, 19 Jan 2013 22:10:29 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <7387292F-94CD-4643-91D4-748404B792F1@hub.org> References: <201301190757.26398.jhb@freebsd.org> To: John Baldwin X-Mailer: Apple Mail (2.1499) Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 06:19:57 -0000 On 2013-01-19, at 4:57 AM, John Baldwin 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)? 192.168.1.253:/vol/vol1 /vm nfs rw,intr,soft,nolockd 0 = 0 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=20 > Also, can you get ps output that includes the 'l' flag to show what > the processes are stuck on? I will send an follow up the next time this happens, so it may be a few = days =85=20 >=20