We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7392e commit 295622fCopy full SHA for 295622f
files/common/lib/modprobe.d/10-zfs.conf
@@ -122,3 +122,12 @@ options zfs zfs_vdev_open_timeout_ms=180000
122
# VDB errors (e.g. MSSQL VDB refresh failing).
123
#
124
options zfs zvol_open_timeout_ms=60000
125
+
126
+#
127
+# The deadman timer is typically used to detect if an I/O is hung.
128
+# On object store pools, the deadman timer check for a hung socket
129
+# connections between the kernel and the agent. Reducing this
130
+# to 1 minute will allow the kernel to detect this condition quickly
131
+# and restart the agent if the connection is hung.
132
133
+options zfs zfs_deadman_synctime_ms=60000
0 commit comments