14e195e620
Changes include - man page claims that you can use auth type = none, but in reality this didn't work (insisted on a username being given and then used, plus always advertised CHAP to the target). Make initiator work as advertised (i.e. defaults to auth type none and so don't require a username). - document -D option to iscsi-initiator - Remove hostname from pathname to storage in mount point. This means /mnt/mytarget.domain.local/target0/storage is now /mnt/target0/storage. - Note limitations of CHAP implementation in BUGS section. - Skip target if TargetName is empty. - Use relevant TargetAddress, not just first one we happen to find. - Handle NOP-OUT CmdSN and immediate bit. - Handle NOP-IN TransferTag=0xffffffff. - Interim solution for dealing with Underflow bit in iSCSI response. - iscsi-initiator now talks to istgt and other targets. - Retry read capacity. Device may not be ready on first access, so need to wait and re-issue.
17 lines
405 B
Text
17 lines
405 B
Text
# $NetBSD: Makefile.common,v 1.2 2011/02/22 13:33:22 sborrill Exp $
|
|
# Included by:
|
|
# net/netbsd-iscsi-target/Makefile
|
|
# net/netbsd-iscsi-initiator/Makefile
|
|
|
|
DISTNAME= netbsd-iscsi-20110222
|
|
MASTER_SITES= ${MASTER_SITE_BACKUP}
|
|
|
|
MAINTAINER= agc@NetBSD.org
|
|
HOMEPAGE= http://www.alistaircrooks.co.uk/software.html
|
|
LICENSE= modified-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
AUTO_MKDIRS= yes
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|