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

2023-10-08 Thread Douglas Gilbert
On 2023-09-22 05:29, Wenchao Hao wrote: The interface is found at /sys/kernel/debug/scsi_debug/target/fail_reset where 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 Reported-by: k

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

2023-09-22 Thread 'Wenchao Hao' via open-iscsi
The interface is found at /sys/kernel/debug/scsi_debug/target/fail_reset where 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 Reported-by: kernel test robot --- drivers/scsi/scsi_d