Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
playground
>
dracut
> 0209-mdraid-do-not-call-mdadm-I-with-no-degraded.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File 0209-mdraid-do-not-call-mdadm-I-with-no-degraded.patch of Package dracut
From 40104e4a2b9d2f4858cc0840a0e9968be14cbc92 Mon Sep 17 00:00:00 2001 From: Harald Hoyer <harald@redhat.com> Date: Wed, 20 Apr 2011 12:54:52 +0200 Subject: [PATCH] mdraid: do not call mdadm -I with "--no-degraded" https://bugzilla.redhat.com/show_bug.cgi?id=698165 --- modules.d/90mdraid/65-md-incremental-imsm.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/90mdraid/65-md-incremental-imsm.rules b/modules.d/90mdraid/65-md-incremental-imsm.rules index 93715f5..57db798 100644 --- a/modules.d/90mdraid/65-md-incremental-imsm.rules +++ b/modules.d/90mdraid/65-md-incremental-imsm.rules @@ -37,7 +37,7 @@ LABEL="md_auto_end" # # Incrementally build the md array # -RUN+="/sbin/mdadm -I --no-degraded $env{DEVNAME}" +RUN+="/sbin/mdadm -I $env{DEVNAME}" RUN+="/bin/ln -s /sbin/md_finished.sh /initqueue-finished/md_finished.sh" -- 1.8.3.1