]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Provide new tunable hw.nvme.verbose_cmd_dump
authorimp <imp@FreeBSD.org>
Thu, 18 Jul 2019 21:58:51 +0000 (21:58 +0000)
committerimp <imp@FreeBSD.org>
Thu, 18 Jul 2019 21:58:51 +0000 (21:58 +0000)
commit9f9b80b33809ebeff486997df95b5e34d3377432
treee04fc5c2c332acbcfbdaeec957198c9294c88b47
parentb78cc202f4da4c20245a2b8e8631e7d99ea8e401
Provide new tunable hw.nvme.verbose_cmd_dump

The nvme drive dumps only the most relevant details about a command when it
fails. However, there are times this is not sufficient (such as debugging weird
issues for a new drive with a vendor). Setting hw.nvme.verbose_cmd_dump=1
in loader.conf will enable more complete debugging information about each
command that fails.

Reviewed by: rpokala
Sponsored by: Netflix
Differential Version: https://reviews.freebsd.org/D20988
share/man/man4/nvme.4
sys/dev/nvme/nvme.c
sys/dev/nvme/nvme_private.h
sys/dev/nvme/nvme_qpair.c