From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31342 invoked by alias); 12 Feb 2012 22:37:25 -0000 Received: (qmail 31324 invoked by uid 9447); 12 Feb 2012 22:37:25 -0000 Date: Sun, 12 Feb 2012 22:37:00 -0000 Message-ID: <20120212223725.31322.qmail@sourceware.org> From: agk@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2 ./WHATS_NEW lib/metadata/metadata-exported.h 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: 2012-02/txt/msg00058.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: agk@sourceware.org 2012-02-12 22:37:24 Modified files: . : WHATS_NEW lib/metadata : metadata-exported.h Log message: FMT_INSTANCE_PV is no longer used Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.2276&r2=1.2277 http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/metadata/metadata-exported.h.diff?cvsroot=lvm2&r1=1.228&r2=1.229 --- LVM2/WHATS_NEW 2012/02/10 02:56:54 1.2276 +++ LVM2/WHATS_NEW 2012/02/12 22:37:24 1.2277 @@ -1,6 +1,7 @@ Version 2.02.91 - =================================== - Refactor format instances for orphan PVs (internal). + Remove PV-based format instances (which are no longer needed). + Link all orphan PVs directly to a per-format global orphan VG. Refactor lvmcache around an internal API. Stop processing lvextend if trying to extend a mirror that is being recovered. Add pool_below_threshold() function to check thin pool percent status. --- LVM2/lib/metadata/metadata-exported.h 2012/02/10 02:53:05 1.228 +++ LVM2/lib/metadata/metadata-exported.h 2012/02/12 22:37:24 1.229 @@ -200,16 +200,13 @@ /* * These flags define the type of the format instance to be created. - * There are two basic types: a PV-based and a VG-based format instance. + * There used to be a PV-based type, but all are now VG-based. * We can further control the format_instance initialisation and functionality * by using the other flags. Today, the primary role of the format_instance * is to temporarily store metadata area information we are working with. More * flags can be defined to cover even more functionality in the future... */ -/* PV-based format instance */ -#define FMT_INSTANCE_PV 0x00000000U - /* VG-based format instance */ #define FMT_INSTANCE_VG 0x00000001U