On Thu, 2008-07-17 at 18:30 -0500, Mike Christie wrote: > Hannes Reinecke wrote: > > case NOT_READY: > > - if ((sshdr.asc == 0x04) && (sshdr.ascq == 3)) { > > - rc = SCSI_DH_RETRY; > > - h->retries++; > > + if ((sshdr.asc == 0x04) && (sshdr.ascq == 2)) { > > I forgot what we decided. Was this supposed to be 2 or 3? If it was 2, > then patch looks ok. > > Acked-by: Mike Christie <michaelc@xxxxxxxxxxx> Yes, for HP storage it's 2 ... that's initialising command required. James -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html