File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / istgt / Attic / istgtcontrol.conf.sample
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Fri Oct 12 08:22:44 2012 UTC (11 years, 9 months ago) by misho
Branches: MAIN
CVS tags: elwix2_2, elwix2_1, elwix2_0, elwix1_9_mips, elwix1_9, elwix1_8, elwix1_7, HEAD, ELWIX2_1, ELWIX2_0, ELWIX1_9, ELWIX1_8, ELWIX1_7, ELWIX1_6
ELWIX 1.6

    1: # istgtcontrol configuration file
    2: #
    3: [Global]
    4:   Comment "sample configuration"
    5:   # default values can be overrided by command line switch.
    6: 
    7:   # socket I/O timeout sec.
    8:   Timeout 60
    9: 
   10:   # authentication information
   11:   #AuthMethod Auto
   12:   AuthMethod CHAP Mutual
   13:   Auth "testuser" "secret" "mutual user" "mutual secret"
   14:   #AuthMethod CHAP
   15:   #Auth "testuser" "secret"
   16: 
   17:   # default controller's host name or IP and port
   18:   Host localhost
   19:   #Host 192.168.2.36
   20:   Port 3261
   21: 
   22:   # default target name and LUN
   23:   #TargetName "iqn.xxxx"
   24:   TargetName "iqn.2007-09.jp.ne.peach:dvd1"
   25:   Lun 0
   26: 
   27:   # removable file's flag, initial size if creating
   28:   # ro: read only, rw: read and write
   29:   # auto: use existing size or minimum size
   30:   Flags "ro"
   31:   Size "auto"

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>