mirror of
https://github.com/SCST-project/scst.git
synced 2026-09-19 06:26:44 +00:00
- Updated for vdisk/vcdrom from disk_fileio/cdrom_fileio
- Added new errorString() method to SCST/SCST.pm containing error message of last error encountered. - Minor updates to scst_db - UNTESTED - Changed SCST/SCST.pm to look for files like vdisk/vdisk instead of vdisk/type to gather list of valid device handlers - Minor bug fixes git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@130 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -148,7 +148,7 @@ CREATE TABLE `scst_handlers` (
|
||||
|
||||
LOCK TABLES `scst_handlers` WRITE;
|
||||
/*!40000 ALTER TABLE `scst_handlers` DISABLE KEYS */;
|
||||
INSERT INTO `scst_handlers` VALUES (1,'disk','N'),(2,'disk_fileio','Y'),(3,'cdrom','N'),(4,'changer','N'),(5,'disk_perf','N'),(6,'modisk','N'),(7,'modisk_perf','N'),(8,'tape','N'),(9,'tape_perf','N');
|
||||
INSERT INTO `scst_handlers` VALUES (1,'disk','N'),(2,'vdisk','Y'),(3,'cdrom','N'),(4,'changer','N'),(5,'disk_perf','N'),(6,'modisk','N'),(7,'modisk_perf','N'),(8,'tape','N'),(9,'tape_perf','N');
|
||||
/*!40000 ALTER TABLE `scst_handlers` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user