From cf4d5ead0210aa12dfd73fed2061d4d9febce827 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Thu, 12 Jun 2014 11:31:21 +0200 Subject: [PATCH] test: pvs bz1108394 --- test/shell/pvremove-usage.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/shell/pvremove-usage.sh b/test/shell/pvremove-usage.sh index 3ebfd15c8..52d26a648 100644 --- a/test/shell/pvremove-usage.sh +++ b/test/shell/pvremove-usage.sh @@ -23,6 +23,10 @@ pvremove "$dev2" # failing, but still removing everything what can be removed # is somewhat odd as default, what do we have -f for? pvs | not grep "$dev2" +pvs -a | grep "$dev2" +# bz1108394 no crash on nonPV label listing +pvs -a -o+devices + pvcreate --metadatacopies 0 "$dev2" # check pvremove refuses to remove pv in a vg