From 496c368528c20b02d12be19b8fe359b9f0c2cea6 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 15 Nov 2019 12:36:39 +0100 Subject: [PATCH] tests: reduce amount of written date Since we reduced created LV to 4M - dd also just 4M. --- test/shell/lvconvert-raid-reshape-stripes-load-reload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/shell/lvconvert-raid-reshape-stripes-load-reload.sh b/test/shell/lvconvert-raid-reshape-stripes-load-reload.sh index 185bb5765..a38d9287b 100644 --- a/test/shell/lvconvert-raid-reshape-stripes-load-reload.sh +++ b/test/shell/lvconvert-raid-reshape-stripes-load-reload.sh @@ -56,7 +56,7 @@ mount "$DM_DEV_DIR/$vg/$lv1" "$mount_dir" echo 3 >/proc/sys/vm/drop_caches # FIXME: This is filling up ram disk. Use sane amount of data please! Rate limit the data written! -dd if=/dev/urandom of="$mount_dir/random" bs=1M count=50 conv=fdatasync +dd if=/dev/urandom of="$mount_dir/random" bs=1M count=4 conv=fdatasync checksum_ "$mount_dir/random" >MD5 # FIXME: wait_for_sync - is this really testing anything under load?