]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Fix test for imsm prodigal member scenario
authorNeilBrown <neilb@suse.de>
Thu, 5 Aug 2010 01:44:26 +0000 (11:44 +1000)
committerNeilBrown <neilb@suse.de>
Thu, 5 Aug 2010 01:44:26 +0000 (11:44 +1000)
commitc61c4dd01df75d3a56809db19ec827203505830b
tree03d17248ae0fbb6efd2233f34ff8dd5422ea04d7
parent69a3f12e6ee173964369baf558d71f74748ae3b5
Fix test for imsm prodigal member scenario

The 'container_enough' changes fliped the default from assembling
an array as soon as we possibly could, to assembling only when all
expected devices are present.
This broken 09imsm-assemble which expects the original default.
So change from "-I" to "-IR" to restore the expected behaviour.

Signed-off-by: NeilBrown <neilb@suse.de>
tests/09imsm-assemble