1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-24 17:57:48 +03:00

lvconvert: cachevol LV can have multiple segments

This commit is contained in:
David Teigland 2019-09-18 15:11:14 -05:00
parent 3ce0dc59f2
commit d2c065789c

View File

@ -805,7 +805,6 @@ int check_lv_segments(struct logical_volume *lv, int complete_vg)
if ((seg_count != 1) &&
(lv_is_cache(lv) ||
lv_is_cache_pool(lv) ||
lv_is_cache_vol(lv) ||
lv_is_raid(lv) ||
lv_is_snapshot(lv) ||
lv_is_thin_pool(lv) ||