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 <Jes.Sorensen@redhat.com>
Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
Jes Sorensen 2012-05-30 10:46:25 +10:00 committed by NeilBrown
parent 451e30b1e6
commit 5e311406c4
4 changed files with 72 additions and 0 deletions

View File

@ -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=0.9 --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

View File

@ -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.0 --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

View File

@ -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

View File

@ -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.2 --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