K 10 svn:author V 3 mav K 8 svn:date V 27 2011-02-13T13:21:55.650000Z K 7 svn:log V 530 Add transformation module, handling different combinations of striping and adjacent mirroring in addition to specialized and more effective RAID0 and RAID1 modules. With two data copies and 4/6/... disks it will become RAID10, with 3/5/... disks it will become RAID1E, with 2 -- overloaded RAID1. With one data copy it will be overkilling RAID0, with 3+ copies it will be overredundant RAID1/1E/10. At this moment it can read/write/dump volumes with 2 data copies and 2+ disks. Rebuild, resync and recovery are missing for now. END