Commit a9cbe6ab authored by Brian King's avatar Brian King Committed by James Bottomley

[PATCH] ipr: Handle new RAID 6 errors

This patch allows ipr to properly log 2 new RAID 6 related
errors.
Signed-off-by: default avatarBrian King <brking@us.ibm.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent d87c8eda
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment