]> git.ipfire.org Git - thirdparty/mdadm.git/commit
tests/10ddf-incremental-wrong-order: new unit test
authormwilck@arcor.de <mwilck@arcor.de>
Wed, 25 Sep 2013 20:42:02 +0000 (22:42 +0200)
committerNeilBrown <neilb@suse.de>
Wed, 16 Oct 2013 04:31:30 +0000 (15:31 +1100)
commit21529ab377875997f3a974244fb9933e69e2dd97
treeb994d02680ef0a0af7e21e82f09fd5404e9fb7e0
parentc17d3b5cfd22bf29368aba912ee6fbac1e1b94e8
tests/10ddf-incremental-wrong-order: new unit test

This is a test simulating two temporary missing disks. These will
have less recent meta data than the other disks in the container.
When the array is reassembled, we expect mdadm to detect that
and react to it by using the meta data of the more recent disks
as reference.

This test FAILS with mdadm 3.3 for DDF.

Signed-off-by: Martin Wilck <mwilck@arcor.de>
Signed-off-by: NeilBrown <neilb@suse.de>
tests/10ddf-incremental-wrong-order [new file with mode: 0644]