From 9c0049b1ce027ab4befdbfbcd8194d57ce6eb2b7 Mon Sep 17 00:00:00 2001 From: Petr Rockai Date: Wed, 10 Jun 2015 16:27:59 +0200 Subject: [PATCH] test: Ensure that outdated PVs are wiped just once. --- test/shell/unlost-pv.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/shell/unlost-pv.sh b/test/shell/unlost-pv.sh index 09de21a76..c56d48886 100644 --- a/test/shell/unlost-pv.sh +++ b/test/shell/unlost-pv.sh @@ -45,4 +45,10 @@ check_ test -e LOCAL_LVMETAD && lvremove $vg/boo # FIXME trigger a write :-( check_ not +aux disable_dev "$dev1" +vgreduce --removemissing --force $vg +aux enable_dev "$dev1" +vgs 2>&1 | grep 'Removing PV' +vgs 2>&1 | not grep 'Removing PV' + vgremove -ff $vg