From 2d9473d0730bf6f585bccde537192f8526209e91 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Thu, 23 Sep 2010 18:57:13 +0000 Subject: [PATCH] Scstadmin now can create sessions, so update README git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2224 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst_local/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scst_local/README b/scst_local/README index f0c3bf820..830a92f05 100644 --- a/scst_local/README +++ b/scst_local/README @@ -55,8 +55,8 @@ Or for (3) you can: echo "add_target scst_local_tgt session_name=scst_local_host" >/sys/kernel/scst_tgt/targets/scst_local//mgmt echo "add vm_disk1 0" >/sys/kernel/scst_tgt/targets/scst_local/scst_local_tgt/luns/mgmt -Or instead of manually "add_device" in (2) and (3) write and scstadmin config -(doesn't create the session at the moment due to bug in scstadmin): +Or instead of manually "add_device" in (2) and step (3) write a +scstadmin config: HANDLER vdisk_fileio { DEVICE vm_disk1 { @@ -66,7 +66,7 @@ HANDLER vdisk_fileio { TARGET_DRIVER scst_local { TARGET scst_local_tgt { - session_name=scst_local_host + session_name scst_local_host LUN 0 vm_disk1 }