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.
This commit is contained in:
parent
75847ce3f8
commit
9bd6e2661a
|
@ -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 @@ rf_output_pmstat(int fd, int raidID)
|
|||
|
||||
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 "
|
||||
|
|
Loading…
Reference in New Issue