From e296c2d9f5d8ff8a7efdcef75bc3e8d379307440 Mon Sep 17 00:00:00 2001 From: Jinshan Xiong Date: Fri, 7 Oct 2011 11:27:19 -0700 Subject: [PATCH] LU-743 conf-sanity: test_46a failure This failure is because client still didn't see the adding OSTs so it met a problem when decoding lsm because the # of OSTs was over tgt count at the client side. Change-Id: I49ee22379734375a2a92f7495f6d849e47db0909 Signed-off-by: Jinshan Xiong Reviewed-on: http://review.whamcloud.com/1494 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Oleg Drokin --- lustre/tests/conf-sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index be90e8a..e9193ea 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -1983,9 +1983,9 @@ test_46a() { # wait until osts in sync for (( i=2; i<=$OSTCOUNT; i++ )); do wait_osc_import_state mds ost$i FULL + wait_osc_import_state client ost$i FULL done - #second client see all ost's mount_client $MOUNT2 || return 8 -- 1.8.3.1