From 23afb988d59c6167b33353155cf8fafef3c5855a Mon Sep 17 00:00:00 2001 From: Sebastien Luttringer Date: Wed, 13 Apr 2011 17:59:51 +0800 Subject: mdadm: disable SoftRAID detection This job is done by recent version of mdadm in /lib/udev/rules.d/64-md-raid.rules. This will also fix FS#20117. Signed-off-by: Sebastien Luttringer Signed-off-by: Dave Reisner Signed-off-by: Tom Gundersen --- rc.sysinit | 5 ----- 1 file changed, 5 deletions(-) (limited to 'rc.sysinit') diff --git a/rc.sysinit b/rc.sysinit index e8e4031..1839280 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -111,11 +111,6 @@ run_hook sysinit_udevsettled [[ -d /sys/class/net/lo ]] && \ status "Bringing up loopback interface" /sbin/ifconfig lo 127.0.0.1 up -# SoftRAID devices detection -if [[ $USEMDADM =~ yes|YES && -x /sbin/mdadm ]]; then - status "Activating SoftRAID arrays" /sbin/mdadm --assemble --scan -fi - # FakeRAID devices detection if [[ $USEDMRAID =~ yes|YES && -x /sbin/dmraid ]]; then status "Activating FakeRAID arrays" /sbin/dmraid -i -ay -- cgit v1.2.3