summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2008-04-20 05:19:49 -0500
committerMike Christie <michaelc@cs.wisc.edu>2008-04-20 14:38:42 -0500
commit1bcd3db15d847c712e0566fb0a9e4edb195e198a (patch)
tree43ce3f1d33edec2fa78dad95e9b110b73c6adf68 /etc
parentface1fca7f9f003eaa48f4c5cd27c0b2fab61256 (diff)
downloadopen-iscsi-1bcd3db15d847c712e0566fb0a9e4edb195e198a.tar.gz
set header digests to off by default
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Diffstat (limited to 'etc')
-rw-r--r--etc/iscsid.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/iscsid.conf b/etc/iscsid.conf
index 694f0dd..f2691ee 100644
--- a/etc/iscsid.conf
+++ b/etc/iscsid.conf
@@ -208,9 +208,9 @@ discovery.sendtargets.iscsi.MaxRecvDataSegmentLength = 32768
#node.conn[0].iscsi.HeaderDigest = None
#node.conn[0].iscsi.DataDigest = None
#
-# 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.
+# The default is to never use DataDigests or HeaderDigests.
+#
+
#************
# Workarounds