mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-11 20:58:50 +03:00
Revert "thin: when converting a thin pool data or metadata LV from"
This reverts commit 237f84e0383c7e3003050be7c072ee0a092fd426. 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)
|
dm_list_iterate_items(lvl, &data_lvs)
|
||||||
lv_set_hidden(lvl->lv);
|
lv_set_hidden(lvl->lv);
|
||||||
|
|
||||||
if (!lv_update_and_reload(lv))
|
if (!lv_update_and_reload_origin(lv))
|
||||||
return_0;
|
return_0;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user