From 527b4ed7c180cd50b9ea91aae434baa24b51877b Mon Sep 17 00:00:00 2001 From: Alex Zhuravlev Date: Wed, 26 Mar 2025 16:41:19 +0300 Subject: [PATCH] LU-18851 tests: fix nodelist in sanity/170b on a local setup nodes_list should contain just a single entry Fixes: 8091e481fc ("LU-18810 misc: filename encoding for remaining files") Test-Parameters: trivial Signed-off-by: Alex Zhuravlev Change-Id: Ie855dcf6c2f7a62c3fcf3913fe43d8a8c58e54e2 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/58540 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Oleg Drokin Reviewed-by: Emoly Liu --- lustre/tests/sanity.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index ee16f20..4bbe979 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -21343,6 +21343,7 @@ test_170b() { nodes_list="$nodes_list,$(facet_active_host mds1)" (( $OST1_VERSION >= $(version_code 2.16.52) )) && nodes_list="$nodes_list,$(facet_active_host ost1)" + local_mode && nodes_list=$HOSTNAME old_fl=($(do_nodes $nodes_list $LCTL get_param -n $param)) -- 1.8.3.1