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

Update WHATS_NEW for latest liblvm changes

This commit is contained in:
Dave Wysochanski 2009-07-26 22:19:14 +00:00
parent 7d55939138
commit 9c492aeecd

View File

@ -1,5 +1,13 @@
Version 2.02.50 -
================================
Update liblvm unit tests in test/api for latest liblvm changes.
Add lvm_lv_is_active and lvm_lv_is_suspended liblvm APIs.
Add lvm_lv_activate and lvm_lv_deactivate liblvm APIs.
Add lvm_scan liblvm function.
Update lvm.h to clarify API behavior and return codes.
Add lvm_vg_remove_lv liblvm function.
Add numeric liblvm 'get' functions required by anaconda.
Refactor vg_size, vg_free, and pv_mda_count field calculations for liblvm.
Update test/api/test.c to call new liblvm functions.
Add liblvm function lvm_vg_create_lv_linear.
Update lvm_vg_extend to do an implicit pvcreate on the device.