65-md-incremental-imsm: add additional check for md-non-containers
authorHarald Hoyer <harald@redhat.com>
Tue, 8 Sep 2009 11:42:31 +0000 (13:42 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 8 Sep 2009 11:42:31 +0000 (13:42 +0200)
modules.d/90mdraid/65-md-incremental-imsm.rules

index 0a06988..af03834 100644 (file)
@@ -29,6 +29,7 @@ ACTION=="add|change", \
        KERNEL=="md[0-9]*|md/*", \
        ENV{DEVTYPE}!="partition", \
        ENV{MD_LEVEL}!="container", \
+       ENV{MD_CONTAINER}!="?*", \
        GOTO="do_raidstart"
 
 GOTO="end_raidstart"