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:
parent
fedb3704f3
commit
ae94917e76
@ -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.
|
||||
|
@ -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?
|
||||
|
Loading…
x
Reference in New Issue
Block a user