Module Name:    src
Committed By:   jld
Date:           Thu Dec 10 20:20:59 UTC 2009

Modified Files:
        src/sbin/raidctl: raidctl.c

Log Message:
Slight change to the wording of the parity map info: the parity is
"marked clean" after however much inactivity; it is *actually* clean
as soon as the component disks all do their thing (on the order of ms,
usually), just the same as before.

The bikeshed is now less of a taupe and more of an ecru.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sbin/raidctl/raidctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/raidctl/raidctl.c
diff -u src/sbin/raidctl/raidctl.c:1.42 src/sbin/raidctl/raidctl.c:1.43
--- src/sbin/raidctl/raidctl.c:1.42	Tue Nov 17 18:54:26 2009
+++ src/sbin/raidctl/raidctl.c	Thu Dec 10 20:20:59 2009
@@ -1,4 +1,4 @@
-/*      $NetBSD: raidctl.c,v 1.42 2009/11/17 18:54:26 jld Exp $   */
+/*      $NetBSD: raidctl.c,v 1.43 2009/12/10 20:20:59 jld Exp $   */
 
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
 #include <sys/cdefs.h>
 
 #ifndef lint
-__RCSID("$NetBSD: raidctl.c,v 1.42 2009/11/17 18:54:26 jld Exp $");
+__RCSID("$NetBSD: raidctl.c,v 1.43 2009/12/10 20:20:59 jld Exp $");
 #endif
 
 
@@ -510,7 +510,7 @@
 
 		printf("raid%d: parity map enabled with %u regions of %s\n",
 		    raidID, st.params.regions, srs);
-		printf("raid%d: parity cleaned after %d intervals of"
+		printf("raid%d: regions marked clean after %d intervals of"
 		    " %d.%03ds\n", raidID, st.params.cooldown,
 		    st.params.tickms / 1000, st.params.tickms % 1000);
 		printf("raid%d: write/sync/clean counters "

Reply via email to