svn commit: r310230 - head/sys/cam/scsi
Bryan Drewery
bdrewery at FreeBSD.org
Thu May 18 02:00:27 UTC 2017
On 12/18/16 7:02 AM, Alexander Motin wrote:
> Author: mav
> Date: Sun Dec 18 15:02:50 2016
> New Revision: 310230
> URL: https://svnweb.freebsd.org/changeset/base/310230
>
> Log:
> Don't treat informational exceptions (warnings and impending failures)
> a.k.a. SCSI SMART events as errors. Log them to console and continue.
>
> MFC after: 2 weeks
>
> Modified:
> head/sys/cam/scsi/scsi_all.c
>
> Modified: head/sys/cam/scsi/scsi_all.c
> ==============================================================================
> --- head/sys/cam/scsi/scsi_all.c Sun Dec 18 14:54:20 2016 (r310229)
> +++ head/sys/cam/scsi/scsi_all.c Sun Dec 18 15:02:50 2016 (r310230)
> @@ -1233,58 +1233,58 @@ static struct asc_table_entry asc_table[
> { SST(0x0A, 0x00, SS_FATAL | ENOSPC,
> "Error log overflow") },
> /* DTLPWROMAEBKVF */
> - { SST(0x0B, 0x00, SS_RDEF,
> + { SST(0x0B, 0x00, SS_NOP | SSQ_PRINT_SENSE,
After this change (removing SS_RETRY), will a retry still occur on the
changed SENSE exceptions via something else?
--
Regards,
Bryan Drewery
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 496 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20170517/56aeaabf/attachment.sig>
More information about the svn-src-head
mailing list