From 4286a250412e482467dec2d514e54770d7183b4c Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 13 Jul 2009 14:50:49 +0200 Subject: [PATCH] do not force to run the mdraid array for the incremental add --- modules.d/90mdraid/61-mdadm.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/90mdraid/61-mdadm.rules b/modules.d/90mdraid/61-mdadm.rules index 1a5d98c..7c90628 100644 --- a/modules.d/90mdraid/61-mdadm.rules +++ b/modules.d/90mdraid/61-mdadm.rules @@ -7,6 +7,6 @@ ACTION!="add|change", GOTO="raid_end" KERNEL=="md/*", GOTO="raid_end" KERNEL=="md*", IMPORT{program}="vol_id --export $tempnode" -ENV{ID_FS_TYPE}=="linux_raid_member", RUN+="/sbin/mdadm -IR $root/%k" +ENV{ID_FS_TYPE}=="linux_raid_member", RUN+="/sbin/mdadm -I $env{DEVNAME}" LABEL="raid_end" -- 2.7.4