1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-08-25 13:49:28 +03:00

tests: update cache-single-split

the new use of uuid suffixes on internal dm devs
has impacted splitting when an LV is active,
so temporarily disable that until fixed.
This commit is contained in:
David Teigland
2019-09-20 16:33:35 -05:00
parent 27c3c1d7c8
commit 338a60bb41

View File

@ -113,7 +113,7 @@ check lv_field $vg/$lv1 cachemode "writethrough"
mkfs_mount_umount $lv1
lvchange -ay $vg/$lv1
# lvchange -ay $vg/$lv1
lvconvert --splitcache $vg/$lv1
lvs -o segtype $vg/$lv1 | grep linear
@ -135,7 +135,7 @@ lvchange -an $vg/$lv2
mkfs_mount_umount $lv1
lvchange -ay $vg/$lv1
# lvchange -ay $vg/$lv1
lvconvert --splitcache $vg/$lv1
lvs -o segtype $vg/$lv1 | grep linear
@ -160,7 +160,7 @@ lvchange -an $vg/$lv2
mkfs_mount_umount $lv1
lvchange -ay $vg/$lv1
# lvchange -ay $vg/$lv1
aux disable_dev "$dev2"