From 9e5a5ede1a1c838cd6dd8c0d45ba03ed50227f38 Mon Sep 17 00:00:00 2001 From: Andrew Perepechko Date: Thu, 14 Oct 2010 18:50:10 +0400 Subject: [PATCH] b=23818 sanity_quota test_32 fix wait until MDS-OST synchronization is done i=Johann Lombardi i=ZhiYong Tian --- lustre/tests/sanity-quota.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index 7fe96a0..4c1930d 100644 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -2166,6 +2166,10 @@ test_32() cleanup_and_setup_lustre LOAD_MODULES_REMOTE=$LMR_orig + client_up + wait_mds_ost_sync + quota_init + for user in $SANITY_QUOTA_USERS; do check_runas_id_ret $user quota_usr "runas -u $user -g quota_usr" >/dev/null 2>/dev/null || \ missing_users="$missing_users $user" -- 1.8.3.1