mbox series

[0/2] Fixes for device probing on flaky connections

Message ID 20220615164149.3092-1-mwilck@suse.com
Headers show
Series Fixes for device probing on flaky connections | expand

Message

Martin Wilck June 15, 2022, 4:41 p.m. UTC
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(-)