diff --git a/srpt/Testing.txt b/srpt/Testing.txt index f4475e32e..09b9a39d0 100644 --- a/srpt/Testing.txt +++ b/srpt/Testing.txt @@ -62,12 +62,19 @@ Index: srpt/src/ib_srpt.c /* create cm reply */ * Verify that a SCSI reset works properly by running the following command - on an initiator system (note: even with the latest Linux SRP initiator, the - command below triggers a kernel bug -- see also + on an initiator system (note: with older kernel versions the command below + triggers a bug in the Linux SRP initiator -- see also https://bugzilla.kernel.org/show_bug.cgi?id=13893): + (target) + echo add debug > /sys/kernel/scst_tgt/targets/ib_srpt/trace_level + + (initiator) sg_reset -d ${initiator_device} + Verify that the target logged that it has processed a SRP_TSK_LUN_RESET + message. + * Run the following command on a target system: while true; do /etc/init.d/scst stop; sleep 3; /etc/init.d/scst start; sleep 5; done