README 850 B

123456789101112131415161718192021
  1. The Open-iSCSI project is a high-performance, transport independent,
  2. multi-platform implementation of RFC3720 iSCSI.
  3. Open-iSCSI is partitioned into user and kernel parts.
  4. The kernel portion of Open-iSCSI is a from-scratch code
  5. licensed under GPL. The kernel part implements iSCSI data path
  6. (that is, iSCSI Read and iSCSI Write), and consists of three
  7. loadable modules: scsi_transport_iscsi.ko, libiscsi.ko and iscsi_tcp.ko.
  8. User space contains the entire control plane: configuration
  9. manager, iSCSI Discovery, Login and Logout processing,
  10. connection-level error processing, Nop-In and Nop-Out handling,
  11. and (in the future:) Text processing, iSNS, SLP, Radius, etc.
  12. The user space Open-iSCSI consists of a daemon process called
  13. iscsid, and a management utility iscsiadm.
  14. NOTE:
  15. open-isns is a build-time requirement, not a a run-time requirement.