From db9108300af2949a7ff334973f3df4486cec4a6a Mon Sep 17 00:00:00 2001 From: Jian Yu Date: Wed, 23 Aug 2023 18:01:20 -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. Lustre-change: https://review.whamcloud.com/52058 Lustre-commit: cdd8b056bff0d48155eaf4b7732d1d8880ceda55 Test-Parameters: trivial testlist=replay-single Test-Parameters: trivial env=FAILURE_MODE=HARD \ clientcount=4 mdtcount=1 mdscount=2 osscount=2 \ austeroptions=-R failover=true iscsi=1 \ testlist=replay-single,mmp Fixes: 81418be83ed8 ("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/+/52059 Reviewed-by: Oleg Drokin Reviewed-by: Alex Deiter Tested-by: jenkins Tested-by: Maloo --- 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 f631b73..c02bcc2 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -4958,6 +4958,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