public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fixes for device probing on flaky connections
@ 2022-06-15 16:41 mwilck
  2022-06-15 16:41 ` [PATCH 1/2] scsi: add BLIST_RETRY_SCAN to ignore errors during scanning mwilck
  2022-06-15 16:41 ` [PATCH 2/2] scsi: scan: retry INQUIRY after timeout mwilck
  0 siblings, 2 replies; 7+ messages in thread
From: mwilck @ 2022-06-15 16:41 UTC (permalink / raw)
  To: Martin K. Petersen
  Cc: Christoph Hellwig, linux-scsi, Hannes Reinecke, Ming Lei,
	Bart Van Assche, Martin Wilck

From: Martin Wilck <mwilck@suse.com>

We have seen device probing errors in FCoE uplink failover tests.
After device loss and link recovery, spurious packet loss in the fabric may
cause device rediscovery to fail. With the two following patches, the
rediscovery failure could be avoided.

Reviews and comments welcome,
Martin

Hannes Reinecke (1):
  scsi: add BLIST_RETRY_SCAN to ignore errors during scanning

Martin Wilck (1):
  scsi: scan: retry INQUIRY after timeout

 drivers/scsi/scsi_scan.c    | 17 ++++++++++++++---
 include/scsi/scsi_devinfo.h |  4 +++-
 2 files changed, 17 insertions(+), 4 deletions(-)

-- 
2.36.1


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

end of thread, other threads:[~2022-06-22 12:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-15 16:41 [PATCH 0/2] Fixes for device probing on flaky connections mwilck
2022-06-15 16:41 ` [PATCH 1/2] scsi: add BLIST_RETRY_SCAN to ignore errors during scanning mwilck
2022-06-22  2:02   ` Martin K. Petersen
2022-06-22  8:16     ` Martin Wilck
2022-06-22 10:49       ` Hannes Reinecke
2022-06-22 12:05         ` Martin Wilck
2022-06-15 16:41 ` [PATCH 2/2] scsi: scan: retry INQUIRY after timeout mwilck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox