Re: [PATCH 2/2] libiscsi: Check for empty cmdqueue in iscsi_eh_cmd_timed_out

2009-06-24 Thread Mike Christie
On 06/24/2009 09:40 AM, Hannes Reinecke wrote: During heavy I/O the scsi cmd might be stuck in the cmdqueue and hasn't even been sent at the time the command timeout strikes. So we should be resetting the command timer here and not aborting the command. Signed-off-by: Hannes

Re: [PATCH 2/2] libiscsi: Check for empty cmdqueue in iscsi_eh_cmd_timed_out

2009-06-24 Thread Mike Christie
On 06/24/2009 03:52 PM, Mike Christie wrote: On 06/24/2009 09:40 AM, Hannes Reinecke wrote: During heavy I/O the scsi cmd might be stuck in the cmdqueue and hasn't even been sent at the time the command timeout strikes. So we should be resetting the command timer here and not aborting the