Commit 84f2d516 authored by Brian King's avatar Brian King Committed by James Bottomley

[PATCH] ipr: new RAID error

Adds support for logging a new RAID error that can be returned on
new ipr adapters.
Signed-off-by: default avatarBrian King <brking@us.ibm.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 3f8107b2
......@@ -312,6 +312,8 @@ struct ipr_error_table_t ipr_error_table[] = {
"9041: Array protection temporarily suspended"},
{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"},
{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