From cfb7410cd099fca43e776ad69bf9635d22241bac Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Sat, 2 Mar 2013 13:10:57 +0100 Subject: mdraid/mdraid_start.sh: remove mdmon workaround --- modules.d/90mdraid/mdraid_start.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules.d/90mdraid/mdraid_start.sh b/modules.d/90mdraid/mdraid_start.sh index 545a8354..fe0e9f40 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 } -- cgit v1.2.3