From da630261d8a529595dcdef9348fccc5594cb9507 Mon Sep 17 00:00:00 2001 From: Richard Elling Date: Mon, 13 May 2019 10:01:49 -0700 Subject: [PATCH] fixed range in zfs_deadman_synctime_ms --- ZFS-on-Linux-Module-Parameters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZFS-on-Linux-Module-Parameters.md b/ZFS-on-Linux-Module-Parameters.md index 4830e2a..0fd180c 100644 --- a/ZFS-on-Linux-Module-Parameters.md +++ b/ZFS-on-Linux-Module-Parameters.md @@ -1726,7 +1726,7 @@ is considered "hung" resulting in one of three behaviors controlled by the | When to change | When debugging slow I/O | Data Type | ulong | Units | milliseconds -| Range | 1 to +| Range | 1 to ULONG_MAX | Default | 600,000 (10 minutes) | Change | Dynamic | Versions Affected | v0.6.5 and later