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

-- 
boot-time race condition initializing md
https://bugs.launchpad.net/bugs/103177
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to