1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-08-02 04:22:02 +03:00

Extend allocation areas to avoid overflow with contiguous with other PVs.

Another pvmove fix.
This commit is contained in:
Alasdair Kergon
2005-11-10 14:45:39 +00:00
parent 47b59176e0
commit b79c897ea1
3 changed files with 8 additions and 2 deletions

View File

@ -309,7 +309,7 @@ static int _add_target_line(struct dev_manager *dm, struct dm_pool *mem,
}
done:
return add_areas_line(dm, seg, node, start_area, seg->area_count);
return add_areas_line(dm, seg, node, start_area, area_count);
}
static int _target_present(void)