diff options
author | NeilBrown <neilb@suse.de> | 2009-09-25 08:57:01 +0200 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2009-09-25 08:57:01 +0200 |
commit | 2de8abd572b420498d60a7a83f5b2ca607e03234 (patch) | |
tree | c5025ab12cffedf9c69b314ac7f88646c981c00c /tests/07testreshape5 | |
parent | Merge branch 'master' of git://github.com/djbw/mdadm (diff) | |
download | mdadm-2de8abd572b420498d60a7a83f5b2ca607e03234.tar.xz mdadm-2de8abd572b420498d60a7a83f5b2ca607e03234.zip |
testreshape5 - flush devices between tests.
We need to flush the block devices before reading different data.
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'tests/07testreshape5')
-rw-r--r-- | tests/07testreshape5 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/07testreshape5 b/tests/07testreshape5 index 44d5ddc0..03609886 100644 --- a/tests/07testreshape5 +++ b/tests/07testreshape5 @@ -27,6 +27,7 @@ do # test save dd if=/dev/urandom of=$md0 bs=1024 count=$size + blockdev --flushbufs $md0 $devs > /tmp/NewRand $dir/test_stripe save /tmp/NewRand $disks $[chunk*1024] 5 $nlayout 0 $[size*1024] $devs cmp -s -n $[size*1024] $md0 /tmp/NewRand || { echo cmp failed ; exit 2; } |