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:
Warner Losh
2025-12-11 21:21:51 -07:00
parent 8ac7a3801c
commit 478ac7dc2a
+1 -1
View File
@@ -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: