]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - tests/00raid0
Fix remaining problems with hot-add bitmap to version-1 superblock
[thirdparty/mdadm.git] / tests / 00raid0
index 07437c0852e6d179a8409e016384fca1771d87da..f5122ec6edfd3b7c3ce73fd6de292d1f9566e9b9 100644 (file)
@@ -6,7 +6,7 @@ check raid0
 testdev $md0 3 $mdsize0 64 
 mdadm -S $md0
 
-# now with verion-1 superblock
+# now with version-1 superblock
 mdadm -CR $md0 -e1 -l0 -n4 $dev0 $dev1 $dev2 $dev3 
 check raid0
 testdev $md0 4 $mdsize1 64 
@@ -27,7 +27,7 @@ do
   testdev $md0 3 $mdsize0 $chunk
   mdadm -S $md0
 
-  # now with verion-1 superblock
+  # now with version-1 superblock
   mdadm -CR $md0 -e1 -l0 -c $chunk -n4 $dev0 $dev1 $dev2 $dev3 
   check raid0
   testdev $md0 4 $mdsize1 $chunk