From 4b8f066c190dfb6bdc68cefce1788db87bcccc7c Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Fri, 25 Feb 2011 14:12:14 +0000 Subject: vgconvert is fixed now to work with the changes in metadata area handling - enable the tests. Add a small fix that preserves pe_start for lvm1 PVs when being converted. (this fix needs to be replaced with something more clever, but let's have this working now) --- lib/format1/format1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/format1') diff --git a/lib/format1/format1.c b/lib/format1/format1.c index c49226f8..9011982f 100644 --- a/lib/format1/format1.c +++ b/lib/format1/format1.c @@ -400,7 +400,7 @@ static int _format1_pv_initialise(const struct format_type * fmt, static int _format1_pv_setup(const struct format_type *fmt, struct physical_volume *pv, - struct volume_group *vg __attribute__((unused))) + struct volume_group *vg) { return _format1_pv_initialise(fmt, -1, 0, 0, vg->extent_size, 0, 0, pv); } -- cgit