The latest stable version of SCST core is 0.9.5.2. It requires Linux kernel 2.6.14 or higher. Tested mostly on
+
The latest stable version of SCST core is 1.0.0. It requires Linux kernel 2.6.16 or higher. Tested mostly on
i386 and x86_64, but should also work on any other supported by Linux platform. More detail
information you could find in its README file.
The latest development version of SCST core, target drivers and
@@ -56,19 +56,23 @@
User space program fileio_tgt uses interface of SCST's scst_user dev
+ handler and allows to see how it works in various modes.
+ Fileio_tgt provides mostly the same functionality as the kernel space
+ SCST's scst_vdisk handler with the only exceptions that it supports
+ O_DIRECT mode and doesn't support BLOCKIO one. O_DIRECT mode is
+ basically the same as BLOCKIO, but also supports files, so for some
+ loads it could be significantly faster, than the regular FILEIO access.
+ All the words about BLOCKIO mode from SCST's README file apply to
+ O_DIRECT mode as well.
+
+
The latest stable version is 1.0.0. Requires SCST version 1.0.0 or higher.
+
You can find the latest development version of this handler in the SCST SVN. See the download page how to setup
+ access to it.
@@ -111,11 +112,15 @@
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: target driver is
responsible for handling targets and their parameters, SCST core is responsible for handling backstorage.
-
-
The latest stable version is 1.0.0. Requires Linux kernel version 2.6.16.x or higher and SCST version 1.0.0 or higher.
+ Tested mostly on i386 and x86_64, but should work on any other supported by Linux platform.
+
You can find the latest development version of this driver in the SCST SVN. See the download page how to setup
+ access to it.
This is target driver for QLogic 22xx/23xx Fibre Channel cards. It is stable and well tested.
-
The latest version is 0.9.5. Requires Linux kernel version 2.6.16.x or higher and SCST version 0.9.5.
+
The latest stable version is 1.0.0. Requires Linux kernel version 2.6.16.x or higher and SCST version 1.0.0 or higher.
Tested mostly on i386 and x86_64, but should work on any other supported by Linux platform.
You can find the latest development version of this driver in the SCST SVN. See the download page how to setup
access to it.
Driver operates on the same hardware as the qla2x00 target driver, but has one notable
advantage over it: support of 24xx series of QLogic adapters.
This driver is in beta stages. You may want to use it in production, but you need to test it for your hardware
- configuration. It is available for download from the SCST SVN repository. See the download page how to setup access
- to it.
+ configuration. The latest version is 1.0.0.
+
You can find the latest development version of this driver in the SCST SVN. See the download page how to setup
+ access to it.