aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/sys/mmp.h4
-rw-r--r--man/man5/zfs-module-parameters.54
2 files changed, 4 insertions, 4 deletions
diff --git a/include/sys/mmp.h b/include/sys/mmp.h
index edb0d4347..6f4672a38 100644
--- a/include/sys/mmp.h
+++ b/include/sys/mmp.h
@@ -29,8 +29,8 @@ extern "C" {
#define MMP_MIN_INTERVAL 100 /* ms */
#define MMP_DEFAULT_INTERVAL 1000 /* ms */
-#define MMP_DEFAULT_IMPORT_INTERVALS 10
-#define MMP_DEFAULT_FAIL_INTERVALS 5
+#define MMP_DEFAULT_IMPORT_INTERVALS 20
+#define MMP_DEFAULT_FAIL_INTERVALS 10
typedef struct mmp_thread {
kmutex_t mmp_thread_lock; /* protect thread mgmt fields */
diff --git a/man/man5/zfs-module-parameters.5 b/man/man5/zfs-module-parameters.5
index c783a1e9b..2a0f5f81d 100644
--- a/man/man5/zfs-module-parameters.5
+++ b/man/man5/zfs-module-parameters.5
@@ -1879,7 +1879,7 @@ the risk of failing to detect an active pool. The total activity check time is
never allowed to drop below one second. A value of 0 is ignored and treated as
if it was set to 1
.sp
-Default value: \fB10\fR.
+Default value: \fB20\fR.
.RE
.sp
@@ -1900,7 +1900,7 @@ will cause the pool to be suspended. This occurs when
passed since the last successful multihost write. This guarantees the activity test
will see multihost writes if the pool is imported.
.sp
-Default value: \fB5\fR.
+Default value: \fB10\fR.
.RE
.sp