]> sourceware.org Git - lvm2.git/commitdiff
lvconvert: cachevol LV can have multiple segments
authorDavid Teigland <teigland@redhat.com>
Wed, 18 Sep 2019 20:11:14 +0000 (15:11 -0500)
committerDavid Teigland <teigland@redhat.com>
Fri, 20 Sep 2019 14:59:37 +0000 (09:59 -0500)
lib/metadata/merge.c

index 08f8fbece70bec74bc1dfd8e327981d9625528ad..e482921ce00ae71ac2b48c53620ba76977b24ce2 100644 (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) ||
This page took 0.036655 seconds and 5 git commands to generate.