diff --git a/www/comparison.html b/www/comparison.html index ea19840a3..dcc648b32 100644 --- a/www/comparison.html +++ b/www/comparison.html @@ -169,13 +169,13 @@ ORDERED commands
Support for PERSISTENT RESERVE IN and PERSISTENT RESERVE OUT is required to - work in many cluster environments, e.g. Windows 2003 Cluster.
- -For implementation you should use scst_reserve_local() and - scst_release_local() as a base. You should store all reservation keys - for in files in /var/scst, one file per device - (it would allow to eliminate additional locking), like - /var/scst/boot_disk for device "boot_disk" and load them in memory, when - device would be registered.
- -In the first version it can be done for virtual - devices only and reject PERSISTENT RESERVE IN and OUT commands for - pass-through devices with "COMMAND NOT SUPPORTED" sense data.
-At the moment, if an initiator or several initiators simultaneously send to diff --git a/www/index.html b/www/index.html index c3cb12a84..089fe3f14 100644 --- a/www/index.html +++ b/www/index.html @@ -39,7 +39,8 @@ Linux kernel as well as between Linux kernel and storage backend handlers, connecting target drivers with real or emulated storage backend. -
SCST allows creation of sophisticated storage devices, which provide advanced +
SCST allows creation of sophisticated storage devices from any Linux box. Those + devices can provide advanced functionality, like replication, thin provisioning, deduplication, high availability, automatic backup, etc. Another class of such devices diff --git a/www/iscsi-scst/index.html b/www/iscsi-scst/index.html index 427084633..5833f3203 100644 --- a/www/iscsi-scst/index.html +++ b/www/iscsi-scst/index.html @@ -76,7 +76,8 @@