From owner-cvs-all@FreeBSD.ORG Sun Jul 3 01:25:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG 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 9E50616AB8C; Sun, 3 Jul 2005 01:01:26 +0000 (GMT) (envelope-from ps@mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F06B45221; Sun, 3 Jul 2005 00:50:07 +0000 (GMT) (envelope-from ps@mu.org) Received: by elvis.mu.org (Postfix, from userid 1000) id ADCC96EA5C; Sat, 2 Jul 2005 17:40:34 -0700 (PDT) X-Original-To: ps@mu.org Delivered-To: ps@mu.org Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by elvis.mu.org (Postfix) with ESMTP id 5A5C05C8DB for ; Sun, 20 Feb 2005 19:53:49 -0800 (PST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 1FBD256E51 for ; Mon, 21 Feb 2005 03:53:29 +0000 (GMT) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id C745716A4D3; Mon, 21 Feb 2005 03:53:23 +0000 (GMT) Delivered-To: ps@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 538) id 3059A16A4D7; Mon, 21 Feb 2005 03:53:21 +0000 (GMT) Delivered-To: src-committers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF18616A4CE for ; Mon, 21 Feb 2005 03:53:17 +0000 (GMT) Received: from relay02.pair.com (relay02.pair.com [209.68.5.16]) by mx1.FreeBSD.org (Postfix) with SMTP id F051743D46 for ; Mon, 21 Feb 2005 03:53:16 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 15905 invoked from network); 21 Feb 2005 03:53:15 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 21 Feb 2005 03:53:15 -0000 X-pair-Authenticated: 209.68.2.70 From: Mike Silbersack To: Xin LI In-Reply-To: <1108955636.624.16.camel@spirit> Message-ID: <20050220215211.T1739@odysseus.silby.com> References: <200502200802.j1K82G2M003470@repoman.freebsd.org> <20050220231711.GA8172@VARK.MIT.EDU> <1108955636.624.16.camel@spirit> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on elvis.mu.org X-Spam-Status: No, score=-5.4 required=5.0 tests=AWL,BAYES_00, SARE_SUB_GAPPY_3 autolearn=no version=3.0.2 X-Spam-Level: Cc: cvs-src@FreeBSD.ORG, David Schultz , src-committers@FreeBSD.ORG, Xin LI , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/fsck_ffs fsck.h pass5.c src/sys/ufs/ffs ffs_alloc.c ffs_softdep.c fs.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Sun, 03 Jul 2005 01:25:54 -0000 X-Original-Date: Sun, 20 Feb 2005 21:53:14 -0600 (CST) X-List-Received-Date: Sun, 03 Jul 2005 01:25:54 -0000 On Mon, 21 Feb 2005, Xin LI wrote: > Hmm... Maybe we should add some constraint on this, for example, for > volumes that fssize < 20G do the recomputation at mount time, despite > the vfs.ffs.compute_summary_at_mount setting? I think the situation > only happens when bgfsck have not finished the scan yet, and on smaller > volumes, this should not affect so much (after all, we can always set > vfs.ffs.compute_summary_at_mount = 1 to restore the old behavior). Seems like the volume size isn't the issue, it's the % of free space. Maybe do the recomputation if free space is < 15% or something. Mike "Silby" Silbersack