]> sourceware.org Git - lvm2.git/commitdiff
tests: reduce amount of written date
authorZdenek Kabelac <zkabelac@redhat.com>
Fri, 15 Nov 2019 11:36:39 +0000 (12:36 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Fri, 15 Nov 2019 11:37:44 +0000 (12:37 +0100)
Since we reduced created LV to 4M - dd also just 4M.

test/shell/lvconvert-raid-reshape-stripes-load-reload.sh

index 185bb576513a44deac781b0d1bafbddb14f9c965..a38d9287bff7b5e594222f72344933787d6bafb0 100644 (file)
@@ -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?
This page took 0.035631 seconds and 5 git commands to generate.