From ae5556e079c32ce211d2e27f39ee36fa9fa69d19 Mon Sep 17 00:00:00 2001 From: Jinshan Xiong Date: Fri, 5 Aug 2011 19:32:22 -0700 Subject: [PATCH] LU-573: conf-sanity test_22 failed with 41 Make sure recovery on OST is finished before trying to create file Change-Id: I4a36685a5cd9c55de729906bff50c29b1108c931 Signed-off-by: Jinshan Xiong Reviewed-on: http://review.whamcloud.com/1192 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Oleg Drokin --- lustre/tests/conf-sanity.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 8134cb4..be90e8a 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -735,6 +735,7 @@ test_21d() { stop_mgs #writeconf to remove all ost2 traces for subsequent tests writeconf + start_mgs } run_test 21d "start mgs then ost and then mds" @@ -764,6 +765,8 @@ test_22() { sleep $((TIMEOUT + TIMEOUT + TIMEOUT)) fi mount_client $MOUNT + wait_osc_import_state mds ost FULL + wait_osc_import_state client ost FULL check_mount || return 41 pass -- 1.8.3.1