diff --git a/WHATS_NEW b/WHATS_NEW index d87a29f91..4b2d630b3 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,5 +1,6 @@ Version 2.02.36 - ================================= + Fix lvconvert -m0 allocatable space check. Version 2.02.35 - 15th April 2008 ================================= diff --git a/tools/lvconvert.c b/tools/lvconvert.c index 1f1173f1d..0b8f0b3bd 100644 --- a/tools/lvconvert.c +++ b/tools/lvconvert.c @@ -750,7 +750,7 @@ int lvconvert(struct cmd_context * cmd, int argc, char **argv) if (lp.pv_count) { if (!(lp.pvh = create_pv_list(cmd->mem, vg, lp.pv_count, - lp.pvs, 1))) + lp.pvs, 0))) goto_bad; } else lp.pvh = &vg->pvs;