summaryrefslogtreecommitdiff
path: root/net/netbsd-iscsi-initiator
diff options
context:
space:
mode:
authorsborrill <sborrill@pkgsrc.org>2011-10-06 14:20:40 +0000
committersborrill <sborrill@pkgsrc.org>2011-10-06 14:20:40 +0000
commit61a0d38feb19b418defc5592570c39e99fb51331 (patch)
tree3e52c8043bc9e5d6a505ad4c0933507897fe0653 /net/netbsd-iscsi-initiator
parent1f64cb8c375cd6b27bd3e361819dcdd44b6e3785 (diff)
downloadpkgsrc-61a0d38feb19b418defc5592570c39e99fb51331.tar.gz
Update to 20111006. Changes:
Provide function in libiscsi to return the compile-time limit on number of targets. Use this function in the initiator, to ensure that the same limit is used throughout (i.e. stop you attempting to compile the initiator with a different limit to the library - the initiator uses the library for most of its functionality). If truncating the number of targets in the initiator, truncate it to the correct amount, not half of what it should be. Obey RFC3720 when determining targets. SendTargets=All MUST be supported on a discovery session, and MUST NOT be supported on an operational session. Previously, SendTargets=All was used both in the initial discovery session and the later session. (from Daisuke Aoyama - author of istgt).
Diffstat (limited to 'net/netbsd-iscsi-initiator')
-rw-r--r--net/netbsd-iscsi-initiator/MESSAGE9
1 files changed, 9 insertions, 0 deletions
diff --git a/net/netbsd-iscsi-initiator/MESSAGE b/net/netbsd-iscsi-initiator/MESSAGE
new file mode 100644
index 00000000000..0e240d0422d
--- /dev/null
+++ b/net/netbsd-iscsi-initiator/MESSAGE
@@ -0,0 +1,9 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2011/10/06 14:20:40 sborrill Exp $
+
+The maximum number of targets supported by the initiator is set at
+the time netbsd-iscsi-lib was compiled. The default maximum is 16, but
+this can be altered by setting ISCSI_INITIATOR_MAX_TARGETS in
+/etc/mk.conf. If altered, netbsd-iscsi-lib must be rebuilt.
+
+===========================================================================