Re: [PATCH] scsi: sd: support specify probe type of build-in driver
From: Bart Van Assche
Date: Tue Jun 06 2023 - 13:38:33 EST
On 6/5/23 22:12, Jianlin Lv wrote:
In scenarios where SCSI disk name sensitivity is crucial, the probe type
of the build-in sd driver can be set to synchronous. As a result,
the scsi disk names are deterministic.
Which are these scenarios?
Additionally, how can synchronous scanning of sd devices make a
difference if there are multiple host bus adapters that use an interface
type that is scanned asynchronously?
Bart.