summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/shell/unlost-pv.sh6
1 files changed, 6 insertions, 0 deletions
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