From 3a8691d2349b592e8c0589832a053e01e565ce2f Mon Sep 17 00:00:00 2001 From: vitaly Date: Mon, 2 Nov 2009 13:49:24 +0000 Subject: [PATCH] Branch b1_8 b=21168 i=jian.yu ensure all the OSTs are reconnected after client's remount --- lustre/tests/sanity.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 03c7e41..d070ba1 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -5794,6 +5794,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