Hi - Could you tell me if there is any planned implementation of software RAID10 in the pipeline? Unfortunately as im using an external disk tray i cannot use hardware RAID
Printable View
Hi - Could you tell me if there is any planned implementation of software RAID10 in the pipeline? Unfortunately as im using an external disk tray i cannot use hardware RAID
A workaround, easier to implement would be to allow users to control how the logical volumes are created.
For example, in the case of a user who has a 14 disk JBOD, they could create 7 mirror pairs (md0 - md6) then create a VG with md0 - 6 and a logical volume striped across those disks. E.g lvcreate -L100G -n lv001 -i 7 -I 128k VG00 md0 md1 md2 md3 md4 md5 md6.
Sounds good, I'll order one now :)