mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
disable mdadm test-case until a better solution is found
This commit is contained in:
parent
bc9481770a
commit
56738d9383
@ -55,14 +55,14 @@ test_expect_success \
|
||||
pvremove -f $d1'
|
||||
|
||||
# NOTE: Force pvcreate after test completion to ensure clean device
|
||||
test_expect_success \
|
||||
"pvcreate (lvm$mdatype) fails on md component device" \
|
||||
'mdadm -C -l raid0 -n 2 /dev/md0 $d1 $d2 &&
|
||||
pvcreate -M$mdatype $d1;
|
||||
status=$?; echo status=$status; test $status != 0 &&
|
||||
mdadm --stop /dev/md0 &&
|
||||
pvcreate -ff -y -M$mdatype $d1 $d2 &&
|
||||
pvremove -f $d1 $d2'
|
||||
#test_expect_success \
|
||||
# "pvcreate (lvm$mdatype) fails on md component device" \
|
||||
# 'mdadm -C -l raid0 -n 2 /dev/md0 $d1 $d2 &&
|
||||
# pvcreate -M$mdatype $d1;
|
||||
# status=$?; echo status=$status; test $status != 0 &&
|
||||
# mdadm --stop /dev/md0 &&
|
||||
# pvcreate -ff -y -M$mdatype $d1 $d2 &&
|
||||
# pvremove -f $d1 $d2'
|
||||
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user