https://bugzilla.novell.com/show_bug.cgi?id=726375 https://bugzilla.novell.com/show_bug.cgi?id=726375#c3 Xinwei Hu <xwhu@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |Yarny@public-files.de --- Comment #3 from Xinwei Hu <xwhu@suse.com> 2011-10-31 03:54:01 UTC --- Hi Yarny, Index: LVM2.2.02.84/lib/metadata/mirror.c =================================================================== --- LVM2.2.02.84.orig/lib/metadata/mirror.c 2011-01-24 22:19:05.000000000 +0800 +++ LVM2.2.02.84/lib/metadata/mirror.c 2011-10-28 18:08:40.000000000 +0800 @@ -1843,8 +1843,9 @@ /* allocate destination extents */ ah = allocate_extents(lv->vg, NULL, segtype, - 0, 0, log_count - old_log_count, region_size, 0, - allocatable_pvs, alloc, parallel_areas); + 0, 0, log_count - old_log_count, region_size, + lv->le_count, allocatable_pvs, + alloc, parallel_areas); if (!ah) { log_error("Unable to allocate extents for mirror log."); return 0; Would you try this patch ? Or, if you prefer rpm, I can provide you a pre-build one. Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.