asc/ascq 44/0 is typically a non-transient, permanent error (at least until
the components are reset). Therefore retries are pointless. This is very visible in SATL systems, for example an LSI SAS controller and a SATA HDD/SSD. Reviewed by: ken Obtained from: Netflix MFC after: 3 days
This commit is contained in:
parent
95a3636709
commit
b575f33f67
@ -2331,7 +2331,7 @@ static struct asc_table_entry asc_table[] = {
|
||||
{ SST(0x43, 0x00, SS_RDEF,
|
||||
"Message error") },
|
||||
/* DTLPWROMAEBKVF */
|
||||
{ SST(0x44, 0x00, SS_RDEF,
|
||||
{ SST(0x44, 0x00, SS_FATAL | EIO,
|
||||
"Internal target failure") },
|
||||
/* DT P MAEBKVF */
|
||||
{ SST(0x44, 0x01, SS_RDEF, /* XXX TBD */
|
||||
|
Loading…
x
Reference in New Issue
Block a user