From 805f38cd4f89768606a8a48f41a0a659e999237d Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Mon, 23 May 2011 19:24:41 +0000 Subject: [PATCH] Docs about how to migrate from the deprecated ib_srpt_target_X layout updated git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3472 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/srpt/README b/srpt/README index c63404af4..f3adf3a44 100644 --- a/srpt/README +++ b/srpt/README @@ -214,6 +214,11 @@ with the HCA node GUID as name: If you need deprecated target names in form ib_srpt_target_X, you should set use_node_guid_in_target_name parameter of module ib_srpt to 0. +To move from the deprecated ib_srpt_target_X layout you should replace +in your scst.conf all ib_srpt_target_X to the corresponding ports names, +like ib_srpt_target_0 to 0002:c902:0022:16f4, if ibv_devices reported +for this port/node GUID 0002c902002216f4. + Session names -------------