From owner-freebsd-fs@FreeBSD.ORG Wed Oct 10 14:32:39 2012 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A43F9416 for ; Wed, 10 Oct 2012 14:32:39 +0000 (UTC) (envelope-from freebsd@pki2.com) Received: from btw.pki2.com (btw.pki2.com [IPv6:2001:470:a:6fd::2]) by mx1.freebsd.org (Postfix) with ESMTP id 528468FC08 for ; Wed, 10 Oct 2012 14:32:39 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by btw.pki2.com (8.14.5/8.14.5) with ESMTP id q9AEWHDB006576; Wed, 10 Oct 2012 07:32:18 -0700 (PDT) (envelope-from freebsd@pki2.com) Subject: Re: NFS not responding+panic on full quota'd ZFS From: Dennis Glatting To: Robert Schulze In-Reply-To: <5075323E.1040009@bytecamp.net> References: <5075323E.1040009@bytecamp.net> Content-Type: text/plain; charset="ISO-8859-1" Date: Wed, 10 Oct 2012 07:32:17 -0700 Message-ID: <1349879537.58237.4.camel@btw.pki2.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-yoursite-MailScanner-Information: Dennis Glatting X-yoursite-MailScanner-ID: q9AEWHDB006576 X-yoursite-MailScanner: Found to be clean X-MailScanner-From: freebsd@pki2.com Cc: freebsd-fs@freebsd.org X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Oct 2012 14:32:39 -0000 On Wed, 2012-10-10 at 10:30 +0200, Robert Schulze wrote: > Hi, > > we are running several webservers on 8.1-RELEASE-p12 which deliver their > data from NFS. Ever since we began using ZFS on the fileserver, we > always had to track quota usage, because of the annoying "nfs server not > responding" error: when a exported filesystem was full and got write > access (including unlink), the server just stopped serving. > > As of this night, things became more complicated. Webservers either > crashed in sync with a "sleepable thread owns a non-sleepable lock" > panic or after the following: > > nfs server 10.0.0.XX:/home/www/XX/YY: not responding > nfs_getpages: error -484759920 > vm_fault: pager read error, pid 9467 (php-cgi) > > The not responding filesystem was nearly out of quota. > > Does anybody know, if these issues with quota'd nfs-exported zfs are > fixed in 8.3? > Similar problem, maybe. Does the network still work (ping, etc)? Can you login and run commands? Are you running top in another window? If so, what does it say? I have four ZFS servers (similar, not exact), NFS clients (little activity), that hang under heavy local disk and computational load where the processes are stuck in tx->tx (al la top). A reboot is necessary. I gathered equipment for more round of trying to extract debug information but it is looking like I am going to have to strip ZFS, if not FreeBSD, from a production environment. > with kind regards, > Robert Schulze > _______________________________________________ > freebsd-fs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-fs > To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org"