On Sat, 2005-09-03 at 14:30 +0200, Andreas Herrmann wrote: > zfcp: introduce eh_timed_out handler > > This handler is required to avoid offlined SCSI devices in a multipath > setup if scsi commands time out on cable pulls lasting longer than 30 > seconds. But that's not what the patch does. It short circuits the error handler globally, not just in the cable pulled case. For any error induced timeout, you're going to follow this logic. In particular, if the device itself actually has an issue and genuinely needs to be reset, that's never going to happen. Is this really what you want to do? James - : 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