Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 zfs_deadman_synctime_ms=60000