Whamcloud - gitweb
LU-17215 tests: sanity/398q to use $tfile 72/52772/4
authorAlex Zhuravlev <bzzz@whamcloud.com>
Fri, 20 Oct 2023 11:23:26 +0000 (14:23 +0300)
committerOleg Drokin <green@whamcloud.com>
Wed, 3 Jan 2024 03:04:33 +0000 (03:04 +0000)
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 <bzzz@whamcloud.com>
Change-Id: I85b0afce577b708ef9e69747774bd248484bd9dd
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/52772
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Mikhail Pershin <mpershin@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/sanity.sh

index 6ad6e50..98fee60 100755 (executable)
@@ -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