From f194d5f169f6977eb0e4ffeb4924cdcb6c8dcf77 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Tue, 26 Apr 2016 12:20:09 -0500 Subject: [PATCH] test: vgcfgbackup-usage Split the lvm1 part into a separate test. --- test/shell/vgcfgbackup-usage.sh | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/test/shell/vgcfgbackup-usage.sh b/test/shell/vgcfgbackup-usage.sh index 31b0a6f39..f92304903 100644 --- a/test/shell/vgcfgbackup-usage.sh +++ b/test/shell/vgcfgbackup-usage.sh @@ -74,17 +74,3 @@ vgcfgrestore -f "backup.$$1" $vg vgchange -an $vg vgremove -f $vg - -# vgcfgbackup correctly stores metadata LVM1 with missing PVs -# FIXME: clvmd seems to have problem with metadata format change here -# fix it and remove this vgscan -if test -n "$LVM_TEST_LVM1" ; then -vgscan -pvcreate -M1 $(cat DEVICES) -vgcreate -M1 -c n $vg $(cat DEVICES) -lvcreate -l1 -n $lv1 $vg "$dev1" -pvremove -ff -y "$dev2" -not lvcreate -l1 -n $lv1 $vg "$dev3" -vgcfgbackup -f "backup.$$" $vg -fi - -- 2.43.5