mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-22 06:50:52 +03:00
tests: fix else path
Code when raid is present has some 'extra' effect that can't be skipped.
This commit is contained in:
parent
c3aa2988d1
commit
fa4ce13e3f
@ -79,6 +79,9 @@ grep "WARNING: Not using lvmetad" out
|
||||
|
||||
pvremove "$dev1" 2>&1 | tee out
|
||||
grep "WARNING: Not using lvmetad" out
|
||||
else
|
||||
vgremove -y $vg1 2>&1 | tee out
|
||||
pvremove "$dev1" 2>&1 | tee out
|
||||
fi
|
||||
|
||||
pvscan --cache 2>&1 | tee out
|
||||
|
Loading…
x
Reference in New Issue
Block a user