BUG: IOCTL_SCSI_RESCAN_BUS Finds New TargetIds, Not New LUNsID: Q141988
|
When the SCSIPORT driver rescans the SCSI bus because of an IOCTL_SCSI_RESCAN_BUS request, the SCSIPORT driver only finds new TargetIds, not new LUNs. If the TargetId matches an existing TargetId, SCSIPORT will not recognize a new device even if the LUNs are different.
When SCSIPORT gets the IOCTL_SCSI_RESCAN_BUS command, it only checks that the TargetId doesn't match an existing TargetId rather than checking that both the TargetId and LUN are not currently known.
Microsoft has confirmed this to be a problem in the SCSIPORT driver. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
See the Win32 SDK (Software Development Kit) documentation for details on sending control codes using DeviceIoControl. See the Windows NT DDK documentation for details on the various control codes supported by the SCSI drivers.
Additional query words: 3.50
Keywords : ntddkstorage
Version : 3.50 3.51
Platform : NT WINDOWS
Issue type :
Last Reviewed: March 4, 1999