From 9fe06dd3fa08cdd45f802c0107a1a79eb2f68ffe Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Mon, 13 Sep 2010 21:38:20 +0000 Subject: [PATCH] Merge of mainline r2119: Forgotten enabling iSCSI target driver noticed by Alex Crow added git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.0.0.x@2120 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/doc/iscsi-scst-howto.txt | 2 ++ iscsi-scst/etc/scst.conf | 2 ++ scstadmin/README.sysfs | 4 ++++ 3 files changed, 8 insertions(+) diff --git a/iscsi-scst/doc/iscsi-scst-howto.txt b/iscsi-scst/doc/iscsi-scst-howto.txt index db73f22ca..20d0dc72c 100644 --- a/iscsi-scst/doc/iscsi-scst-howto.txt +++ b/iscsi-scst/doc/iscsi-scst-howto.txt @@ -85,6 +85,8 @@ HANDLER vdisk_fileio { } TARGET_DRIVER iscsi { + enabled 1 + TARGET iqn.2006-10.net.vlnb:tgt { LUN 0 disk01 LUN 1 disk02 diff --git a/iscsi-scst/etc/scst.conf b/iscsi-scst/etc/scst.conf index fc9fe2e5e..1525d4a53 100644 --- a/iscsi-scst/etc/scst.conf +++ b/iscsi-scst/etc/scst.conf @@ -10,6 +10,8 @@ HANDLER vdisk_fileio { } TARGET_DRIVER iscsi { + enabled 1 + TARGET iqn.2006-10.net.vlnb:tgt { LUN 0 disk01 LUN 1 disk02 diff --git a/scstadmin/README.sysfs b/scstadmin/README.sysfs index 710200ca9..375ca159b 100644 --- a/scstadmin/README.sysfs +++ b/scstadmin/README.sysfs @@ -144,6 +144,8 @@ For drivers which support virtual targets, like iSCSI, scstadmin will simply create them on the fly: TARGET_DRIVER iscsi { + enabled 1 + IncomingUser "joe 12charsecret" TARGET iqn.2006-10.net.vlnb:tgt { @@ -213,6 +215,8 @@ TARGET_DRIVER qla2x00t { } TARGET_DRIVER iscsi { + enabled 1 + IncomingUser "joe 12charsecret" TARGET iqn.2006-10.net.vlnb:tgt {