Re: Meaning of SCSI return codes?

2013-02-18 Thread yying . bj
what sd 5:0:0:0: SCSI error: return code = 0x000f means? On Thursday, September 13, 2007 2:48:45 PM UTC-5, Mike Anderson wrote: Mike Christie mich...@cs.wisc.edu javascript: wrote: DID_ABORT if the scsi error handler asked us to abort a command and it was successfully aborted we fail

Re: Meaning of SCSI return codes?

2013-02-18 Thread Michael Christie
#define DID_TRANSPORT_FAILFAST 0x0f /* Transport class fastfailed the io */ It means the replacement/recovery timeout fired and the iscsi/scsi layer failed the IO. On Feb 18, 2013, at 12:26 PM, yying...@gmail.com wrote: what sd 5:0:0:0: SCSI error: return code = 0x000f means? On