On 05/25/2016 09:54 AM, mchristi@xxxxxxxxxx wrote: > Currently, for SCSI LUN_RESETs the target layer can only wait on > bio/requests it has sent. This normally results in the LUN_RESET > timing out on the initiator side and that SCSI error handler > escalating to something more disruptive. > > To fix this, the following patches add a block layer helper and > callout to reset a request queue which the target layer can use > to force drivers to complete/fail executing requests. > > Patches were made over Jens's block tree's for-next branch. > In general I like the approach, it just looks as if the main aim (ie running a LUN RESET concurrent with normal I/O on other devices) is not quite reached. The general concept of eh_async_device_reset() is quite nice, and renaming existing functions for doing so is okay, too. It's just the integration with SCSI EH which is somewhat deficient (as outlined in the comment on patch 3). For the async device reset to work we'd need to call it _before_ SCSI EH is started, ie after the asynchronous command abort failed. The easiest way would be to add per-device reset workqueue item, which would be called whenever command abort failed. As it's being per device we'd be getting an implicit serialisation, and we could skip the lun reset from EH. But then I'm not sure if we want to add yet another workqueue to the scsi device ... Cheers, Hannes -- Dr. Hannes Reinecke Teamlead Storage & Networking hare@xxxxxxx +49 911 74053 688 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: F. Imendörffer, J. Smithard, J. Guild, D. Upmanyu, G. Norton HRB 21284 (AG Nürnberg) -- 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