From: Brian King Date: Thu, 29 Mar 2007 17:43:37 +0000 (-0500) Subject: [SCSI] ipr: Disrupt device error X-Git-Tag: v2.6.22-rc1~1015^2~13 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e435340c4b583b4472dad1178029b8e3e7dafd0b;p=karo-tx-linux.git [SCSI] ipr: Disrupt device error Add entry in ipr error translation table for an error received when a device is forced into the failed state by the user. Signed-off-by: Brian King Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/ipr.c b/drivers/scsi/ipr.c index e1d24ddd8811..0251fd7272e0 100644 --- a/drivers/scsi/ipr.c +++ b/drivers/scsi/ipr.c @@ -360,6 +360,8 @@ struct ipr_error_table_t ipr_error_table[] = { "9072: Link not operational transition"}, {0x066B8200, 0, IPR_DEFAULT_LOG_LEVEL, "9032: Array exposed but still protected"}, + {0x066B8300, 0, IPR_DEFAULT_LOG_LEVEL + 1, + "70DD: Device forced failed by disrupt device command"}, {0x066B9100, 0, IPR_DEFAULT_LOG_LEVEL, "4061: Multipath redundancy level got better"}, {0x066B9200, 0, IPR_DEFAULT_LOG_LEVEL,