Files
scst/scstadmin/Changes
T
Mark Buechler f6ba07057d - 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
2007-06-19 20:21:27 +00:00

29 lines
1.1 KiB
Plaintext

Changes since 0.9.2-pre2:
- List SCST sessions
- Verify specified config file against live configuration and show differences
- Write config file based on live configuration
- Force-apply configuration, even config deletions with a force flag.
- Added new option types
- Added support for specifying a blocksize
- Added "-reload-config" to init script
Changes since 0.9.5-pre0:
- Renamed scst to scstadmin
- Fixed writeConfiguration() to properly write DEVICE lines with no options
- Removed the comment which prevented a target from being enabled in enableTarget()
- Updated init.d/scst to use scstadmin instead of scst_db
- Fixup of README file
Changes since 0.9.6-pre2:
- Updated SCST/SCST.pm for vdisk/vcdrom from cdrom_fileio/disk_fileio
- Updated scstadmin for vdisk/vcdrom...
- Minor updates to scst_db for vdisk/vcdrom - UNTESTED
- Enhanced error messages in SCST/SCST.pm. Now has new method errorString()
- Added additional error messaging to scstadmin
- Changed SCST/SCST.pm to look for vdisk/vdisk instead of vdisk/type for
valid device handler types.
- Minor bug fixes