Skip to content

Commit

Permalink
DLPX-87360 reduce deadman timer to quickly detect hung socket connection
Browse files Browse the repository at this point in the history
  • Loading branch information
grwilson committed Aug 9, 2023
1 parent fd7392e commit f60ac62
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions files/common/lib/modprobe.d/10-zfs.conf
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,12 @@ options zfs zfs_vdev_open_timeout_ms=180000
# VDB errors (e.g. MSSQL VDB refresh failing).
#
options zfs zvol_open_timeout_ms=60000

#
# The deadman timer is typically used to detect if an I/O is hung.
# On object store pools, the deadman timer check for a hung socket
# connections between the kernel and the agent. Reducing this
# to 1 minute will allow the kernel to detect this condition quickly
# and restart the agent if the connection is hung.
#
options zfs_deadman_synctime_ms=60000

0 comments on commit f60ac62

Please sign in to comment.