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

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to