1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-17 06:04:23 +03:00

Fix lvconvert -m0 allocatable space check.

This commit is contained in:
Alasdair Kergon 2008-04-18 12:50:24 +00:00
parent f6a88f3236
commit 7e305eda2f
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Version 2.02.36 -
=================================
Fix lvconvert -m0 allocatable space check.
Version 2.02.35 - 15th April 2008
=================================

View File

@ -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;