From a41ee518f01c439c2b09eb950ffa92648aff5c2a Mon Sep 17 00:00:00 2001 From: Elena Gryaznova Date: Thu, 6 Oct 2022 11:07:39 +0300 Subject: [PATCH] LU-16219 tests: syntax error fix scrub-performance:scrub_create() fix Fixes: a20b78a81d ("LU-15357 iokit: fix the obsolete usage of cfg_device") Test-Parameters: trivial testlist=scrub-performance Signed-off-by: Elena Gryaznova HPE-bug-id: LUS-11277 Change-Id: Ib6e4354c2f399019ec2d6c33f9a7d544226c0392 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/48795 Reviewed-by: Vladimir Saveliev Reviewed-by: Alexander Zarochentsev Reviewed-by: Oleg Drokin Reviewed-by: Andreas Dilger Tested-by: Maloo Tested-by: jenkins --- lustre/tests/scrub-performance.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/tests/scrub-performance.sh b/lustre/tests/scrub-performance.sh index aee5aa0..00e38cb 100644 --- a/lustre/tests/scrub-performance.sh +++ b/lustre/tests/scrub-performance.sh @@ -84,7 +84,6 @@ scrub_create() { ${ECHOCMD} "${LCTL} --device ${echodev} \ --threads ${threads} 0 ${echodev} \ test_create -d${tdir} -D${threads} -b${lbase} -c0 -n${usize}" - EOF" } scrub_cleanup() { -- 1.8.3.1