From 0ff548a598c6b3416a4407038d1120189c5fd0ed Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 25 Sep 2009 08:00:00 +0000 Subject: [PATCH] Fixed a typo in the documentation: replaced ipsrpdm by ibsrpdm. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1140 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/README | 4 ++-- srpt/README_in-tree | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srpt/README b/srpt/README index 7f802c0e2..a642e73e5 100644 --- a/srpt/README +++ b/srpt/README @@ -83,9 +83,9 @@ First of all, load the SRP kernel module as follows: modprobe ib_srp -Next, discover the new SRP target by running the ipsrpdm command: +Next, discover the new SRP target by running the ibsrpdm command: - ipsrpdm -c + ibsrpdm -c Now let the initiator system log in to the target system: diff --git a/srpt/README_in-tree b/srpt/README_in-tree index 1f21f6a60..6f8b3caaa 100644 --- a/srpt/README_in-tree +++ b/srpt/README_in-tree @@ -58,7 +58,7 @@ h. echo "add vdisk2 2" >/proc/scsi_tgt/groups/Default/devices B. On initiator machines you can manualy do the following steps: 1. modprobe ib_srp -2. ipsrpdm -c (to discover new SRP target) +2. ibsrpdm -c (to discover new SRP target) 3. echo > /sys/class/infiniband_srp/srp-mthca0-1/add_target 4. fdisk -l (will show new discovered scsi disks)