Indeed you used msdos partitions tables and at least that proves that there is no issue with the kernel version to build raid on this partitions table type (so samrise's issue is amazing)
if on your sda disk you have still this partitions tables (viewtopic.php?f=30&t=2168&start=10#p18188), maybe there is an issue if sda is an AF disk.
Indeed the end block of partition 4 and 8 is wrong and if you have an AF disk you have a misalignment issue between logical sectors (512) and physical sectors (4096)
A misalignment decreases drastically the I/O speeds.
Also your raid uses as metadata version 0.90 (default version) and then the superblock is written into a 64K aligned block that starts at least 64K and less than 128K from the end of the device. So on the misaligned block !
- Code: Select all
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 9 72 514080 83 Linux
/dev/sda2 73 136 514080 83 Linux
/dev/sda3 137 200 514080 82 Linux swap
/dev/sda4 201 121601 975153532+ 5 Extended
/dev/sda5 209 312 835380 83 Linux
/dev/sda6 321 328 64260 83 Linux
/dev/sda7 337 400 514080 83 Linux
/dev/sda8 409 121601 973482772+ 83 Linux
(121601-201+1)/8=121400,125
(121601-409+1)/8=121192,125
I don't known where you got this partition table
Please to note that the end block value is right with 121600 for the other disks.
First step, can you confirm me that you have an AF disk?