From owner-freebsd-questions@FreeBSD.ORG Wed Nov 26 06:18:05 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AC9D16A4CE for ; Wed, 26 Nov 2003 06:18:05 -0800 (PST) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E85A43FCB for ; Wed, 26 Nov 2003 06:18:04 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.200.37]) by comcast.net (sccrmhc12) with ESMTP id <20031126141803012006oa26e>; Wed, 26 Nov 2003 14:18:03 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id A323670; Wed, 26 Nov 2003 09:18:03 -0500 (EST) Sender: lowell@be-well.ilk.org To: Ion-Mihai Tetcu References: <20031125134915.2514dd57.itetcu@apropo.ro> From: Lowell Gilbert Date: 26 Nov 2003 09:18:03 -0500 In-Reply-To: <20031125134915.2514dd57.itetcu@apropo.ro> Message-ID: <444qwrkyck.fsf@be-well.ilk.org> Lines: 20 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: sync delay and consitency X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 14:18:05 -0000 Ion-Mihai Tetcu writes: > I have a machine that randomly crashes. I wonder if lowering > > Variable Default Description > kern.filedelay 30 time to delay syncing files > kern.dirdelay 29 time to delay syncing directories > kern.metadelay 28 time to delay syncing metadata > > would help having a more up-to-date fs (using soft-updates). It might. This may depend on *why* it's crashing, so I'd try attacking that problem first. > Also is there a reason for the 30-29-28 (the 1 differece between) > sequence ? I'd speculate that it's to keep the three cycles from synchronizing with each other (which they would tend to do if they were repeating with the same period).