summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2019-11-15 12:36:39 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2019-11-15 12:37:44 +0100
commit496c368528c20b02d12be19b8fe359b9f0c2cea6 (patch)
tree8d6110b00be9121ff6dfb02b1999b6a4b37995c6
parentdccc50f6f60390b18e5387cd38647209f36fa998 (diff)
downloadlvm2-496c368528c20b02d12be19b8fe359b9f0c2cea6.tar.gz
tests: reduce amount of written date
Since we reduced created LV to 4M - dd also just 4M.
-rw-r--r--test/shell/lvconvert-raid-reshape-stripes-load-reload.sh2
1 files changed, 1 insertions, 1 deletions
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?