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 {