From d752c51b9080cf88f1677f98005f099773e1b12b Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 2 Aug 2010 11:05:11 +0200 Subject: [PATCH] mdraid: --no-degraded not allowed with -I --- 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 93715f52..57db7984 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"