Message ID | 20230922092906.2645265-1-haowenchao2@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | scsi:scsi_debug: Add error injection for single device | expand |
Doug, > The original error injection mechanism was based on scsi_host which > could not inject fault for a single SCSI device. > > This patchset provides the ability to inject errors for a single SCSI > device. Now we supports inject timeout errors, queuecommand errors, > and hostbyte, driverbyte, statusbyte, and sense data for specific SCSI > Command. Two new error injection is defined to make abort command or > reset LUN failed. Please review patches 7 through 10. Thank you!