mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
cache: enable raid conversion for _cdata and _cmeta
Since thin-pool supports convertion of data and metadata LV, enable the same for cache data and metadata LV.
This commit is contained in:
parent
6f002c29a5
commit
d1608345df
@ -1,5 +1,6 @@
|
||||
Version 2.02.135 -
|
||||
====================================
|
||||
Allow lvconvert cache pools' data and metadata LV to raid.
|
||||
Fix reading of old metadata with missing cache policy or mode settings.
|
||||
Issue error if external_device_info_source=udev and udev db record incomplete.
|
||||
Fix passing of 32bit values through daemons (mostly lvmlockd).
|
||||
|
@ -199,6 +199,8 @@ static int _lvconvert_name_params(struct lvconvert_params *lp,
|
||||
!arg_count(cmd, splitmirrors_ARG) &&
|
||||
!strstr(lp->lv_name, "_tdata") &&
|
||||
!strstr(lp->lv_name, "_tmeta") &&
|
||||
!strstr(lp->lv_name, "_cdata") &&
|
||||
!strstr(lp->lv_name, "_cmeta") &&
|
||||
!apply_lvname_restrictions(lp->lv_name))
|
||||
return_0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user