summaryrefslogtreecommitdiff
path: root/etc/iscsid.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/iscsid.conf')
-rw-r--r--etc/iscsid.conf15
1 files changed, 10 insertions, 5 deletions
diff --git a/etc/iscsid.conf b/etc/iscsid.conf
index 64127b7..81f464b 100644
--- a/etc/iscsid.conf
+++ b/etc/iscsid.conf
@@ -153,6 +153,16 @@ node.session.iscsi.MaxBurstLength = 16776192
# the default is 131072
node.conn[0].iscsi.MaxRecvDataSegmentLength = 131072
+
+# To specify the maximum number of data bytes the initiator can receive
+# in an iSCSI PDU from a target during a discovery session, edit the
+# following line.
+#
+# The value is the number of bytes in the range of 512 to (2^24-1) and
+# the default is 32768
+#
+discovery.sendtargets.iscsi.MaxRecvDataSegmentLength = 32768
+
# To allow the targets to control the setting of the digest checking,
# with the initiator requesting a preference of enabling the checking, uncomment# one or both of the following lines:
#node.conn[0].iscsi.HeaderDigest = CRC32C,None
@@ -177,8 +187,3 @@ node.conn[0].iscsi.MaxRecvDataSegmentLength = 131072
# The default is to never use DataDigests and to allow the target to control
# the setting of the HeaderDigest checking with the initiator requesting
# a preference of disabling the checking.
-
-#
-# To enable the iSNS server
-#isns.address = 192.168.0.1
-#isns.port = 3205