Age | Commit message (Collapse) | Author | Files | Lines |
|
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
|
Differences from previous version:
+ when looking for the target name supplied by the initiator during full-phase
login, break out of the loop immediately a match is found.
+ only syslog information if it's available
+ Present multiple targets properly
+ Check that the initiator address is allowed to discover targets.
+ Log a LOG_INFO error if an initiator attempts to discover targets it
shouldn't be.
|
|
20060209. This is taken from the NetBSD src/dist/iscsi tree.
iSCSI 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.
To set up the target, you need to edit the /etc/iscsi/targets file.
It has a certain layout, to provide a means of (a) mirroring and (b)
combining multiple areas to present one large contiguous area of
storage. This can be multiply-layered.
This package will replace the earlier intel-iscsi package, on which it is
based.
|