From 0fd03d44b1c935cf82b42ff5ffbb68ca16bcf973 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 18 Dec 2012 09:51:08 +0000 Subject: [PATCH] srpt/Testing.txt: Limit to 80 columns git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4652 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/Testing.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/srpt/Testing.txt b/srpt/Testing.txt index 8a72cd6bb..4e6b52ad3 100644 --- a/srpt/Testing.txt +++ b/srpt/Testing.txt @@ -78,12 +78,15 @@ Index: srpt/src/ib_srpt.c * 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 + while true; do \ + /etc/init.d/scst stop; sleep 3; /etc/init.d/scst start; sleep 5; \ + done and the following commands on an initiator system: target_id="$(/usr/sbin/ibsrpdm -c -d /dev/infiniband/umad0)" - while true; do date; rmmod ib_srp; modprobe ib_srp; echo "${target_id}" > /sys/class/infiniband_srp/srp-mlx4_0-1/add_target; sleep 2; done + while true; do date; rmmod ib_srp; modprobe ib_srp; echo "${target_id}" \ + > /sys/class/infiniband_srp/srp-mlx4_0-1/add_target; sleep 2; done and verify that nothing unexpected happens.