diff options
author | NeilBrown <neilb@suse.de> | 2015-07-16 01:27:58 +0200 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2015-07-16 02:50:40 +0200 |
commit | 0832fb09d91515ced206f5459f0015492b4cc10c (patch) | |
tree | a9754d05d42d649fc0b58dc4f7c13d98a5699b25 /tests/07revert-inplace | |
parent | tests: add 19raid6check (diff) | |
download | mdadm-0832fb09d91515ced206f5459f0015492b4cc10c.tar.xz mdadm-0832fb09d91515ced206f5459f0015492b4cc10c.zip |
tests: slow down --stop a bit to allow revert-inplace to work.
revert-inplace would sometimes find that the original reshape had
finished.
So slow down the reshaping during --stop (which needs to be a little
bit fast so that stop doesn't timeout waiting) and don't wait quite
so long before stopping.
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'tests/07revert-inplace')
-rw-r--r-- | tests/07revert-inplace | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/07revert-inplace b/tests/07revert-inplace index 48416c8f..a73eb977 100644 --- a/tests/07revert-inplace +++ b/tests/07revert-inplace @@ -8,7 +8,7 @@ mdadm -CR --assume-clean $md0 -l5 -n4 -x1 $devlist4 check raid5 testdev $md0 3 $mdsize1 512 mdadm -G $md0 -l 6 -sleep 3 +sleep 2 mdadm -S $md0 mdadm -A $md0 --update=revert-reshape $devlist4 --backup-file=/tmp/md-backup check wait @@ -22,7 +22,7 @@ mdadm -CR --assume-clean $md0 -l6 -n5 $devlist4 check raid6 testdev $md0 3 $mdsize1 512 mdadm -G $md0 -l 5 -sleep 3 +sleep 2 mdadm -S $md0 mdadm -A $md0 --update=revert-reshape $devlist4 --backup-file=/tmp/md-backup check wait @@ -35,7 +35,7 @@ mdadm -CR --assume-clean $md0 -l10 -n6 -c 64 $devlist5 check raid10 testdev $md0 3 $mdsize1 64 mdadm -G $md0 -c 32 -sleep 3 +sleep 2 mdadm -S $md0 strace -o /tmp/str ./mdadm -A $md0 --update=revert-reshape $devlist5 check wait |