From owner-freebsd-fs@FreeBSD.ORG Fri Jul 8 13:10:04 2011 Return-Path: Delivered-To: freebsd-fs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25CE51065674 for ; Fri, 8 Jul 2011 13:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 118C58FC08 for ; Fri, 8 Jul 2011 13:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p68DA3XX019284 for ; Fri, 8 Jul 2011 13:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p68DA3Nj019275; Fri, 8 Jul 2011 13:10:03 GMT (envelope-from gnats) Date: Fri, 8 Jul 2011 13:10:03 GMT Message-Id: <201107081310.p68DA3Nj019275@freefall.freebsd.org> To: freebsd-fs@FreeBSD.org From: Martin Birgmeier Cc: Subject: Re: kern/131342: [nfs] mounting/unmounting of disks causes NFS to fail X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Martin Birgmeier List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2011 13:10:04 -0000 The following reply was made to PR kern/131342; it has been noted by GNATS. From: Martin Birgmeier To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/131342: [nfs] mounting/unmounting of disks causes NFS to fail Date: Fri, 08 Jul 2011 15:00:03 +0200 This is a friendly reminder that some kind soul with knowledge of the relevant kernel parts look into this... the error can easily be reproduced. I just had it on a 7.4 system which did heavy reading from an 8.2 server. When I mounted something on the server, the client got a "Permission denied" reply. So, to recap the scenario: 7.4 NFS client 8.2 NFS server client mounts a fs from the server (via IPv4, might be interesting to look at http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/151681, too, but that is unrelated) client does heavy i/o on the mounted fs server does a mount (on its side, in this case it was from an md device) --> error: client gets back some NFS error (in this case "permission denied")