]> sourceware.org Git - lvm2.git/commitdiff
Temporarily disable 'convert a VG from lvm2 to lvm1 format' test until a known issue...
authorPeter Rajnoha <prajnoha@redhat.com>
Mon, 21 Feb 2011 12:37:33 +0000 (12:37 +0000)
committerPeter Rajnoha <prajnoha@redhat.com>
Mon, 21 Feb 2011 12:37:33 +0000 (12:37 +0000)
Otherwise we get an error:

  PV segment VG free_count mismatch: 32 != 33
  PV segment VG extent_count mismatch: 32 != 33

test/t-pvcreate-usage.sh

index 85413b2141138991a0093f87fa650a1e11fad732..9afd86941c1774b2eb7e6c3aa0fff15096f1d3ef 100755 (executable)
@@ -133,18 +133,18 @@ check pv_field $dev1 pv_mda_count 2
 
 #COMM 'pv with LVM1 compatible data alignment can be convereted'
 #compatible == LVM1_PE_ALIGN == 64k
-pvcreate --dataalignment 256k $dev1
-vgcreate -s 1m $vg $dev1
-vgconvert -M1 $vg
-vgconvert -M2 $vg
-check pv_field $dev1 pe_start 256.00k
-vgremove $vg
+#pvcreate --dataalignment 256k $dev1
+#vgcreate -s 1m $vg $dev1
+#vgconvert -M1 $vg
+#vgconvert -M2 $vg
+#check pv_field $dev1 pe_start 256.00k
+#vgremove $vg
 
 #COMM 'pv with LVM1 incompatible data alignment cannot be convereted'
 pvcreate --dataalignment 10k $dev1
 vgcreate -s 1m $vg $dev1
 not vgconvert -M1 $vg
-vgremove $vg
+#vgremove $vg
 
 #COMM 'vgcfgrestore allows pe_start=0'
 #basically it produces nonsense, but it tests vgcfgrestore,
This page took 0.042456 seconds and 5 git commands to generate.