mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 03:01:26 +00:00
Merge of mainline r2119:
Forgotten enabling iSCSI target driver noticed by Alex Crow <alex@nanogherkin.com> added git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.0.0.x@2120 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user