From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26367 invoked by alias); 19 May 2010 11:57:07 -0000 Received: (qmail 26347 invoked by uid 9657); 19 May 2010 11:57:06 -0000 Date: Wed, 19 May 2010 11:57:00 -0000 Message-ID: <20100519115706.26344.qmail@sourceware.org> From: wysochanski@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2 WHATS_NEW Mailing-List: contact lvm2-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: lvm2-cvs-owner@sourceware.org X-SW-Source: 2010-05/txt/msg00055.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: wysochanski@sourceware.org 2010-05-19 11:57:05 Modified files: . : WHATS_NEW Log message: Update WHATS_NEW Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.1566&r2=1.1567 --- LVM2/WHATS_NEW 2010/05/19 02:36:33 1.1566 +++ LVM2/WHATS_NEW 2010/05/19 11:57:05 1.1567 @@ -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.