From a353bfdd9f5f612967e514240b8c4cb06d924a19 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Mon, 23 Sep 2019 14:20:01 -0500 Subject: [PATCH] tests: update cache-single-split enable splitting while LV is active which works again since the cvol suffix was dropped. --- test/shell/cache-single-split.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/shell/cache-single-split.sh b/test/shell/cache-single-split.sh index edfa08751..90c3ddb48 100644 --- a/test/shell/cache-single-split.sh +++ b/test/shell/cache-single-split.sh @@ -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" -- 2.43.5