From 0e742161ef560bef3bdc9c055591f36142c9fefd Mon Sep 17 00:00:00 2001 From: Elena Gryaznova Date: Wed, 25 Jan 2023 23:43:12 +0100 Subject: [PATCH] LU-16505 tests: run_info() minor fix Address the run_info() parameters correctly. Fixes: a98728e4fd ("LU-15626 tests: Fix "error" reported by shellcheck for recovery-mds-scale") Test-Parameters: trivial clientcount=5 mdtcount=2 mdscount=2 osscount=2 austeroptions=-R failover=true iscsi=1 env=SERVER_FAILOVER_PERIOD=1600,REQFAIL_PERCENT=100,SLOW=yes testlist=recovery-mds-scale Signed-off-by: Elena Gryaznova HPE-bug-id: LUS-11449 Change-Id: Ice8f5b0a85d66708942c7665f028fd6de66165a9 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/49771 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Oleg Drokin Reviewed-by: Arshad Hussain Reviewed-by: Andreas Dilger Reviewed-by: Alex Deiter --- lustre/tests/recovery-mds-scale.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lustre/tests/recovery-mds-scale.sh b/lustre/tests/recovery-mds-scale.sh index e20cee9..517257b 100644 --- a/lustre/tests/recovery-mds-scale.sh +++ b/lustre/tests/recovery-mds-scale.sh @@ -64,9 +64,9 @@ run_info() { $oput "END_RUN_FILE:$7" $oput "LOAD_PID_FILE:$8" $oput "VMSTAT_PID_FILE:$9" - $oput "CLIENTCOUNT:$10" - $oput "MDTS:$11" - $oput "OSTS:$12" + $oput "CLIENTCOUNT:${10}" + $oput "MDTS:${11}" + $oput "OSTS:${12}" $oput "*******************************" } -- 1.8.3.1