martin f. krafft: Do not fire on change events

Martin F. Krafft madduck at alioth.debian.org
Fri Jan 29 03:57:43 UTC 2010


Module: mdadm
Branch: incremental
Commit: 3785df6991e6f9a4442cc2e88dd41844af3fc6c4
URL:    http://git.debian.org/?p=pkg-mdadm/mdadm.git;a=commit;h=3785df6991e6f9a4442cc2e88dd41844af3fc6c4

Author: martin f. krafft <madduck at debian.org>
Date:   Fri Jan 29 16:56:23 2010 +1300

Do not fire on change events

See commit a9934ce44184660332549965c7d83a6a023ffd33 -- we must ignore
change events, which I only enabled due to the weird testing environment
I had available.

Signed-off-by: martin f. krafft <madduck at debian.org>

---

 udev-md-raid.rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/udev-md-raid.rules b/udev-md-raid.rules
index fb5123b..ff49fb4 100644
--- a/udev-md-raid.rules
+++ b/udev-md-raid.rules
@@ -2,7 +2,7 @@
 
 SUBSYSTEM!="block", GOTO="md_end"
 ACTION!="add|change", GOTO="md_end"
-#ACTION=="change", GOTO="md_no_incr"
+ACTION=="change", GOTO="md_no_incr"
 
 IMPORT{file}="/etc/default/mdadm"
 ENV{INCREMENTAL}!="[tTyYjJ]*|[oO]n|1", GOTO="md_no_incr"




More information about the pkg-mdadm-commits mailing list