cam: Also reduce timeout for wlun probing
wlun probing was added after my initial work on this and was overlooked
in merging forward. Add the timeout here too, for the same reasons as
for REPORT LUNS. This doesn't change the default.
Fixes: 8ac7a3801c cam: Reduce overly long timeout values for initial device probing
Sponsored by: Netflix
Reviewed by: jaeyoon
Differential Revision: https://reviews.freebsd.org/D54184
This commit is contained in:
@@ -849,7 +849,7 @@ probestart(struct cam_periph *periph, union ccb *start_ccb)
|
||||
}
|
||||
scsi_report_luns(csio, 5, probedone, MSG_SIMPLE_Q_TAG,
|
||||
RPL_REPORT_WELLKNOWN, rp, periph->path->target->rpl_size,
|
||||
SSD_FULL_SIZE, 60000);
|
||||
SSD_FULL_SIZE, reportluns_timeout);
|
||||
break;
|
||||
}
|
||||
case PROBE_REPORT_LUNS:
|
||||
|
||||
Reference in New Issue
Block a user