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:
@ -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)
|
||||
|
Reference in New Issue
Block a user