Adding upstream version 4.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
16732c81e5
commit
4fd4995b67
279 changed files with 77998 additions and 0 deletions
23
clustermd_tests/01r1_Grow_resize
Normal file
23
clustermd_tests/01r1_Grow_resize
Normal file
|
@ -0,0 +1,23 @@
|
|||
#!/bin/bash
|
||||
|
||||
size=10000
|
||||
|
||||
mdadm -CR $md0 -l1 -b clustered --size $size -n2 $dev0 $dev1 --assume-clean
|
||||
ssh $NODE2 mdadm -A $md0 $dev0 $dev1
|
||||
check all nosync
|
||||
check all raid1
|
||||
check all bitmap
|
||||
check all state UU
|
||||
|
||||
mdadm --grow $md0 --size max
|
||||
check $NODE1 resync
|
||||
check $NODE1 wait
|
||||
check all state UU
|
||||
|
||||
mdadm --grow $md0 --size $size
|
||||
check all nosync
|
||||
check all state UU
|
||||
check all dmesg
|
||||
stop_md all $md0
|
||||
|
||||
exit 0
|
Loading…
Add table
Add a link
Reference in a new issue