mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Revert "thin: when converting a thin pool data or metadata LV from"
This reverts commit 237f84e038
.
This case failed:
lvcreate --type raid1 -m1 -l2 vg99
lvcreate -aey -l2 -s vg99/lvol0
lvconvert -m2 vg99/lvol0
This commit is contained in:
parent
d0df1ff995
commit
c490be9134
@ -862,7 +862,7 @@ to be left for these sub-lvs.
|
||||
dm_list_iterate_items(lvl, &data_lvs)
|
||||
lv_set_hidden(lvl->lv);
|
||||
|
||||
if (!lv_update_and_reload(lv))
|
||||
if (!lv_update_and_reload_origin(lv))
|
||||
return_0;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user