diff options
author | Harald Hoyer <harald@redhat.com> | 2013-03-02 13:10:57 +0100 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2013-03-02 13:10:57 +0100 |
commit | cfb7410cd099fca43e776ad69bf9635d22241bac (patch) | |
tree | 31b9626818999749fb2f7b84d927884dcdf5f4a8 | |
parent | f672b1c3995dc53628479b87e32b89be5402eef4 (diff) | |
download | dracut-cfb7410cd099fca43e776ad69bf9635d22241bac.tar.gz dracut-cfb7410cd099fca43e776ad69bf9635d22241bac.tar.bz2 dracut-cfb7410cd099fca43e776ad69bf9635d22241bac.zip |
mdraid/mdraid_start.sh: remove mdmon workaround
-rwxr-xr-x | modules.d/90mdraid/mdraid_start.sh | 3 |
1 files changed, 0 insertions, 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 } |