Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136257
b: refs/heads/master
c: 4d086f6
h: refs/heads/master
i:
  136255: 02c7edf
v: v3
  • Loading branch information
Ilgu Hong authored and James Bottomley committed Mar 12, 2009
1 parent 7ae7d16 commit 2512f5f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 49baef0a5dc3c964601c656c1bb2c3458a6934c6
refs/heads/master: 4d086f6baf73c02d12482c27c9f1e0682825ca13
9 changes: 9 additions & 0 deletions trunk/drivers/scsi/device_handler/scsi_dh_alua.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,15 @@ static int alua_check_sense(struct scsi_device *sdev,
*/
return ADD_TO_MLQUEUE;
}
if (sense_hdr->asc == 0x3f && sense_hdr->ascq == 0x0e) {
/*
* REPORTED_LUNS_DATA_HAS_CHANGED is reported
* when switching controllers on targets like
* Intel Multi-Flex. We can just retry.
*/
return ADD_TO_MLQUEUE;
}

break;
}

Expand Down

0 comments on commit 2512f5f

Please sign in to comment.