From: Elena Gryaznova Date: Wed, 25 Jan 2023 22:43:12 +0000 (+0100) Subject: LU-16505 tests: run_info() minor fix X-Git-Tag: 2.15.56~15 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F71%2F49771%2F4;p=fs%2Flustre-release.git 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 --- 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 "*******************************" }