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 - If target-oriented access control mode is used, Default_ groups will first be created
8 as temporary groups and later renamed.
9 - Add the ability to specify options (ie: READ_ONLY) in assignments in scst.conf.
10 - Remove unused references to handler IOs that don't exist and cleanup the write
11 configuration function to only write vdisk and vcdrom devices. All other devices
12 are automatically claimed by their handler module. I'm not sure how this will work
13 with devices we wish to change handlers for.
14 - Minor fix to readConfig() which wasn't fully allowing for empty groups.
18 - Added the ability to specify options for -assigndev and -replacedev,
19 mainly READ_ONLY for now.
20 - Updated module to accept more than one option for assignDeviceToGroup() and
21 replaceDeviceInGroup().
22 - Incremented module version number and renamed module directory to reflect it.
26 - Added -moveuser, -renamegroup and -ReplaceDev options and necessary -to argument.
27 - Fixed minor bug in new renameGroup() method in SCST::SCST.
31 - Added -resyncdev option to work with the new SCST resync_size option.
32 - SCST.pm: Added resyncDevice()
33 - SCST.pm: General cleanup.
37 - Fixed a removeDevice() case when using -ForceConfig.
38 - SCST.pm: Cosmetic changes to error messages - include the handler name.
39 - SCST.pm: Quote handlers, handler IOs, devices, users and groups in error messages.
43 - Fixed a check in SCST::removeUser().
44 - Fixed enable/disable target and error produced.
45 - Minor cosmetic fixes.
49 - Added patch from Witold Kowolik to allow for qla_isp enable/disable
50 target mode. This is untested by me as I don't have one of these cards.
54 - Simplified/fixed options parsing. Thanks to Witold Kowolik.
55 - Use cluck() instead of print in module.
56 - Added a new option REMOVABLE.
57 - Allow options to be specified lowercase.
61 - Module install/uninstall added
62 - Added mapping NV -> NV_CACHE
66 - Added a proper Makefile.PL to SCST::SCST so now we have a also a
68 - Renamed Changes to ChangeLog
69 - Updated README to include instructions for installing the perl module.
70 - Renamed SCST perl module directory tp scst-0.7.4
71 - Added init enable instructions to "make install" and README file.
72 - Changed VERSION on top-level Makefile to MODULE_VERSION to be more clear.
76 - Updated SCST/SCST.pm to add one more option mapping NV -> NV_CACHE.
77 - Install/uninstall added.
79 Changes for 0.9.6-pre2:
81 - Updated SCST/SCST.pm for vdisk/vcdrom from cdrom_fileio/disk_fileio
82 - Updated scstadmin for vdisk/vcdrom...
83 - Minor updates to scst_db for vdisk/vcdrom - UNTESTED
84 - Enhanced error messages in SCST/SCST.pm. Now has new method errorString()
85 - Added additional error messaging to scstadmin
86 - Changed SCST/SCST.pm to look for vdisk/vdisk instead of vdisk/type for
87 valid device handler types.
88 - Fixed applyConfiguration() to remove entries before adding new ones.
89 - Fixed changes and differences counts
90 - Added intelligence around virtual/physical/performance type devices
91 - Fixed applyConfiguration() to apply a full config even in -ForceConfig mode
92 - Fixed device handler switches
93 - Fixed device assignment LUN changes
94 - Fixed handling of disabled handlers (like dev_disk, dev_cdrom, etc from compile time)
97 Changes for 0.9.5-pre0:
99 - Renamed scst to scstadmin
100 - Fixed writeConfiguration() to properly write DEVICE lines with no options
101 - Removed the comment which prevented a target from being enabled in enableTarget()
102 - Updated init.d/scst to use scstadmin instead of scst_db
103 - Fixup of README file
105 Changes for 0.9.2-pre2:
108 - Verify specified config file against live configuration and show differences
109 - Write config file based on live configuration
110 - Force-apply configuration, even config deletions with a force flag.
111 - Added new option types
112 - Added support for specifying a blocksize
113 - Added "-reload-config" to init script