mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
thin: work with active thin-pool
When 'lvextend -L+XX vg/thinpool' do not leave inactive table loaded for 'wrapping' LV on top of resized thin-pool (ATM we use linear LV for this with same size as thin-pool).
This commit is contained in:
parent
15be97d76b
commit
94c9453659
@ -1,5 +1,6 @@
|
||||
Version 2.02.136 -
|
||||
=====================================
|
||||
Fix inactive table loaded for wrapping thin-pool when resizing it.
|
||||
Extend the list of ignored libraries when locking memory.
|
||||
|
||||
Version 2.02.135 - 23rd November 2015
|
||||
|
@ -2311,7 +2311,7 @@ static int _add_lv_to_dtree(struct dev_manager *dm, struct dm_tree *dtree,
|
||||
return_0;
|
||||
if (seg->pool_lv &&
|
||||
(lv_is_cache_pool(seg->pool_lv) || !dm->skip_external_lv) &&
|
||||
!_add_lv_to_dtree(dm, dtree, seg->pool_lv, 1)) /* stack */
|
||||
!_add_lv_to_dtree(dm, dtree, seg->pool_lv, origin_only))
|
||||
return_0;
|
||||
|
||||
for (s = 0; s < seg->area_count; s++) {
|
||||
|
Loading…
Reference in New Issue
Block a user