Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2019 08:35:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 241980] panic: I/O to pool appears to be hung on vdev
Message-ID:  <bug-241980-227-mf3VyLWL6V@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-241980-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-241980-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241980

--- Comment #4 from Eugene Grosbein <eugen@freebsd.org> ---
spa_misc.c:

/*
 * Expiration time in milliseconds. This value has two meanings. First it is
 * used to determine when the spa_deadman() logic should fire. By default t=
he
 * spa_deadman() will fire if spa_sync() has not completed in 1000 seconds.
 * Secondly, the value determines if an I/O is considered "hung". Any I/O t=
hat
 * has not completed in zfs_deadman_synctime_ms is considered "hung" result=
ing
 * in a system panic.
 */
uint64_t zfs_deadman_synctime_ms =3D 1000000ULL;]

Is it possible that queue of ATA TRIM requests grows faster than underlying
SSDs erase their cells physically, so timeout fires eventually? And da2 is =
just
first component of the pool.

SMART Extended offline test passed successfully for da2.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241980-227-mf3VyLWL6V>