From owner-freebsd-fs@FreeBSD.ORG Sun Oct 8 21:02:17 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 7478116A403 for ; Sun, 8 Oct 2006 21:02:17 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5909F43D53 for ; Sun, 8 Oct 2006 21:02:15 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k98L27Xc026112; Sun, 8 Oct 2006 15:02:13 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <4529674E.6000405@samsco.org> Date: Sun, 08 Oct 2006 15:02:06 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bruce Evans References: <20061008152213.59247.qmail@web30307.mail.mud.yahoo.com> <20061008165823.GA2061@xor.obsecurity.org> <45292EFA.4060903@samsco.org> <20061009052237.X30864@delplex.bde.org> In-Reply-To: <20061009052237.X30864@delplex.bde.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org 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 21:02:17 -0000 Bruce Evans wrote: > 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 The use of needsbuffer global presents a very wide open race. Scott