From 2a6b769a018fb5f301352b856ce070b63111fbd2 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 21 Apr 2011 11:06:30 +0200 Subject: [PATCH] waitdrives: remove mdadm assemble scan. this is not needed after fix the mdadm initskript. --- src/initscripts/init.d/waitdrives | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/initscripts/init.d/waitdrives b/src/initscripts/init.d/waitdrives index 93ae1ed701..d7df93b94f 100644 --- a/src/initscripts/init.d/waitdrives +++ b/src/initscripts/init.d/waitdrives @@ -26,11 +26,6 @@ check_drives () { case "${1}" in start) - if [ -e /sbin/mdadm ]; then - boot_mesg "Assemble mdadm managed raid-drives ..." - mdadm --assemble --scan - fi - drives=`grep "^UUID=" /etc/fstab | cut -f1 | cut -d" " -f1 | cut -d"=" -f2`; check_drives; -- 2.39.2