summaryrefslogtreecommitdiff
path: root/community/open-iscsi/open-iscsi.conf.d
blob: e611a89769a50fbd5ec29bdad76243aeb57bbee1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Parameters to be passed to the iscsid daemon.
ISCSID_ARGS=""

# iSCSI server IP which will be discovered by iscsiadm
SERVER=""

# mountpoints from fstab to mount (first entry will be mounted first, and so on)
# example: MOUNT=(/dev/sdb1 /dev/sdb2)
MOUNT=()

# wait n seconds before mounting connected nodes
SEC_BEFORE_MOUNT=2

# Extra arguments to pass to iscsiadm
ISCSIADM_EXTRAARGS=""