]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Assemble: Don't auto-assemble arrays which conflict with mdadm.conf
authorNeilBrown <neilb@suse.de>
Wed, 5 Dec 2012 00:06:55 +0000 (11:06 +1100)
committerNeilBrown <neilb@suse.de>
Wed, 5 Dec 2012 00:06:55 +0000 (11:06 +1100)
commit1d04e275703831d4883e5991d8685e86ec27041b
tree6cd3722a666fb1b81dc50b7abc698df8417d6ace
parent262e3b7fe88d5bb7a29ace6a077bd3a2505820f1
Assemble:  Don't auto-assemble arrays which conflict with mdadm.conf

When auto-assembling we might find an array which appear in
mdadm.conf.
This can happen if the array (based on UUID) doesn't match what is
in mdadm.conf.
For consistency we should avoid auto-assembling such an array just as
we avoid regular-assembling of the array.

Reported-by: Ross Boylan <ross@biostat.ucsf.edu>
Signed-off-by: NeilBrown <neilb@suse.de>
Assemble.c