Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Nov 2020 22:00:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 200459] [nvme] Ioctl for passthrough can hang if called during nvme reset.
Message-ID:  <bug-200459-227-BhkToYCio8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-200459-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-200459-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=3D200459

Juraj Lutter <juraj@lutter.sk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |juraj@lutter.sk

--- Comment #1 from Juraj Lutter <juraj@lutter.sk> ---
I'm seeing something similar, a box with 22x nvme and 2x SSD, running either
12-STABLE or 13-CURRENT (as of today). After certain amount of time (and
workload), ioctls are hanging, rendering the box almost unresponsive to some
operations.

ddb showed that there are two suspects:
mrsas_ocr_thread()
nvme_ctrlr_passthrough_cmd()

the rest of processes and threads are in sched_switch()

OCR is Online Controller Reset.

--=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-200459-227-BhkToYCio8>