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

Update WHATS_NEW

This commit is contained in:
Dave Wysochanski 2010-05-19 11:57:05 +00:00
parent a616c0de2e
commit 0a6ddb393f

View File

@ -1,5 +1,10 @@
Version 2.02.66 -
===============================
Add tests for lvm_vgname_from_{pvid|device}.
Add lvm2app interfaces to lookup a vgname from a pvid and pvname.
Update pvchange to always obtain a vg handle for each pv to process.
Add Add find_vgname_from_{pvname|pvid} functions.
Add pvid_from_devname and lvmcache_vgname_from_pvid lvmcache functions.
Validate orphan and VG_GLOBAL lock order too.
Accept orphan VG names as parameters to lock_vol() and related functions.
Use is_orphan_vg in place of hard-coded prefix tests and add is_global_vg.