]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Incremental: don't abort container if one member explicitly disabled.
authorNeilBrown <neilb@suse.de>
Thu, 28 Nov 2013 02:33:56 +0000 (13:33 +1100)
committerNeilBrown <neilb@suse.de>
Thu, 28 Nov 2013 02:33:56 +0000 (13:33 +1100)
If a member of a container is explicitly disabled, others may not
be so we should continue.

Signed-off-by: NeilBrown <neilb@suse.de>
Incremental.c

index 680809572bf8fb47f59066288730dc83bbf2eadf..d082e61d66e37d1072ae90988b854c285664c30e 100644 (file)
@@ -1534,7 +1534,7 @@ static int Incremental_container(struct supertype *st, char *devname,
                                        pr_err("array %s/%s is "
                                               "explicitly ignored by mdadm.conf\n",
                                               match->container, match->member);
-                               return 2;
+                               continue;
                        }
                        if (match)
                                trustworthy = LOCAL;