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:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user