forked from pool/open-iscsi
18 lines
432 B
Plaintext
18 lines
432 B
Plaintext
## Path: Network/iSCSI/Client
|
|
## Description: iSCSI Default Portal
|
|
## Type: string
|
|
## Default: ""
|
|
#
|
|
# The iSCSI Default Portal to use on startup. Use either the hostname
|
|
# or IP number of the machine providing the iSCSI Targets to use
|
|
#
|
|
ISCSI_PORTAL=""
|
|
|
|
## Type: list(sendtargets,isns,slp)
|
|
## Default: sendtargets
|
|
#
|
|
# The iSCSI discovery method to use. Currently only 'sendtargets' is
|
|
# implemented.
|
|
#
|
|
ISCSI_DISCOVERY="sendtargets"
|