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:
parent
f6a88f3236
commit
7e305eda2f
@ -1,5 +1,6 @@
|
||||
Version 2.02.36 -
|
||||
=================================
|
||||
Fix lvconvert -m0 allocatable space check.
|
||||
|
||||
Version 2.02.35 - 15th April 2008
|
||||
=================================
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user