From 5e311406c499a9a54dffa4bad950f59aaa6160d3 Mon Sep 17 00:00:00 2001 From: Jes Sorensen Date: Wed, 30 May 2012 10:46:25 +1000 Subject: New tests testing removal of internal bitmaps To match the add-bitmap tests, here is a set of tests checking the removal of bitmaps. Signed-off-by: Jes Sorensen Signed-off-by: NeilBrown --- tests/05r1-remove-internalbitmap-v1b | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/05r1-remove-internalbitmap-v1b (limited to 'tests/05r1-remove-internalbitmap-v1b') diff --git a/tests/05r1-remove-internalbitmap-v1b b/tests/05r1-remove-internalbitmap-v1b new file mode 100644 index 00000000..c0918eb6 --- /dev/null +++ b/tests/05r1-remove-internalbitmap-v1b @@ -0,0 +1,18 @@ +# +# create a raid1 with bitmap, remove the bitmap and verify it is still +# gone when re-assembling the array +# +mdadm --create --run $md0 --metadata=1.1 --level=1 -n2 --bitmap internal --bitmap-chunk=4 --delay=1 $dev1 $dev2 +check wait +check bitmap +testdev $md0 1 $mdsize1b 64 +mdadm -Gb none $md0 +check nobitmap +testdev $md0 1 $mdsize1b 64 +mdadm -S $md0 + +# Re-assemble the array and verify the bitmap is still present +mdadm --assemble $md0 $dev1 $dev2 +check nobitmap +testdev $md0 1 $mdsize1b 64 +mdadm -S $md0 -- cgit v1.2.3