summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authormnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2007-02-21 18:27:14 +0000
committermnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2007-02-21 18:27:14 +0000
commit3ba9fcbe8ee8b5b475663a86f2dcfe00e024301e (patch)
tree37f9fbc111a2dad13bb4b28d535ed0d2336ba8ee /etc
parent40f17579b9143f120ac4193d361bd0a299202806 (diff)
downloadopen-iscsi-3ba9fcbe8ee8b5b475663a86f2dcfe00e024301e.tar.gz
check some iscsi and initiator settings before use and drop down to defaults if invalid values are passed in
git-svn-id: svn://svn.berlios.de/open-iscsi@776 d7303112-9cec-0310-bdd2-e83a94d6c2b6
Diffstat (limited to 'etc')
-rw-r--r--etc/iscsid.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/iscsid.conf b/etc/iscsid.conf
index 52cf277..ba3c9bf 100644
--- a/etc/iscsid.conf
+++ b/etc/iscsid.conf
@@ -131,8 +131,8 @@ node.session.iscsi.MaxBurstLength = 16776192
# in an iSCSI PDU from a target, edit the following line.
#
# The value is the number of bytes in the range of 512 to (2^24-1) and
-# the default is 65536
-node.conn[0].iscsi.MaxRecvDataSegmentLength = 65536
+# the default is 131072
+node.conn[0].iscsi.MaxRecvDataSegmentLength = 131072
# 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: