]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - tests/07testreshape5
Change default metadata from 0.90 to 1.1
[thirdparty/mdadm.git] / tests / 07testreshape5
index 7c2bfc1c6e54eec405743dccc55a96aee9ceac5c..724621afc36c3a62106c54f6fa363fd4f141c597 100644 (file)
@@ -25,7 +25,7 @@ do
       # test restore: make a raid5 from a file, then do a compare
       dd if=/dev/urandom of=/tmp/RandFile bs=1024 count=$size
       $dir/test_stripe restore /tmp/RandFile $disks $[chunk*1024] $level $nlayout 0 $[size*1024] $devs
-      mdadm -CR $md0 -amd -l$level -n$disks --assume-clean -c $chunk -p $layout $devs
+      mdadm -CR -e 1.0 $md0 -amd -l$level -n$disks --assume-clean -c $chunk -p $layout $devs
       cmp -s -n $[size*1024] $md0 /tmp/RandFile || { echo cmp failed ; exit 2; }
 
       # FIXME check parity