]> sourceware.org Git - lvm2.git/commitdiff
tests: update cache-single-split
authorDavid Teigland <teigland@redhat.com>
Fri, 20 Sep 2019 21:33:35 +0000 (16:33 -0500)
committerDavid Teigland <teigland@redhat.com>
Fri, 20 Sep 2019 21:36:14 +0000 (16:36 -0500)
the new use of uuid suffixes on internal dm devs
has impacted splitting when an LV is active,
so temporarily disable that until fixed.

test/shell/cache-single-split.sh

index 90c3ddb48ea2d121511dbc2d6c1f3a753acb9ff2..edfa08751de73690d7ad51882b4b1a7feaae42ae 100644 (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"
 
This page took 0.039054 seconds and 5 git commands to generate.