summaryrefslogtreecommitdiff
path: root/tests/10ddf-sudden-degraded
blob: 1eab361a66f8e57652980712bd06a408ae528d2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
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