[lvm-devel] master - tests: fix dd option in cache-single-options

David Teigland teigland at sourceware.org
Thu Nov 8 15:33:48 UTC 2018


Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=8c5fbd5fac7de820f7b4106a070b993a1565c112
Commit:        8c5fbd5fac7de820f7b4106a070b993a1565c112
Parent:        d4de3cfa4dd16512ac68f637ed7f484b7461edb9
Author:        David Teigland <teigland at redhat.com>
AuthorDate:    Thu Nov 8 09:33:09 2018 -0600
Committer:     David Teigland <teigland at redhat.com>
CommitterDate: Thu Nov 8 09:33:09 2018 -0600

tests: fix dd option in cache-single-options

---
 test/shell/cache-single-options.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/shell/cache-single-options.sh b/test/shell/cache-single-options.sh
index 38d5a4a..4eb4d1c 100644
--- a/test/shell/cache-single-options.sh
+++ b/test/shell/cache-single-options.sh
@@ -58,7 +58,7 @@ mount_umount()
 
 	mount "$DM_DEV_DIR/$vg/$lvt" "$mount_dir"
 	diff pattern1 "$mount_dir/pattern1"
-	dd if="$mount_dir/zeros2M" of=/dev/null bs=1M count=2 conv=fdatasync
+	dd if="$mount_dir/zeros2M" of=/dev/null bs=1M count=2
 	umount "$mount_dir"
 
 	lvchange -an $vg/$lvt




More information about the lvm-devel mailing list