Whamcloud - gitweb
LU-16505 tests: run_info() minor fix 71/49771/4
authorElena Gryaznova <elena.gryaznova@hpe.com>
Wed, 25 Jan 2023 22:43:12 +0000 (23:43 +0100)
committerOleg Drokin <green@whamcloud.com>
Fri, 9 Jun 2023 05:25:11 +0000 (05:25 +0000)
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 <elena.gryaznova@hpe.com>
HPE-bug-id: LUS-11449
Change-Id: Ice8f5b0a85d66708942c7665f028fd6de66165a9
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/49771
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Reviewed-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Alex Deiter <alex.deiter@gmail.com>
lustre/tests/recovery-mds-scale.sh

index e20cee9..517257b 100644 (file)
@@ -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 "*******************************"
 }