From 2a8ffe262a035dacba38b2ea29776b76a083acb9 Mon Sep 17 00:00:00 2001 From: Yang Sheng Date: Sun, 10 Jan 2021 23:50:44 +0800 Subject: [PATCH] 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 --- lustre/tests/functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.8.3.1