mbox series

[0/2] scsi/sd: make cmd retries configurable

Message ID 1600714109-6178-1-git-send-email-michael.christie@oracle.com
Headers show
Series scsi/sd: make cmd retries configurable | expand

Message

Mike Christie Sept. 21, 2020, 6:48 p.m. UTC
The following patches made over Martin's 5.10 queue branch allow
the user to config sd cmd retries. I didn't allow the user to
set any old value and kept the max at 5. However, you can now
turn it off and rely on the transport error handler to decide
when to stop retrying. You can also decrease retries for cases
for disks where there is no use in retrying 5 times.