From: Kay Sievers Date: Thu, 5 Feb 2009 13:03:17 +0000 (+0100) Subject: rules: fix md "change"/"remove" handling X-Git-Tag: 174~1174 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=b822542608326092e177fd1707ca7fb53b2846c4;ds=inline rules: fix md "change"/"remove" handling On Thu, Feb 5, 2009 at 08:43, Harald Hoyer wrote: > Radek Vykydal encountered a problem with md devices. > If the raid is about to be removed a "change" and "remove" event is sent. --- diff --git a/rules/packages/64-md-raid.rules b/rules/packages/64-md-raid.rules index 6fe4d46dc..def184f42 100644 --- a/rules/packages/64-md-raid.rules +++ b/rules/packages/64-md-raid.rules @@ -11,6 +11,7 @@ KERNEL!="md*", GOTO="md_end" # container devices have a metadata version of e.g. 'external:ddf' and # never leave state 'inactive' ATTR{md/metadata_version}=="external:[A-Za-z]*", ATTR{md/array_state}=="inactive", GOTO="md_ignore_state" +TEST!="md/array_state", GOTO="md_end" ATTR{md/array_state}=="|clear|inactive", GOTO="md_end" LABEL="md_ignore_state"