Re: [PATCH 4/5] scsi: add new async device reset support

2016-05-31 Thread Mike Christie
On 05/31/2016 02:38 PM, Mike Christie wrote: > On 05/30/2016 01:27 AM, Hannes Reinecke wrote: >> On 05/25/2016 09:55 AM, mchri...@redhat.com wrote: >>> From: Mike Christie >>> >>> Currently, if the SCSI eh runs then before we do a LUN_RESET >>> we stop the host. This patch and the block layer one

Re: [PATCH 4/5] scsi: add new async device reset support

2016-05-31 Thread Mike Christie
On 05/31/2016 02:38 PM, Mike Christie wrote: > On 05/30/2016 01:27 AM, Hannes Reinecke wrote: >> On 05/25/2016 09:55 AM, mchri...@redhat.com wrote: >>> From: Mike Christie >>> >>> Currently, if the SCSI eh runs then before we do a LUN_RESET >>> we stop the host. This patch and the block layer one

Re: [PATCH 4/5] scsi: add new async device reset support

2016-05-31 Thread Mike Christie
On 05/30/2016 01:27 AM, Hannes Reinecke wrote: > On 05/25/2016 09:55 AM, mchri...@redhat.com wrote: >> From: Mike Christie >> >> Currently, if the SCSI eh runs then before we do a LUN_RESET >> we stop the host. This patch and the block layer one before it >> begin to add infrastructure to be able

Re: [PATCH 4/5] scsi: add new async device reset support

2016-05-29 Thread Hannes Reinecke
On 05/25/2016 09:55 AM, mchri...@redhat.com wrote: > From: Mike Christie > > Currently, if the SCSI eh runs then before we do a LUN_RESET > we stop the host. This patch and the block layer one before it > begin to add infrastructure to be able to do a LUN_RESET and > eventually do a transport lev

Re: [PATCH 4/5] scsi: add new async device reset support

2016-05-27 Thread Hannes Reinecke
On 05/27/2016 10:23 AM, Christoph Hellwig wrote: Adding Hannes to the Cc list as he's been looking into EH improvements in this area. On Wed, May 25, 2016 at 02:55:02AM -0500, mchri...@redhat.com wrote: From: Mike Christie Currently, if the SCSI eh runs then before we do a LUN_RESET we stop t

Re: [PATCH 4/5] scsi: add new async device reset support

2016-05-27 Thread Christoph Hellwig
Adding Hannes to the Cc list as he's been looking into EH improvements in this area. On Wed, May 25, 2016 at 02:55:02AM -0500, mchri...@redhat.com wrote: > From: Mike Christie > > Currently, if the SCSI eh runs then before we do a LUN_RESET > we stop the host. This patch and the block layer one