summaryrefslogtreecommitdiff
path: root/tests/06wrmostly
diff options
context:
space:
mode:
Diffstat (limited to 'tests/06wrmostly')
-rw-r--r--tests/06wrmostly4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/06wrmostly b/tests/06wrmostly
index 2a3fae6..99a48b7 100644
--- a/tests/06wrmostly
+++ b/tests/06wrmostly
@@ -2,13 +2,13 @@
# create a raid1 array with a wrmostly device
mdadm -CR $md0 -l1 -n3 $dev0 $dev1 --write-mostly $dev2
-testdev $md0 1 $mdsize1 1
+testdev $md0 1 $mdsize1a 1
# unfortunately, we cannot measure if any read requests are going to $dev2
mdadm -S $md0
mdadm -CR $md0 -l1 -n3 --write-behind --bitmap=internal --bitmap-chunk=4 $dev0 $dev1 --write-mostly $dev2
-testdev $md0 1 $mdsize1 1
+testdev $md0 1 $mdsize1a 1
mdadm -S $md0