From f6d75de8e0106a3789ed1a3aada306d197531e47 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Mon, 12 Sep 2005 05:24:10 +0000 Subject: Fix remaining problems with hot-add bitmap to version-1 superblock Also some more tests - r5 and r6 bitmaps Signed-off-by: Neil Brown --- tests/00raid0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/00raid0') diff --git a/tests/00raid0 b/tests/00raid0 index 07437c0..f5122ec 100644 --- a/tests/00raid0 +++ b/tests/00raid0 @@ -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 -- cgit