18 lines
416 B
Plaintext
18 lines
416 B
Plaintext
|
|
# This is a sample config file for tgt-admin.
|
||
|
|
#
|
||
|
|
# The "#" symbol disables the processing of a line.
|
||
|
|
|
||
|
|
# Set the driver. If not specified, defaults to "iscsi".
|
||
|
|
default-driver iscsi
|
||
|
|
|
||
|
|
# Set iSNS parameters, if needed
|
||
|
|
#iSNSServerIP 192.168.111.222
|
||
|
|
#iSNSServerPort 3205
|
||
|
|
#iSNSAccessControl On
|
||
|
|
#iSNS On
|
||
|
|
|
||
|
|
# Continue if tgtadm exits with non-zero code (equivalent of
|
||
|
|
# --ignore-errors command line option)
|
||
|
|
#ignore-errors yes
|
||
|
|
|