]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - tests/05r1-bitmapfile
Examine/Detail: report raid6 layout
[thirdparty/mdadm.git] / tests / 05r1-bitmapfile
index d2275763b5f743129e12b9af3ef61879593e8d14..59564cb07734fbae321e3cc09fa877f3ef3791ab 100644 (file)
@@ -32,10 +32,10 @@ fi
 mdadm -S $md0
 
 mdadm --assemble -R $md0 --bitmap=$bmf $dev2
+dirty4=`mdadm -X $bmf | sed -n -e 's/.*Bitmap.* \([0-9]*\) dirty.*/\1/p'`
 mdadm $md0 --add $dev1
-check recovery
+#it is too fast# check recovery
 
-dirty4=`mdadm -X $bmf | sed -n -e 's/.*Bitmap.* \([0-9]*\) dirty.*/\1/p'`
 check wait
 sleep 4
 dirty5=`mdadm -X $bmf | sed -n -e 's/.*Bitmap.* \([0-9]*\) dirty.*/\1/p'`