]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Assemble: ensure that <ignore>d arrays are not auto-assembled.
authorNeilBrown <neilb@suse.de>
Thu, 22 Nov 2012 06:04:20 +0000 (17:04 +1100)
committerNeilBrown <neilb@suse.de>
Thu, 22 Nov 2012 06:04:20 +0000 (17:04 +1100)
commit66eb2c93a619eb1d79dc653fd91add159aa3d1ff
treee938408feed2924757c2e1608bef10a840f69968
parent13f2dd6be5618ff556f9a364903e4b95558115e1
Assemble: ensure that <ignore>d arrays are not auto-assembled.

It isn't enough to simply not assemble arrays found to be called
<ignore>, as the final stage of auto-assemble doesn't check for names
in mdadm.conf.

So add a check to Assemble, similar to the check in Incremental()

Reported-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: NeilBrown <neilb@suse.de>
Assemble.c