From owner-freebsd-stable@FreeBSD.ORG Mon Jan 21 01:25:05 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 740EA987; Mon, 21 Jan 2013 01:25:05 +0000 (UTC) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.freebsd.org (Postfix) with ESMTP id 38131F63; Mon, 21 Jan 2013 01:25:04 +0000 (UTC) Received: from maia.hub.org (unknown [200.46.151.188]) by hub.org (Postfix) with ESMTP id 633EF11F19A0; Sun, 20 Jan 2013 21:25:03 -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 63990-08; Mon, 21 Jan 2013 01:25:02 +0000 (UTC) Received: from [192.168.0.52] (S01067cb21b2ff4ca.gv.shawcable.net [24.108.26.71]) by hub.org (Postfix) with ESMTPA id 13EFE11F199F; Sun, 20 Jan 2013 21:25:01 -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: Marc Fournier In-Reply-To: <201301200947.11580.jhb@freebsd.org> Date: Sun, 20 Jan 2013 17:24:59 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201301190757.26398.jhb@freebsd.org> <7387292F-94CD-4643-91D4-748404B792F1@hub.org> <201301200947.11580.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: Mon, 21 Jan 2013 01:25:05 -0000 Yup, saw those commits =85am going through the servers and doing = upgrades on them =85 will report on any issues post-upgrade =85 thx On 2013-01-20, at 6:47 AM, John Baldwin wrote: > On Sunday, January 20, 2013 01:10:29 AM Hub- Marketing wrote: >> 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)? >>=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 >=20 > 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. >=20 > --=20 > John Baldwin