cvs commit: src/sbin/fsck_ffs fsck.h pass5.c src/sys/ufs/ffs ffs_alloc.c ffs_softdep.c fs.h

Mike Silbersack silby at silby.com
Mon Feb 21 03:53:18 GMT 2005


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


More information about the cvs-src mailing list