Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/lfs_cleanerd update lfs_cleanerd manual page for new...



details:   https://anonhg.NetBSD.org/src/rev/0154b80c3c8c
branches:  trunk
changeset: 532373:0154b80c3c8c
user:      perseant <perseant%NetBSD.org@localhost>
date:      Thu Jun 06 01:03:12 2002 +0000

description:
update lfs_cleanerd manual page for new -c option

diffstat:

 libexec/lfs_cleanerd/lfs_cleanerd.8 |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r e252dccf14cd -r 0154b80c3c8c libexec/lfs_cleanerd/lfs_cleanerd.8
--- a/libexec/lfs_cleanerd/lfs_cleanerd.8       Thu Jun 06 00:56:49 2002 +0000
+++ b/libexec/lfs_cleanerd/lfs_cleanerd.8       Thu Jun 06 01:03:12 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: lfs_cleanerd.8,v 1.10 2002/01/15 02:23:17 wiz Exp $
+.\"    $NetBSD: lfs_cleanerd.8,v 1.11 2002/06/06 01:03:12 perseant Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -41,7 +41,7 @@
 .Nd garbage collect a log-structured file system
 .Sh SYNOPSIS
 .Nm
-.Op Fl bdfmqs
+.Op Fl bcdfmqs
 .Op Fl l Ar load-threshhold
 .Op Fl n Ar number-of-segments
 .Op Fl r Ar report-frequency
@@ -72,6 +72,10 @@
 .It Fl b
 Use bytes written, rather than segments read, when determining how many
 segments to clean at once.
+.It Fl c
+Coalescing mode.  For each live inode, check to see if it has too many
+blocks that are not contiguous, and if it does, rewrite it.  After a
+single pass through the filesystem the cleaner will exit.
 .It Fl d
 Run in debug mode.
 Do not become a daemon process, and print debugging information.  More



Home | Main Index | Thread Index | Old Index