From bebf1e3f09144ca59cc6b0c2b61c65290626ada8 Mon Sep 17 00:00:00 2001 From: "John L. Hammond" Date: Mon, 25 Jan 2016 14:41:49 -0600 Subject: [PATCH] LU-7710 test: sync all clients in recovery-small 130[acb] In recovery-small test_130[abc]() call sync on all clients rather than just on the client where the test script is running. Signed-off-by: John L. Hammond Change-Id: I1d7aec650d08a6fb417a5df3509b657e9ccda902 Reviewed-on: http://review.whamcloud.com/18138 Tested-by: Jenkins Reviewed-by: Jian Yu Reviewed-by: James Nunez Tested-by: Maloo Reviewed-by: Oleg Drokin --- lustre/tests/recovery-small.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index 51f5e1f..03ce07c 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -2258,7 +2258,7 @@ test_130_base() { # Prevent interference from layout intent RPCs due to # asynchronous writeback. These will be tested in 130c below. - sync + do_nodes ${CLIENTS:-$HOSTNAME} sync # get only LOOKUP lock on $tdir cancel_lru_locks mdc @@ -2309,7 +2309,7 @@ run_test 130b "enqueue resend on a stale inode" test_130c() { remote_mds_nodsh && skip "remote MDS with nodsh" && return - sync + do_nodes ${CLIENTS:-$HOSTNAME} sync echo XXX > $DIR/$tfile cancel_lru_locks mdc -- 1.8.3.1