From b86ea972417dc0d5e622babb5033afadc1fc7e4b Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 4 Jun 2011 13:45:16 +0000 Subject: [PATCH] ib_srpt: Update test plan git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3529 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/Testing.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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