Make Intel BIOS raid use mdraid instead of dmraid when mdadm 3.0 is available
authorHans de Goede <hdegoede@redhat.com>
Tue, 14 Jul 2009 20:24:42 +0000 (22:24 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 15 Jul 2009 16:27:20 +0000 (18:27 +0200)
commit3564cb7c2cfe8e3e4543e5769e6364da4046eaaa
tree67bb7d5b2b6705e6508895de767d8e68933ada39
parent3d2a3160130a30a5ab0c112a3e94ca173fb5e09c
Make Intel BIOS raid use mdraid instead of dmraid when mdadm 3.0 is available

Intel BIOS raid is being shifted from dmraid to mdraid because mdraid offers
more features. So if an imsm metadata capable mdadm is present use mdraid
instead of dmraid for isw_raid_member's

This patch also adds code to mdraid_start.sh so that the raidsets
inside the imsm containers get started once udev is done probing
(doing this earlier leads to potentially degraded use of the sets and
 an unwanted resync).
modules.d/90dmraid/61-dmraid-imsm.rules [new file with mode: 0644]
modules.d/90dmraid/install
modules.d/90mdraid/65-md-incremental-imsm.rules [new file with mode: 0644]
modules.d/90mdraid/install
modules.d/90mdraid/mdraid_start.sh