Skip to content

Commit 295622f

Browse files
authored
DLPX-87360 reduce deadman timer to quickly detect hung socket connection (#458)
1 parent fd7392e commit 295622f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

files/common/lib/modprobe.d/10-zfs.conf

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,12 @@ options zfs zfs_vdev_open_timeout_ms=180000
122122
# VDB errors (e.g. MSSQL VDB refresh failing).
123123
#
124124
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

Comments
 (0)