1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-04 21:47:46 +03:00

Fix pvremove test breakage.

Author: Dave Wysochanski <dwysocha@redhat.com>
This commit is contained in:
Dave Wysochanski 2009-07-14 19:59:41 +00:00
parent fedb3704f3
commit ae94917e76
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
Version 2.02.49 -
================================
Fix vgck and vgremove segfault if non-existent vg given.
Enable use of new multi-segment registration for static registration too.
Exclude VG_GLOBAL from vg_write_lock_held so scans open devs read-only again.
Add unit test case for liblvm VG create/delete APIs.

View File

@ -15,6 +15,7 @@ aux prepare_devs 3
pvcreate $dev1
pvcreate --metadatacopies 0 $dev2
pvcreate --metadatacopies 2 $dev3
pvremove $dev2
# failing, but still removing everything what can be removed
# is somewhat odd as default, what do we have -f for?