You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gerardo Zamudio
4d01b5ee49
|
4 years ago | |
---|---|---|
.. | ||
README | 4 years ago | |
doinst.sh | 4 years ago | |
open-iscsi.SlackBuild | 4 years ago | |
open-iscsi.info | 4 years ago | |
rc.open-iscsi | 4 years ago | |
slack-desc | 4 years ago |
README
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.