From 61427af377891b011089b14154fe0c1d2845fd21 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Mon, 16 Sep 2013 15:38:42 +0200 Subject: [PATCH] tests: no activate LV Since our current vgcfgbackup/restore doesn't deal with difference of active volumes between current and restored set of volumes - run test with inactive LVs. --- test/shell/vgcfgbackup-usage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/shell/vgcfgbackup-usage.sh b/test/shell/vgcfgbackup-usage.sh index b04ac869e..314ecdd1f 100644 --- a/test/shell/vgcfgbackup-usage.sh +++ b/test/shell/vgcfgbackup-usage.sh @@ -22,7 +22,7 @@ vgcfgbackup -f bak-%s >out grep "Volume group \"$vg1\" successfully backed up." out grep "Volume group \"$vg2\" successfully backed up." out # increase seqno -lvcreate -l1 $vg1 +lvcreate -an -Zn -l1 $vg1 vgcfgrestore -f bak-$vg1 $vg1 vgremove -ff $vg1 $vg2