summaryrefslogtreecommitdiff
path: root/community/open-iscsi/open-iscsi.conf.d
diff options
context:
space:
mode:
Diffstat (limited to 'community/open-iscsi/open-iscsi.conf.d')
-rw-r--r--community/open-iscsi/open-iscsi.conf.d15
1 files changed, 15 insertions, 0 deletions
diff --git a/community/open-iscsi/open-iscsi.conf.d b/community/open-iscsi/open-iscsi.conf.d
new file mode 100644
index 000000000..e611a8976
--- /dev/null
+++ b/community/open-iscsi/open-iscsi.conf.d
@@ -0,0 +1,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=""