Re: [PATCH v5 09/10] scsi: scsi_debug: Add debugfs interface to fail target reset

From: Douglas Gilbert
Date: Sun Oct 08 2023 - 19:14:13 EST


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>