]> sourceware.org Git - lvm2.git/commitdiff
tests: update cache-single-split
authorDavid Teigland <teigland@redhat.com>
Mon, 23 Sep 2019 19:20:01 +0000 (14:20 -0500)
committerDavid Teigland <teigland@redhat.com>
Mon, 23 Sep 2019 19:21:09 +0000 (14:21 -0500)
enable splitting while LV is active which works
again since the cvol suffix was dropped.

test/shell/cache-single-split.sh

index edfa08751de73690d7ad51882b4b1a7feaae42ae..90c3ddb48ea2d121511dbc2d6c1f3a753acb9ff2 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.037677 seconds and 5 git commands to generate.