This patch allows ipr to properly log 2 new RAID 6 related
errors.
Please apply with along the previous batch of ipr patches I sent.
Signed-off-by: Brian King <[EMAIL PROTECTED]>
---
linux-2.6.11-rc4-bk9-bjking1/drivers/scsi/ipr.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletion(-)
diff -puN drivers/scsi/ipr.c~ipr_raid6_errors drivers/scsi/ipr.c
--- linux-2.6.11-rc4-bk9/drivers/scsi/ipr.c~ipr_raid6_errors 2005-02-23
17:16:05.000000000 -0600
+++ linux-2.6.11-rc4-bk9-bjking1/drivers/scsi/ipr.c 2005-02-23
17:18:43.000000000 -0600
@@ -323,10 +323,12 @@ struct ipr_error_table_t ipr_error_table
"3150: SCSI bus configuration error"},
{0x06690200, 0, 1,
"9041: Array protection temporarily suspended"},
+ {0x06698200, 0, 1,
+ "9042: Corrupt array parity detected on specified device"},
{0x066B0200, 0, 1,
"9030: Array no longer protected due to missing or failed disk unit"},
{0x066B8200, 0, 1,
- "9042: Corrupt array parity detected on specified device"},
+ "9032: Array exposed but still protected"},
{0x07270000, 0, 0,
"Failure due to other device"},
{0x07278000, 0, 1,
_
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html