On 2023-09-22 05:29, Wenchao Hao wrote:
The interface is found at /sys/kernel/debug/scsi_debug/target<h:c:t>/fail_reset where <h:c:t> identifies the target to inject errors on. It's a simple bool type interface which would make this target's reset fail if set to 'Y'. Signed-off-by: Wenchao Hao <haowenchao2@xxxxxxxxxx> Reported-by: kernel test robot <oliver.sang@xxxxxxxxx>
Tested by setting 'echo 1 > /sys/bus/pseudo/drivers/scsi_debug/opts' and observing 'tail -f /var/log/syslog'. Looks good including that fail_reset is readable so its current state can be checked. Tested-by: Douglas Gilbert <dgilbert@xxxxxxxxxxxx> <snip>