[SCSI] qla2xxx: Propogate transport disrupted status for cable pull conditions for faster failover.
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:
parent
5544213be7
commit
03c3f563c5
@ -1692,6 +1692,9 @@ qla2x00_status_entry(scsi_qla_host_t *vha, struct rsp_que *rsp, void *pkt)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case CS_RESET:
|
case CS_RESET:
|
||||||
|
cp->result = DID_TRANSPORT_DISRUPTED << 16;
|
||||||
|
break;
|
||||||
|
|
||||||
case CS_ABORTED:
|
case CS_ABORTED:
|
||||||
cp->result = DID_RESET << 16;
|
cp->result = DID_RESET << 16;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user