]> git.ipfire.org Git - thirdparty/mdadm.git/commit - util.c
Assemble: allow members of containers to be assembled and auto-assembled.
authorNeilBrown <neilb@suse.de>
Tue, 4 Nov 2008 09:51:12 +0000 (20:51 +1100)
committerNeilBrown <neilb@suse.de>
Tue, 4 Nov 2008 09:51:12 +0000 (20:51 +1100)
commit9008ed1c9623b7c11775ea8a7be17eb1bde5fd09
treeb0eb548c1b07a77878d0e0020942eddd51902997
parent52437b4f089d397fa84e22be54e1d6cdef60bea4
Assemble: allow members of containers to be assembled and auto-assembled.

Try to treat members of containers much like other arrays for
assembly.
We still look through the list of devices for a match (it will be
the container), then find the relevant 'info' and try to assemble
the array.

Signed-off-by: NeilBrown <neilb@suse.de>
Assemble.c
config.c
mdadm.c
mdadm.h
util.c