1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Disable nightly test for vgimportclone until proper fix is made.

This fails on lenny buildslave for some reason.
For now disable the vgimportclone part of the test until proper fix.

Let the first part of the test still run though, which shows pvs working
with duplicate pvs.
This commit is contained in:
Dave Wysochanski 2011-04-21 19:06:00 +00:00
parent 954dc4e8a6
commit a1e22157d3

View File

@ -26,10 +26,11 @@ pvs --noheadings -o vg_name $dev2 1>err
grep $vg1 err
# Import the cloned PV to a new VG
vgimportclone --basevgname $vg2 $dev2
# FIXME: this fails on lenny buildslave, I think we need proper wrapper
# vgimportclone --basevgname $vg2 $dev2
# Verify we can activate / deactivate the LV from both VGs
lvchange -ay $vg1/$lv1
lvchange -ay $vg2/$lv1
vgchange -an $vg1
vgchange -an $vg2
# lvchange -ay $vg1/$lv1
# lvchange -ay $vg2/$lv1
# vgchange -an $vg1
# vgchange -an $vg2