]> git.ipfire.org Git - thirdparty/mdadm.git/commit - mdadm.c
Fix autoassemble for stack arrays.
authorNeil Brown <neilb@suse.de>
Tue, 20 May 2008 06:28:48 +0000 (16:28 +1000)
committerNeil Brown <neilb@suse.de>
Tue, 20 May 2008 06:28:48 +0000 (16:28 +1000)
commit1c203a4b5a05789a0de2548294c049481bff2254
treed435235f7fc9983584f1811014ecb4c251c6cf08
parentdf5a0b92954c22128e6beceb6f5df8e303848d71
Fix autoassemble for stack arrays.

If you have stacked arrays, then
  mdadm -As --homehost=fred
should work but doesn't.  It gets into an infinite loop!

So write some tests, and fix the bugs.
Assemble.c
mdadm.c
test
tests/07autoassemble [new file with mode: 0644]