Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148035
b: refs/heads/master
c: 8f03226
h: refs/heads/master
i:
  148033: 52df8b9
  148031: fb6db9f
v: v3
  • Loading branch information
Chauhan, Vijay authored and James Bottomley committed May 20, 2009
1 parent dcfa998 commit 13d6042
Show file tree
Hide file tree
Showing 2 changed files with 7 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: fa8584566cc9cdaf067dbc12132792887a521da9
refs/heads/master: 8f03226358972f93cd45be0a710927cbb7fd5127
6 changes: 6 additions & 0 deletions trunk/drivers/scsi/device_handler/scsi_dh_rdac.c
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,12 @@ static int rdac_check_sense(struct scsi_device *sdev,
struct rdac_dh_data *h = get_rdac_data(sdev);
switch (sense_hdr->sense_key) {
case NOT_READY:
if (sense_hdr->asc == 0x04 && sense_hdr->ascq == 0x01)
/* LUN Not Ready - Logical Unit Not Ready and is in
* the process of becoming ready
* Just retry.
*/
return ADD_TO_MLQUEUE;
if (sense_hdr->asc == 0x04 && sense_hdr->ascq == 0x81)
/* LUN Not Ready - Storage firmware incompatible
* Manual code synchonisation required.
Expand Down

0 comments on commit 13d6042

Please sign in to comment.