Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/raidctl Slight change to the wording of the parity map ...
details: https://anonhg.NetBSD.org/src/rev/46e19dfc81e0
branches: trunk
changeset: 749843:46e19dfc81e0
user: jld <jld%NetBSD.org@localhost>
date: Thu Dec 10 20:20:59 2009 +0000
description:
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.
diffstat:
sbin/raidctl/raidctl.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 7d83818e8b88 -r 46e19dfc81e0 sbin/raidctl/raidctl.c
--- a/sbin/raidctl/raidctl.c Thu Dec 10 18:57:31 2009 +0000
+++ b/sbin/raidctl/raidctl.c Thu Dec 10 20:20:59 2009 +0000
@@ -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 "
Home |
Main Index |
Thread Index |
Old Index