]> git.ipfire.org Git - thirdparty/mdadm.git/blame - tests/05r1-add-internalbitmap
tests: add test that DDF marks missing devices as failed on assembly.
[thirdparty/mdadm.git] / tests / 05r1-add-internalbitmap
CommitLineData
451e30b1
JS
1#
2# create a raid1 without any bitmap, add the bitmap and then write to
3# the device. This should catch the case where the bitmap is created
4# but not reloaded correctly, such as the case fixed by
5# 4474ca42e2577563a919fd3ed782e2ec55bf11a2
6#
7mdadm --create --run $md0 --metadata=0.9 --level=1 -n2 --delay=1 $dev1 $dev2
8check wait
9check nobitmap
10testdev $md0 1 $mdsize1b 64
11mdadm -Gb internal --bitmap-chunk=4 $md0
12check bitmap
13testdev $md0 1 $mdsize1b 64
14mdadm -S $md0
15
16# Re-assemble the array and verify the bitmap is still present
17mdadm --assemble $md0 $dev1 $dev2
18check bitmap
19testdev $md0 1 $mdsize1b 64
20mdadm -S $md0