summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-09-27 22:12:14 +0000
committerpjd <pjd@FreeBSD.org>2004-09-27 22:12:14 +0000
commitef6747fa18beec3657e78ff61531a6079373db17 (patch)
tree04dfd64f2bceb5f8e493057765099db47855d4b3
parent25b7bcde0d295b47c9e250166aa8be08addc4147 (diff)
downloadFreeBSD-src-ef6747fa18beec3657e78ff61531a6079373db17.zip
FreeBSD-src-ef6747fa18beec3657e78ff61531a6079373db17.tar.gz
Decrease kern.geom.raid3.timeout to 4, so it is smaller than
vfs.root.mountdelay by default.
-rw-r--r--sys/geom/raid3/g_raid3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/raid3/g_raid3.c b/sys/geom/raid3/g_raid3.c
index 433e770..53f9858 100644
--- a/sys/geom/raid3/g_raid3.c
+++ b/sys/geom/raid3/g_raid3.c
@@ -54,7 +54,7 @@ u_int g_raid3_debug = 0;
TUNABLE_INT("kern.geom.raid3.debug", &g_raid3_debug);
SYSCTL_UINT(_kern_geom_raid3, OID_AUTO, debug, CTLFLAG_RW, &g_raid3_debug, 0,
"Debug level");
-static u_int g_raid3_timeout = 8;
+static u_int g_raid3_timeout = 4;
SYSCTL_UINT(_kern_geom_raid3, OID_AUTO, timeout, CTLFLAG_RW, &g_raid3_timeout,
0, "Time to wait on all raid3 components");
static u_int g_raid3_reqs_per_sync = 5;
OpenPOWER on IntegriCloud