From owner-cvs-all@FreeBSD.ORG Wed Jul 21 17:11:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 856C216A4D1 for ; Wed, 21 Jul 2004 17:11:18 +0000 (GMT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id D332643D49 for ; Wed, 21 Jul 2004 17:11:17 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i6LH2L2t057369 for cvs-all@FreeBSD.org.checked; (8.12.8/vak/2.1) Wed, 21 Jul 2004 21:02:21 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hi.cronyx.ru [144.206.181.94]) by hanoi.cronyx.ru with ESMTP id i6LGuD5C057018; (8.12.8/vak/2.1) Wed, 21 Jul 2004 20:56:13 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <40FEA03B.9070008@cronyx.ru> Date: Wed, 21 Jul 2004 20:56:27 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031208 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nate Lawson References: <200407211604.i6LG4kFK052991@repoman.freebsd.org> <40FE95FD.6000101@cronyx.ru> <40FE9A94.5090805@root.org> In-Reply-To: <40FE9A94.5090805@root.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Robert Watson cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 17:11:18 -0000 Nate Lawson wrote: > Roman Kurakin wrote: > >> Robert Watson wrote: >> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/kern kern_shutdown.c Log: >>> Don't sync the file system on panic by default. This seems to >>> basically >>> work very infrequently, and often results in a compound panic which >>> confuses debugging; locking/SMP have made the layering violation (and >>> risks) of this more obvious over time. >>> >>> Discussed with: green, bde, et al. >>> >>> Revision Changes Path >>> 1.160 +1 -1 src/sys/kern/kern_shutdown.c >> > > > >> How to change behavior? >> >> rik > > > While Robert's followup was very detailed, I think the answer Rik is > looking for is "sysctl kern.sync_on_panic". :) Yea, this is closer to what I want to know. ;-) rik > > -Nate > >