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
18
tests/10ddf-sudden-degraded
Normal file
18
tests/10ddf-sudden-degraded
Normal file
|
@ -0,0 +1,18 @@
|
|||
#
|
||||
# An array is assembled with one device missing.
|
||||
# The other device must be marked as Failed in metadata
|
||||
|
||||
. tests/env-ddf-template
|
||||
|
||||
mdadm -CR $container -e ddf -n 2 $dev8 $dev9
|
||||
ddf_check container 2
|
||||
|
||||
mdadm -CR $member1 -n 2 -l1 $dev8 $dev9
|
||||
mdadm --wait $member1 || true
|
||||
mdadm -Ss
|
||||
|
||||
mdadm -I $dev8
|
||||
mdadm -R $container
|
||||
mkfs $member1
|
||||
# There must be a missing device recorded
|
||||
mdadm --examine $dev8 | grep 'Raid Devices.*--' || exit 1
|
Loading…
Add table
Add a link
Reference in a new issue