From cdd8b056bff0d48155eaf4b7732d1d8880ceda55 Mon Sep 17 00:00:00 2001 From: Jian Yu Date: Wed, 23 Aug 2023 17:56:05 -0700 Subject: [PATCH] LU-16943 tests: use primary ost1 server in replay-single/135 This patch fixes replay-single test_135() to make sure the primary ost1 server is used at the beginning of the test. Test-Parameters: trivial env=REPLAY_SINGLE_EXCEPT=200 testlist=replay-single Test-Parameters: trivial env=REPLAY_SINGLE_EXCEPT=200,FAILURE_MODE=HARD \ clientcount=4 mdtcount=1 mdscount=2 osscount=2 \ austeroptions=-R failover=true iscsi=1 \ testlist=replay-single,mmp Fixes: 1b73b6465b77 ("LU-16943 tests: fix replay-single/135 under hard failure mode") Change-Id: Ia25314255c9f00ba71687e1f757517f37031caed Signed-off-by: Jian Yu Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/52058 Tested-by: Maloo Tested-by: jenkins Reviewed-by: Andreas Dilger Reviewed-by: Alex Deiter Reviewed-by: Oleg Drokin --- lustre/tests/replay-single.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index 57013f1..943079a 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -4946,6 +4946,9 @@ run_test 134 "replay creation of a file created in a pool" # LU-14027 test_135() { + # make sure we are using the primary server + [[ $(facet_active ost1) == "ost1" ]] || fail ost1 + mkdir $DIR/$tdir || error "mkdir $DIR/$tdir failed" # All files to ost1 -- 1.8.3.1