]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Assemble.c
Assemble: allow to assemble container with uuid=0:0:0:0
authorCzarnowska, Anna <anna.czarnowska@intel.com>
Mon, 31 Jan 2011 23:40:56 +0000 (10:40 +1100)
committerNeilBrown <neilb@suse.de>
Mon, 31 Jan 2011 23:40:56 +0000 (10:40 +1100)
commit3c7b4a25950aac37edfef59e7f9f0b57eab18d14
treed75baaea9df8c4c14a99af9138e1f567417129f1
parentbfd76b93090a80a746869e8c3f826f91550e9b39
Assemble: allow to assemble container with uuid=0:0:0:0

When there are any arrays in config file the spares with
domain not matching any array are not assembled because
auto assembly is not attempted.
Addition of ARRAY line with uuid=0:0:0:0 in config will work
with modified condition for gathering spares.

Signed-off-by: Anna Czarnowska <anna.czarnowska@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
Assemble.c