From owner-freebsd-current@FreeBSD.ORG Sun Sep 9 11:12:32 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE42316A418; Sun, 9 Sep 2007 11:12:32 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx1.freebsd.org (Postfix) with ESMTP id BC1F613C45E; Sun, 9 Sep 2007 11:12:31 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <46E3D51E.3020504@FreeBSD.org> Date: Sun, 09 Sep 2007 13:12:30 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Peter Schuller References: <855622.76488.qm@web36601.mail.mud.yahoo.com> <20070908215102.GA8291@hyperion.scode.org> <46E3519E.3040001@FreeBSD.org> <20070909100041.GA60318@hyperion.scode.org> In-Reply-To: <20070909100041.GA60318@hyperion.scode.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Simun Mikecin , freebsd-fs@freebsd.org, freebsd-current@freebsd.org Subject: Re: Swapping on ZFS - stability issue X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2007 11:12:32 -0000 Peter Schuller wrote: > [kris] >> Please follow the directions in the developers handbook chapter on kernel >> debugging to obtain the relevant debugging information. > > Apologies. Aside from the first instance, where the machine had sat > there for 12+ hours, I never got any panic message or anything like > that which gives an opportunity for a stacktrace, etc. Doesn't matter, you can debug deadlocks too :) > [pjd] >> This is a known issue also in OpenSolaris. ZFS needs to allocate memory >> to send I/O request, and when there is no memory, it can't allocate it >> thus can't swap a process out and free it. > > Ok, so a known issue. Unless someone tells me otherwise I'll update > the ZFS-on-FreeBSD Wiki pages to warn about this issue (assuming it's > editable by me). Thanks. Kris