summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2016-04-26 12:20:09 -0500
committerDavid Teigland <teigland@redhat.com>2016-05-05 12:20:35 -0500
commitc3dcdf64e24390149f1910b63b84fc4c1bad5a55 (patch)
tree95f97eb14c53374e31255cb88fde829d35aa7b33
parente006f8c357c30e08b93cd5ab148de809fa3d97a8 (diff)
downloadlvm2-c3dcdf64e24390149f1910b63b84fc4c1bad5a55.tar.gz
test: vgcfgbackup-usage
Split the lvm1 part into a separate test.
-rw-r--r--test/shell/vgcfgbackup-usage.sh14
1 files changed, 0 insertions, 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
-