From 95c26654145125c4abac9b1cf2049ef20bb3246c Mon Sep 17 00:00:00 2001 From: Vladimir Saveliev Date: Fri, 8 Oct 2010 17:39:06 +0400 Subject: [PATCH] b=23588 wait for new OST addition propagation to clients i=nathan.rutman --- lustre/tests/conf-sanity.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index da9eec8..cba8b95 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -2186,6 +2186,8 @@ test_50g() { [ "$OSTCOUNT" -lt "2" ] && skip_env "$OSTCOUNT < 2, skipping" && return setup start_ost2 || error "Unable to start OST2" + wait_osc_import_state mds ost2 FULL + wait_osc_import_state client ost2 FULL local PARAM="${FSNAME}-OST0001.osc.active" -- 1.8.3.1