All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] scsi/sd: make cmd retries configurable
@ 2020-09-21 18:48 Mike Christie
  2020-09-21 18:48 ` [PATCH 1/2] scsi: Add limitless cmd retry support Mike Christie
  2020-09-21 18:48 ` [PATCH 2/2] scsi sd: Allow user to config cmd retries Mike Christie
  0 siblings, 2 replies; 13+ messages in thread
From: Mike Christie @ 2020-09-21 18:48 UTC (permalink / raw)
  To: martin.petersen, linux-scsi, james.bottomley

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.


^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH 0/2] scsi/sd: make disk cmd retries configurable V2
@ 2020-09-29 17:01 Mike Christie
  2020-09-29 17:01 ` [PATCH 1/2] scsi: Add limitless cmd retry support Mike Christie
  0 siblings, 1 reply; 13+ messages in thread
From: Mike Christie @ 2020-09-29 17:01 UTC (permalink / raw)
  To: martin.petersen, bvanassche, linux-scsi, james.bottomley

The following patches made over Martin's staging 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.

V2:
- Drop excess ()
- Add comment about forcing completion in the request sense
case
- Use kstrtoint


^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH V3 0/2] scsi/sd: make disk cmd retries configurable
@ 2020-10-01 15:35 Mike Christie
  2020-10-01 15:35 ` [PATCH 1/2] scsi: Add limitless cmd retry support Mike Christie
  0 siblings, 1 reply; 13+ messages in thread
From: Mike Christie @ 2020-10-01 15:35 UTC (permalink / raw)
  To: martin.petersen, bvanassche, linux-scsi, james.bottomley

The following patches made over Martin's staging 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.

V3:
- really drop excess ()s

V2:
- Drop excess ()
- Add comment about forcing completion in the request sense
case
- Use kstrtoint


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2020-10-07  3:48 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-21 18:48 [PATCH 0/2] scsi/sd: make cmd retries configurable Mike Christie
2020-09-21 18:48 ` [PATCH 1/2] scsi: Add limitless cmd retry support Mike Christie
2020-09-22  3:10   ` Bart Van Assche
2020-09-22 16:01     ` Mike Christie
2020-09-21 18:48 ` [PATCH 2/2] scsi sd: Allow user to config cmd retries Mike Christie
2020-09-22  3:22   ` Bart Van Assche
2020-09-22 16:07     ` Mike Christie
2020-09-29 17:01 [PATCH 0/2] scsi/sd: make disk cmd retries configurable V2 Mike Christie
2020-09-29 17:01 ` [PATCH 1/2] scsi: Add limitless cmd retry support Mike Christie
2020-10-01  2:52   ` Bart Van Assche
2020-10-01 15:22     ` Mike Christie
2020-10-01 15:35 [PATCH V3 0/2] scsi/sd: make disk cmd retries configurable Mike Christie
2020-10-01 15:35 ` [PATCH 1/2] scsi: Add limitless cmd retry support Mike Christie
2020-10-02  2:38   ` Bart Van Assche
2020-10-07  3:47   ` Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.