Re: Mdadm, udev and fakeraid?
From: NeilBrown <hidden>
Date: 2011-04-05 06:20:08
On Sun, 3 Apr 2011 18:03:50 +0200 Seblu [off-list ref] wrote:
Hello, In the following commit, udev rules load isw_raid (fakeraid). From my test, this doesnt work. I have to call dmraid to have something working. http://neil.brown.name/git?p=mdadm;a=commit;h=475a01b8bce8575dd1b2ab6495e65e854702ac0e isw_raid is only fakeraid devices? mdadm is able to mount fakeraid partition?
I'm sorry but I cannot parse those questions successfully so I'm not sure what you are asking. Both dmraid and mdadm can manage some 'fakeraid' arrays. dmraid supports a wider variety. mdadm supports raid1 and raid5 more completely than dmraid does. Both should support isw to some degree. Intel are currently working with mdadm to make it provide full support for "IMSM" (Intel Matrix Storage Manager). I don't know the exact relationship between 'isw' and 'IMSM' - maybe they are different names for the same thing. If mdadm doesn't work for your isw arrays, and you want it to, then I suggest you report details about what is, or is not, happening. Useful information would include: mdadm --examine /dev/DEVICE for each device in the array. Also the output of mdadm --incremental --verbose /dev/DEVICE for each device in turn. This should incrementally assemble the array from all those components. NeilBrown