mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-16 18:21:27 +00:00
- Fixed device handler switches - Fixed device assignment LUN changes - Fixed handling of disabled handlers (like dev_disk, dev_cdrom, etc from compile time) git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@134 d57e44dd-8a1f-0410-8b47-8ef2f437770f
36 lines
1.5 KiB
Plaintext
36 lines
1.5 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.
|
|
- Fixed applyConfiguration() to remove entries before adding new ones.
|
|
- Fixed changes and differences counts
|
|
- Added intelligence around virtual/physical/performance type devices
|
|
- Fixed applyConfiguration() to apply a full config even in -ForceConfig mode
|
|
- Fixed device handler switches
|
|
- Fixed device assignment LUN changes
|
|
- Fixed handling of disabled handlers (like dev_disk, dev_cdrom, etc from compile time)
|
|
- Minor bug fixes
|