Comment 58 for bug 103177

Revision history for this message
Soheil Gharedaghi (isoheil-gharedaghi) wrote : when i restart my linux my md arrys lose

Hi

I have 4 hard devices and i create raid ARRY

/dev/sdb1 /dev/sdc1 /dev/sdd1 /dev/sde1

and i change file systems to linux auto detect raid and i create arry like this

mdadm -Cv /dev/md0 --level=0 --raid-devices=2 /dev/sdb1 /dev/sdc1 --chunk=128 (this arry created ok and worked)
&
mdadm -Cv /dev/md1 --level=0 --raid-devices=2 /dev/sdd1 /dev/sde1 --chunk=128 (this arry created ok and worked)

and i create this arry its create and worked when i restart my linux md2 its losed

mdadm -Cv /dev/md2 --level=1 --raid-devices=2 /dev/md0 /dev/md1 --chunk=128

syncing full on 60min when restart its lose