From 5d4789c8c02aa4fc946ac2379d537598bb5c4f4e Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Wed, 15 Aug 2007 09:59:46 +0000 Subject: [PATCH] ISCSI-SCST updates git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@163 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- www/scst_page.html | 102 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 100 insertions(+), 2 deletions(-) diff --git a/www/scst_page.html b/www/scst_page.html index 63546e8fc..7b5940469 100644 --- a/www/scst_page.html +++ b/www/scst_page.html @@ -201,6 +201,104 @@ enabling/disabling target mode on your target SCSI controller.

Download

+
+

ISCSI target driver iSCSI-SCST
+

+
+

ISCSI-SCST is a forked (with all respects) version of IET with +updates to work over SCST as well as with many improvements and +bugfixes. The reason of fork is that the necessary changes are +intrusive and with the current IET merge policy, where only simple +bugfix-like patches, which doesn't touch the core code, could be +merged, it is very unlikely that they will be merged in the main IET +trunk.
+

+

ISCSI-SCST has the following major advantages over the mainline IET:
+

+ + + + +

Also, in contrast to IET, iSCSI-SCST is open for any new +development, modifications and improvements, so people who want to fix +or implement something new will not have to keep and maintain separate +patches as it is currently necessary with IET. ISCSI-SCST is going to +be actively developed and gain in the future new features like support +for multiple connections per session, error recovery levels >0, +etc., which eventually make it really "enterprise".
+

+

ISCSI-SCST is available for download from the SCST SVN repository. See +above how to setup access to it.
+

+

After some testing for month-two, iSCSI-SCST is going to be fully +released.
+

+

If you are an IET user, please, before installation carefully read +README files of both iSCSI-SCST and the SCST core. Especially pay +attention that now the LUN information for iSCSI-SCST is configured not +using iscsi-scstd.conf file in /etc, but using corresponding SCST +facilities. This is because now the responsibilities are divided (as it +should be) between the target driver (iSCSI-SCST) and the SCST core. +The target driver is responsible for handling targets and their +parameters, SCST core is responsible for handling backstorage.
+

+

Target driver for QLogic 2200/2300 cards
@@ -231,7 +329,7 @@ to it.

Target driver for LSI/MPT cards

Target driver LSI/MPT cards was originally developed by Hu Gang, then Erik Habbinga has continued the development. This driver is on the -alpha stage and available from the SCST SVN repository. See above how to setup access to it.

@@ -257,7 +355,7 @@ One major difference of this driver from the above target driver for QLogic 2200/2300 cards is that it supports 24xx series of chipsets.

This driver is unstable and on the -alpha stage. It is available from the SCST SVN repository. See above how to setup access to it.