From: Alex Zhuravlev Date: Fri, 20 Oct 2023 11:23:26 +0000 (+0300) Subject: LU-17215 tests: sanity/398q to use $tfile X-Git-Tag: 2.15.60~1 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;ds=sidebyside;h=54d8859befeded050cb8b03dc130f83322bb953a;p=fs%2Flustre-release.git LU-17215 tests: sanity/398q to use $tfile tfile seems to be a typo Fixes: 43c3a804fe2 ("LU-13805 tests: Add racing tests of BIO, DIO") Test-Parameters: trivial Signed-off-by: Alex Zhuravlev Change-Id: I85b0afce577b708ef9e69747774bd248484bd9dd Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/52772 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Mikhail Pershin Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 6ad6e50..98fee60 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -27298,7 +27298,7 @@ test_398q() $((stripe_size * 4)); do echo "bs: $bs, file_size $file_size" - dd if=$DIR/$tfile.1 bs=$((bs *2 )) of=$DIR/tfile.2 \ + dd if=$DIR/$tfile.1 bs=$((bs *2 )) of=$DIR/$tfile.2 \ conv=notrunc oflag=direct iflag=direct & pid_dio1=$! # Buffered I/O with similar but not the same block size