On Wed, Aug 10, 2022 at 12:06:41PM -0500, Mike Christie wrote: > 2. Instead of trying to make it general for all scsi_execute_users, we can > add SCMD bits for specific cases like DID_TIME_OUT or a SCMD bit that tells > scsi_noretry_cmd to not always fail passthrough commands just because they > are passthrough. It would work the opposite of the FASTFAIL bits where instead > of failing fast, we retry. Yes, I think this is closer to what I'd like to see. Although I wonder if we should turn it around and require the FAILFAST bits to opt out of automatic retries even for passthrough, even if that turns into a major audit.