]> sourceware.org Git - lvm2.git/commitdiff
tests: enable writeback in cache-single-options
authorDavid Teigland <teigland@redhat.com>
Thu, 8 Nov 2018 15:40:41 +0000 (09:40 -0600)
committerDavid Teigland <teigland@redhat.com>
Thu, 8 Nov 2018 15:40:41 +0000 (09:40 -0600)
test/shell/cache-single-options.sh

index 4eb4d1c5f210401542b1aa05e76fdc0f33c4600c..00c1b1dc4da97de77ac9b6d744456f2f058e35c6 100644 (file)
@@ -164,16 +164,16 @@ mount_umount $lv1
 #mount_umount $lv1
 
 
-#lvconvert -y --type cache --cachepool $lv2 --cachemode writeback $vg/$lv1
+lvconvert -y --type cache --cachepool $lv2 --cachemode writeback $vg/$lv1
 
-#check lv_field $vg/$lv1 cachemode "writeback"
+check lv_field $vg/$lv1 cachemode "writeback"
 
-#mkfs_mount_umount $lv1
+mkfs_mount_umount $lv1
 
-#lvconvert --splitcache $vg/$lv1
-#check lv_field $vg/$lv1 segtype linear
-#check lv_field $vg/$lv2 segtype linear
-#mount_umount $lv1
+lvconvert --splitcache $vg/$lv1
+check lv_field $vg/$lv1 segtype linear
+check lv_field $vg/$lv2 segtype linear
+mount_umount $lv1
 
 
 #
This page took 0.033878 seconds and 5 git commands to generate.