mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
thin: when converting a thin pool data or metadata LV from
linear to raid1, the linear wasnt't switched to the raid1 mapping, thus creating the false impression of resilience.
This commit is contained in:
parent
6b6e258e0c
commit
237f84e038
@ -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_origin(lv))
|
||||
if (!lv_update_and_reload(lv))
|
||||
return_0;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user