Path to this page:
./
net/netbsd-iscsi-initiator,
NetBSDs iSCSI initiator (per iSCSI RFC 3720)
Branch: CURRENT,
Version: 20111006,
Package name: netbsd-iscsi-initiator-20111006,
Maintainer: sborrilliSCSI is an IETF standard (RFC 3720) for remote access to block-level
storage. It can be thought of as similar to NFS, except that an NFS
server exports files; the iSCSI target exports blocks to the iSCSI
initiators, which are the clients.
The NetBSD iSCSI initiator is based on FUSE/ReFUSE, and provides a
portable initiator for any operating system with a FUSE-like
interface.
Required to run:[
devel/netbsd-iscsi-lib]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 522.722 KB
Version history: (Expand)
- (2012-06-11) Package has been reborn
- (2012-06-11) Package deleted from pkgsrc
- (2011-10-06) Updated to version: netbsd-iscsi-initiator-20111006
- (2010-06-04) Package added to pkgsrc.se, version netbsd-iscsi-initiator-20100416 (created)
CVS history: (Expand)
2021-05-14 14:34:11 by Nia Alarie | Files touched by this commit (1) |
Log message:
netbsd-iscsi-initiator: needs fuse
|
2016-03-01 21:10:21 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Request kernel types on NetBSD.
|
2013-04-06 17:46:40 by Blue Rats | Files touched by this commit (52) |
Log message:
'You can use "foo" instead of "${WRKSRC}/foo".'
|
2011-10-06 16:20:41 by Stephen Borrill | Files touched by this commit (1) |
Log message:
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).
|
2010-06-04 18:07:51 by Stephen Borrill | Files touched by this commit (5) | |
Log message:
Move from devel to net
|