Забросил в десяточку 4 ssd, но был неприятно удивлен тем, что скорость записи по сравнению с 0 из таких же двух дисков меньше примерно на 100 МБ/с.
Можно ли это как то потюнить?
root@heaven:~# mdadm --detail /dev/md0
/dev/md0:
Version : 1.2
Creation Time : Tue Jan 21 22:51:20 2014
Raid Level : raid10
Array Size : 234306560 (223.45 GiB 239.93 GB)
Used Dev Size : 117153280 (111.73 GiB 119.96 GB)
Raid Devices : 4
Total Devices : 4
Persistence : Superblock is persistent
Update Time : Wed Jan 22 00:04:35 2014
State : clean
Active Devices : 4
Working Devices : 4
Failed Devices : 0
Spare Devices : 0
Layout : near=2
Chunk Size : 512K
Name : heaven:0 (local to host heaven)
UUID : 5155f4fc:50b2514c:98a29b0b:4644b1d6
Events : 26
Number Major Minor RaidDevice State
0 8 1 0 active sync /dev/sda1
1 8 17 1 active sync /dev/sdb1
2 8 33 2 active sync /dev/sdc1
3 8 49 3 active sync /dev/sdd1
root@haven:~# time dd if=/dev/zero of=/tmp/1 bs=1M count=256 conv=fdatasync
256+0 records in
256+0 records out
268435456 bytes (268 MB) copied, 1.04119 s, 258 MB/s
real 0m1.048s
user 0m0.000s
sys 0m0.328s
root@haven:~# hdparm -Tt /dev/md0
/dev/md0:
Timing cached reads: 13452 MB in 2.00 seconds = 6733.00 MB/sec
Timing buffered disk reads: 1884 MB in 3.00 seconds = 627.28 MB/sec