mdraid/mdraid_start.sh: remove mdmon workaround

master
Harald Hoyer 2013-03-02 13:10:57 +01:00
parent f672b1c399
commit cfb7410cd0
1 changed files with 0 additions and 3 deletions

View File

@ -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
}