From: Jinshan Xiong Date: Sat, 6 Aug 2011 02:32:22 +0000 (-0700) Subject: LU-573: conf-sanity test_22 failed with 41 X-Git-Tag: 2.1.51~26 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=ae5556e079c32ce211d2e27f39ee36fa9fa69d19 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 --- 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