summaryrefslogtreecommitdiffstats
path: root/network/open-iscsi/README
diff options
context:
space:
mode:
author Wayne Cuddy2019-01-24 02:00:06 +0100
committer Willy Sudiarto Raharjo2019-01-24 02:00:06 +0100
commit2fac409655bbb5b1101976f0e2befb7779a5047e (patch)
treecc1bce084a6ea75a88a15f1d84648a581ad05d19 /network/open-iscsi/README
parentedbbdbf3cb82d8c5e165088ac32c3da069cdca38 (diff)
downloadslackbuilds-2fac409655bbb5b1101976f0e2befb7779a5047e.tar.gz
network/open-iscsi: Added (RFC3720 iSCSI Initiator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/open-iscsi/README')
-rw-r--r--network/open-iscsi/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/network/open-iscsi/README b/network/open-iscsi/README
new file mode 100644
index 0000000000..f33e734dfb
--- /dev/null
+++ b/network/open-iscsi/README
@@ -0,0 +1,20 @@
+The Open-iSCSI project is a high-performance, transport independent,
+multi-platform implementation of RFC3720 iSCSI.
+
+Open-iSCSI is partitioned into user and kernel parts.
+
+The kernel portion of Open-iSCSI is a from-scratch code
+licensed under GPL. The kernel part implements iSCSI data path
+(that is, iSCSI Read and iSCSI Write), and consists of three
+loadable modules: scsi_transport_iscsi.ko, libiscsi.ko and iscsi_tcp.ko.
+
+User space contains the entire control plane: configuration
+manager, iSCSI Discovery, Login and Logout processing,
+connection-level error processing, Nop-In and Nop-Out handling,
+and (in the future:) Text processing, iSNS, SLP, Radius, etc.
+
+The user space Open-iSCSI consists of a daemon process called
+iscsid, and a management utility iscsiadm.
+
+NOTE:
+open-isns is a build-time requirement, not a a run-time requirement.