3 - Move a user from one group to another when applying the configuration instead
4 of deleting from one and adding to another the same user.
5 - Replace a device on a given LUN when applying the configuration instead of removing
6 the old device and assigning the new one.
7 - Add the ability to specify options (ie: READ_ONLY) in assignments in scst.conf.
8 - Remove unused references to handler IOs that don't exist and cleanup the write
9 configuration function to only write vdisk and vcdrom devices. All other devices
10 are automatically claimed by their handler module. I'm not sure how this will work
11 with devices we wish to change handlers for.
12 - Minor fix to readConfig() which wasn't fully allowing for empty groups.
16 - Added the ability to specify options for -assigndev and -replacedev,
17 mainly READ_ONLY for now.
18 - Updated module to accept more than one option for assignDeviceToGroup() and
19 replaceDeviceInGroup().
20 - Incremented module version number and renamed module directory to reflect it.
24 - Added -moveuser, -renamegroup and -ReplaceDev options and necessary -to argument.
25 - Fixed minor bug in new renameGroup() method in SCST::SCST.
29 - Added -resyncdev option to work with the new SCST resync_size option.
30 - SCST.pm: Added resyncDevice()
31 - SCST.pm: General cleanup.
35 - Fixed a removeDevice() case when using -ForceConfig.
36 - SCST.pm: Cosmetic changes to error messages - include the handler name.
37 - SCST.pm: Quote handlers, handler IOs, devices, users and groups in error messages.
41 - Fixed a check in SCST::removeUser().
42 - Fixed enable/disable target and error produced.
43 - Minor cosmetic fixes.
47 - Added patch from Witold Kowolik to allow for qla_isp enable/disable
48 target mode. This is untested by me as I don't have one of these cards.
52 - Simplified/fixed options parsing. Thanks to Witold Kowolik.
53 - Use cluck() instead of print in module.
54 - Added a new option REMOVABLE.
55 - Allow options to be specified lowercase.
59 - Module install/uninstall added
60 - Added mapping NV -> NV_CACHE
64 - Added a proper Makefile.PL to SCST::SCST so now we have a also a
66 - Renamed Changes to ChangeLog
67 - Updated README to include instructions for installing the perl module.
68 - Renamed SCST perl module directory tp scst-0.7.4
69 - Added init enable instructions to "make install" and README file.
70 - Changed VERSION on top-level Makefile to MODULE_VERSION to be more clear.
74 - Updated SCST/SCST.pm to add one more option mapping NV -> NV_CACHE.
75 - Install/uninstall added.
77 Changes for 0.9.6-pre2:
79 - Updated SCST/SCST.pm for vdisk/vcdrom from cdrom_fileio/disk_fileio
80 - Updated scstadmin for vdisk/vcdrom...
81 - Minor updates to scst_db for vdisk/vcdrom - UNTESTED
82 - Enhanced error messages in SCST/SCST.pm. Now has new method errorString()
83 - Added additional error messaging to scstadmin
84 - Changed SCST/SCST.pm to look for vdisk/vdisk instead of vdisk/type for
85 valid device handler types.
86 - Fixed applyConfiguration() to remove entries before adding new ones.
87 - Fixed changes and differences counts
88 - Added intelligence around virtual/physical/performance type devices
89 - Fixed applyConfiguration() to apply a full config even in -ForceConfig mode
90 - Fixed device handler switches
91 - Fixed device assignment LUN changes
92 - Fixed handling of disabled handlers (like dev_disk, dev_cdrom, etc from compile time)
95 Changes for 0.9.5-pre0:
97 - Renamed scst to scstadmin
98 - Fixed writeConfiguration() to properly write DEVICE lines with no options
99 - Removed the comment which prevented a target from being enabled in enableTarget()
100 - Updated init.d/scst to use scstadmin instead of scst_db
101 - Fixup of README file
103 Changes for 0.9.2-pre2:
106 - Verify specified config file against live configuration and show differences
107 - Write config file based on live configuration
108 - Force-apply configuration, even config deletions with a force flag.
109 - Added new option types
110 - Added support for specifying a blocksize
111 - Added "-reload-config" to init script