From: Yang Sheng Date: Sun, 10 Jan 2021 15:50:44 +0000 (+0800) Subject: LU-14303 tests: parallel-scale test rr_alloc fails X-Git-Tag: 2.14.0-RC1~15 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=2a8ffe262a035dacba38b2ea29776b76a083acb9;p=fs%2Flustre-release.git LU-14303 tests: parallel-scale test rr_alloc fails Correct the parameter for DNE environment. Else the test case will fail on 'No such file or directory'. Signed-off-by: Yang Sheng Change-Id: Ib94c5b17a3b49153ac229bfc4dfcee39bd9f60d4 Reviewed-on: https://review.whamcloud.com/41192 Tested-by: jenkins Reviewed-by: James Nunez Tested-by: Maloo Reviewed-by: Jian Yu Reviewed-by: Andreas Dilger Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/functions.sh b/lustre/tests/functions.sh index cf35d89..66bf766 100644 --- a/lustre/tests/functions.sh +++ b/lustre/tests/functions.sh @@ -1067,8 +1067,8 @@ run_rr_alloc() { local i for i in $(seq $MDSCOUNT); do do_facet mds$i "$LCTL set_param -n \ - lod.$FSNAME-MDT0000*.qos_threshold_rr=100 \ - osp.$FSNAME-OST*-osc-MDT0000.create_count=$create_count" || + lod.$FSNAME-MDT*.qos_threshold_rr=100 \ + osp.$FSNAME-OST*-osc-MDT*.create_count=$create_count" || error "failed while setting qos_threshold_rr & creat_count" done