[mdadm/f15] Fix minor issue in last patch

Doug Ledford dledford at fedoraproject.org
Thu Aug 25 19:37:40 UTC 2011


commit 6d4557b4e37f7e8be1df1116f89be3f4ad5e1817
Author: Doug Ledford <dledford at redhat.com>
Date:   Thu Aug 25 15:30:10 2011 -0400

    Fix minor issue in last patch
    
    Signed-off-by: Doug Ledford <dledford at redhat.com>
    (cherry picked from commit fd5690991d2bd4dfa9546dbf1cce5d358d959be6)
    
    Signed-off-by: Doug Ledford <dledford at redhat.com>

 mdadm.rules |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/mdadm.rules b/mdadm.rules
index 46cd926..0045d99 100644
--- a/mdadm.rules
+++ b/mdadm.rules
@@ -4,10 +4,10 @@
 
 # Don't process any events if anaconda is running as anaconda brings up
 # raid devices manually
-ENV{ANACONDA}=="?*", GOTO="md_imsm_inc_end"
+ENV{ANACONDA}=="?*", GOTO="md_end"
 
 # Also don't process disks that are slated to be a multipath device
-ENV{DM_MULTIPATH_DEVICE_PATH}=="?*", GOTO="md_imsm_inc_end"
+ENV{DM_MULTIPATH_DEVICE_PATH}=="?*", GOTO="md_end"
 
 # We process add events on block devices (since they are ready as soon as
 # they are added to the system), but we must process change events as well
@@ -65,3 +65,4 @@ SUBSYSTEM=="block", ACTION=="add|change", KERNEL=="md*", \
 	ENV{MD_LEVEL}=="container", RUN+="/sbin/mdadm -I $env{DEVNAME}"
 
 
+LABEL="md_end"


More information about the scm-commits mailing list