Hi, all. I use disksim to simulate RAID5 disk arrays. My parv file is as follows:<br>//---------------------------------------<br>...logorg...<br>   Addressing mode = Parts,<br>   Distribution scheme = Striped,<br>   Redundancy scheme = Parity_rotated,<br>
...<br>//---------------------------------------<br><br>But when logorg_initialize() run, it change to  "maptype = ASIS; logorgs[i]->reduntype = PARITY_TABLE;" instead of "maptype = STRIPED; logorgs[i]->reduntype = PARITY_ROTATED;".<br>
<br>Do any one know the reason? <br>