summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-09-27 13:47:37 +0000
committerpjd <pjd@FreeBSD.org>2004-09-27 13:47:37 +0000
commit4081d9d5d1c7d3545ef0592938fbbdb14b7fa603 (patch)
tree3baaff742544d026c9cc2eba9150f415a6ba5540 /sys
parent2e0cfb5fb7a91339fcb985617e592a8070b11305 (diff)
downloadFreeBSD-src-4081d9d5d1c7d3545ef0592938fbbdb14b7fa603.zip
FreeBSD-src-4081d9d5d1c7d3545ef0592938fbbdb14b7fa603.tar.gz
Decrease kern.geom.mirror.timeout to 4, so it is smaller than
vfs.root.mountdelay by default.
Diffstat (limited to 'sys')
-rw-r--r--sys/geom/mirror/g_mirror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/mirror/g_mirror.c b/sys/geom/mirror/g_mirror.c
index a9db20c..e40532a 100644
--- a/sys/geom/mirror/g_mirror.c
+++ b/sys/geom/mirror/g_mirror.c
@@ -54,7 +54,7 @@ u_int g_mirror_debug = 0;
TUNABLE_INT("kern.geom.mirror.debug", &g_mirror_debug);
SYSCTL_UINT(_kern_geom_mirror, OID_AUTO, debug, CTLFLAG_RW, &g_mirror_debug, 0,
"Debug level");
-static u_int g_mirror_timeout = 8;
+static u_int g_mirror_timeout = 4;
TUNABLE_INT("kern.geom.mirror.timeout", &g_mirror_timeout);
SYSCTL_UINT(_kern_geom_mirror, OID_AUTO, timeout, CTLFLAG_RW, &g_mirror_timeout,
0, "Time to wait on all mirror components");
OpenPOWER on IntegriCloud