[Bug 1202955] Re: (fakeraid) root device not activated during boot

2013-07-22 Thread Phillip Susi
It seems the bug is that dmraid -i -r -cr /dev/sda is listing the name of the first subset rather than the superset. Your workaround won't work if you have more than one array so it seems the underlying bug will need to be fixed to have raid10 work. ** Changed in: dmraid (Ubuntu) Importance:

[Bug 1202955] Re: (fakeraid) root device not activated during boot

2013-07-21 Thread Ebbex
(initramfs) dmraid -i -r -cr /dev/sda pdc_ebdeeaiceb-0 (initramfs) dmraid -s -cr /dev/sda ERROR: pdc: wrong # of devices in RAID set "pdc_ebdeeaiceb-1" [1/2] on /dev/sdd ERROR: pdc: wrong # of devices in RAID set "pdc_ebdeeaiceb-1" [1/2] on /dev/sdc ERROR: pdc: wrong # of devices in RAID set "pdc_

[Bug 1202955] Re: (fakeraid) root device not activated during boot

2013-07-21 Thread Ebbex
And yes, unfortunately I'm dualbooting Windows Server for other experiments. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1202955 Title: (fakeraid) root device not activated during boot To manage

[Bug 1202955] Re: (fakeraid) root device not activated during boot

2013-07-19 Thread Phillip Susi
By the way, if you are not dual booting with Windows, you should avoid using the fakeraid and stick to traditional mdadm software raid, which is much better supported and more feature complete. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 1202955] Re: (fakeraid) root device not activated during boot

2013-07-19 Thread Phillip Susi
This looks promising. Can you show the difference between dmraid -i -r -cr /dev/sda and dmraid -s -cr? ** Project changed: dmraid => dmraid (Ubuntu) ** No longer affects: linux-lts-quantal (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 1202955] Re: (fakeraid) root device not activated during boot

2013-07-19 Thread Ebbex
** Also affects: dmraid Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1202955 Title: (fakeraid) root device not activated during boot To manage notificat

[Bug 1202955] Re: (fakeraid) root device not activated during boot

2013-07-19 Thread Ebbex
I think I've traced it down to a problem with the logic in dmraid- activate Raid_Name=$(dmraid -i -r -cr /dev/$Node_Name | grep -vi "No RAID disks" | grep -vi "formats discovered") activate_array "$Raid_Name" Here it tries to activate a subset of a raid10. (pdc_ebdeeaiceb-0, pdc_ebdeeaiceb-1) wh

[Bug 1202955] Re: (fakeraid) root device not activated during boot

2013-07-19 Thread Ebbex
(initramfs) dmraid -s -si *** Superset name: pdc_ebdeeaiceb size: 1953124864 stride: 128 type: raid10 status: ok subsets: 2 devs: 4 spares: 0 --> Subset name: pdc_ebdeeaiceb-0 size: 1953124864 stride: 128 type: stripe status: ok subsets: 0 devs: 2 spares: 0 --> Subset name: pdc_ebdeeaiceb-1 size: 1

[Bug 1202955] Re: (fakeraid) root device not activated during boot

2013-07-19 Thread Ebbex
(initramfs) dmraid-activate sda ERROR: pdc: wrong # of devices in RAID set "pdc_ebdeeaiceb-1" [1/2] on /dev/sdd ERROR: pdc: wrong # of devices in RAID set "pdc_ebdeeaiceb-1" [1/2] on /dev/sdc ERROR: pdc: wrong # of devices in RAID set "pdc_ebdeeaiceb-0" [1/2] on /dev/sdb ERROR: pdc: wrong # of devi