From 2292fad6e64f6f2aa1c74862dc65c58c20ce723f Mon Sep 17 00:00:00 2001 From: vitaly Date: Fri, 30 Oct 2009 10:42:14 +0000 Subject: [PATCH] Branch HEAD b=21168 i=jian.yu ensure all OST get reconnected after the client remount before proceeding --- lustre/tests/sanity.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 24435a4..32a6421 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -6087,6 +6087,7 @@ test_150() { cancel_lru_locks osc cmp $TF $DIR/$tfile || error "$TMP/$tfile $DIR/$tfile differ" remount_client $MOUNT + df -P $MOUNT cmp $TF $DIR/$tfile || error "$TF $DIR/$tfile differ (remount)" $TRUNCATE $TF 6000 -- 1.8.3.1