mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
Final version and docs update before pushing it into the stable branch
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2090 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -80,7 +80,9 @@ where:
|
||||
|
||||
- license_str - license of this module, for instance, "GPL", "GPL v2", or
|
||||
"Proprietary". This field serves the same purpose as macroses
|
||||
EXPORT_SYMBOL/EXPORT_SYMBOL_GPL of the Linux kernel.
|
||||
EXPORT_SYMBOL/EXPORT_SYMBOL_GPL of the Linux kernel. You can find
|
||||
more info about it, if you ask at license@scst-tgt.com e-mail
|
||||
address.
|
||||
|
||||
- type - SCSI type of the device.
|
||||
|
||||
|
||||
@@ -21,4 +21,4 @@
|
||||
#define ISCSI_VERSION_STRING_SUFFIX
|
||||
#endif
|
||||
|
||||
#define ISCSI_VERSION_STRING "2.0.0-rc2" ISCSI_VERSION_STRING_SUFFIX
|
||||
#define ISCSI_VERSION_STRING "2.0.0-rc3" ISCSI_VERSION_STRING_SUFFIX
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
/* Version numbers, the same as for the kernel */
|
||||
#define Q2T_VERSION(a, b, c, d) (((a) << 030) + ((b) << 020) + (c) << 010 + (d))
|
||||
#define Q2T_VERSION_CODE Q2T_VERSION(1, 0, 2, 0)
|
||||
#define Q2T_VERSION_STRING "2.0.0-rc2"
|
||||
#define Q2T_VERSION_STRING "2.0.0-rc3"
|
||||
#define Q2T_PROC_VERSION_NAME "version"
|
||||
|
||||
#define Q2T_MAX_CDB_LEN 16
|
||||
|
||||
@@ -72,7 +72,7 @@ typedef _Bool bool;
|
||||
#else
|
||||
#define SCST_VERSION_STRING_SUFFIX
|
||||
#endif
|
||||
#define SCST_VERSION_STRING "2.0.0-rc2" SCST_VERSION_STRING_SUFFIX
|
||||
#define SCST_VERSION_STRING "2.0.0-rc3" SCST_VERSION_STRING_SUFFIX
|
||||
#define SCST_INTERFACE_VERSION \
|
||||
SCST_VERSION_STRING "$Revision$" SCST_CONST_VERSION
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
#define DEV_USER_NAME "scst_user"
|
||||
#define DEV_USER_PATH "/dev/"
|
||||
#define DEV_USER_VERSION_NAME "2.0.0-rc2"
|
||||
#define DEV_USER_VERSION_NAME "2.0.0-rc3"
|
||||
#define DEV_USER_VERSION \
|
||||
DEV_USER_VERSION_NAME "$Revision$" SCST_CONST_VERSION
|
||||
|
||||
|
||||
@@ -2791,7 +2791,8 @@ static int dev_user_check_version(const struct scst_user_dev_desc *dev_desc)
|
||||
(strcmp(str, "Dual MIT/GPL") != 0) &&
|
||||
(strcmp(str, "Dual MPL/GPL") != 0)) {
|
||||
/* ->name already 0-terminated in dev_user_ioctl() */
|
||||
PRINT_ERROR("Unsupported license of user device %s (%s)",
|
||||
PRINT_ERROR("Unsupported license of user device %s (%s). "
|
||||
"Ask license@scst-tgt.com for more info.",
|
||||
dev_desc->name, str);
|
||||
res = -EPERM;
|
||||
goto out;
|
||||
|
||||
@@ -66,7 +66,7 @@ unsigned long trace_flag = DEFAULT_LOG_FLAGS;
|
||||
#endif /* defined(DEBUG) || defined(TRACING) */
|
||||
|
||||
#define DEF_BLOCK_SHIFT 9
|
||||
#define VERSION_STR "2.0.0-rc2"
|
||||
#define VERSION_STR "2.0.0-rc3"
|
||||
#define THREADS 7
|
||||
|
||||
#define MAX_VDEVS 10
|
||||
|
||||
@@ -218,6 +218,10 @@ to allocate too much memory for buffers and go into OOM state
|
||||
<tr>
|
||||
<td align="left"><b>Latencies measurement facility</b></td> <td> + </td> <td> - </td> <td> - </td> <td> - </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><b>Configuration tool with ability to automatically
|
||||
apply changes in the config file on fly without any restarts</b></td> <td> scstadmin </td> <td> - </td> <td> - </td> <td> - </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><b>SCSI MIBs</b></td> <td> - </td> <td> - </td> <td> - </td> <td> +-
|
||||
<sup><A HREF="#15">15</A></sup></td>
|
||||
|
||||
@@ -39,7 +39,8 @@
|
||||
<p>The latest stable released version of SCST core is 1.0.1.1. It requires Linux kernel 2.6.16 or higher.
|
||||
More detail information you could find in its README file.</p>
|
||||
|
||||
<p>But at the moment it is recommended to use instead version 2.0-rcX, which you can find in the SCST SVN.
|
||||
<p>But at the moment it is recommended to use instead version 2.0-rc3, which you can find in the 2.0.0.x
|
||||
branch in the SCST SVN.
|
||||
It has a lot of new features and generally should be more stable. Final 2.0 should be released in the next few weeks.</p>
|
||||
|
||||
<p>You can also download prebuilt SCST modules for
|
||||
|
||||
@@ -151,7 +151,6 @@
|
||||
<p><a href="http://iscsi-scst.sourceforge.net/SCST_Gentoo_HOWTO.txt">Gentoo HOWTO For iSCSI-SCST</a></p>
|
||||
<p><a href="qla2x00t-howto.html">HOWTO For QLogic Target Driver</a></p>
|
||||
<p><a href="http://lpfcxxxx.sourceforge.net/HOWTO.lpfc">HOWTO For Emulex lpfc Target Driver</a></p>
|
||||
<p><a href="scst_user_spec.txt">SCST User Interface Description</a></p>
|
||||
<p><a href="sgv_cache.txt">SCST SGV Cache Description</a></p>
|
||||
<h1>SCST 0.9.6 graphs</h1>
|
||||
<p><a href="images/init_scst.png">init_scst</a></p>
|
||||
|
||||
Reference in New Issue
Block a user