On Thu, 2014-02-20 at 11:52 +0100, Bart Van Assche wrote:
> Do not log SCSI command failures that are the result of a transport
> layer failure, a SCSI abort or SCSI reset. This patch is a slightly
> modified version of a patch posted by Sebastian Riemer in March 2013
> (see also http://thread.gmane.org/gmane.linux.drivers.rdma/15020/).
> 
> This patch avoids that a system becomes unresponsive during failover
> of a large number of LUNs when kernel messages are logged to a serial
> console.

While I can see the utility for slow consoles, this should probably be
done in the SCSI lib, with a separate flag for indicating it is a
failure due to transport issues. That would allow the functionality to
be used by multiple drivers and verbosity configured in one place,
rather than patched in driver-by-driver.

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to