]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] ipr: Handle new RAID 6 errors
authorBrian King <brking@us.ibm.com>
Mon, 14 Mar 2005 14:55:14 +0000 (08:55 -0600)
committerJames Bottomley <jejb@mulgrave.(none)>
Mon, 14 Mar 2005 14:55:14 +0000 (08:55 -0600)
This patch allows ipr to properly log 2 new RAID 6 related
errors.

Signed-off-by: Brian King <brking@us.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/ipr.c

index d8907197a0fcb857370c83efacaca44b6883a9af..5441531c0d8e54ad31f6849d30e423808dd21099 100644 (file)
@@ -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,