From owner-freebsd-fs@FreeBSD.ORG Sun Oct 8 19:39:45 2006 Return-Path: X-Original-To: freebsd-fs@freebsd.org Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B2E816A403 for ; Sun, 8 Oct 2006 19:39:45 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailout1.pacific.net.au (mailout1-3.pacific.net.au [61.8.2.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE9C643D45 for ; Sun, 8 Oct 2006 19:39:44 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout1.pacific.net.au (Postfix) with ESMTP id 80C8D5BFC33; Mon, 9 Oct 2006 05:39:19 +1000 (EST) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy2.pacific.net.au (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id k98JdFVA028027; Mon, 9 Oct 2006 05:39:17 +1000 Date: Mon, 9 Oct 2006 05:39:15 +1000 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Scott Long In-Reply-To: <45292EFA.4060903@samsco.org> Message-ID: <20061009052237.X30864@delplex.bde.org> References: <20061008152213.59247.qmail@web30307.mail.mud.yahoo.com> <20061008165823.GA2061@xor.obsecurity.org> <45292EFA.4060903@samsco.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-fs@freebsd.org, Kris Kennaway Subject: Re: 2 bonnies can stop disk activity permanently X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Oct 2006 19:39:45 -0000 On Sun, 8 Oct 2006, Scott Long wrote: > Kris Kennaway wrote: >> You forgot to even mention what version you're running ;-) >> >> Also show your kernel config file. Configure DDB per the chapter on > No need for all of that information, the bug in vfs_bio.c is quite obvious. > =-( Fixing it will take some thought, though. Is it really obvious? I think it is only obvious that many things are not quite right. The quick fix of increasing BKVASIZE to the size of the largest buffer used should still work to prevent bkva fragmentation. Bruce