From: Harald Hoyer Date: Sat, 2 Mar 2013 12:10:57 +0000 (+0100) Subject: mdraid/mdraid_start.sh: remove mdmon workaround X-Git-Tag: 026~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cfb7410cd099fca43e776ad69bf9635d22241bac;p=thirdparty%2Fdracut.git mdraid/mdraid_start.sh: remove mdmon workaround --- diff --git a/modules.d/90mdraid/mdraid_start.sh b/modules.d/90mdraid/mdraid_start.sh index 545a8354e..fe0e9f404 100755 --- a/modules.d/90mdraid/mdraid_start.sh +++ b/modules.d/90mdraid/mdraid_start.sh @@ -29,9 +29,6 @@ _md_force_run() { _path_d="${_path_s%/*}/degraded" [ ! -r "$_path_d" ] && continue - - # workaround for mdmon bug - [ "$(cat "$_path_d")" -gt "0" ] && mdmon $_offroot --takeover "$md" done }