From e2da6d309277335684ee9e8060cdfc7f28c8e4b3 Mon Sep 17 00:00:00 2001 From: Landen Date: Mon, 29 Nov 2010 16:07:12 +0800 Subject: [PATCH] b=23868 fix "sanity-quota test_18c: @@@@@@ FAIL: quotaon failed!" i=johann i=mikhail.pershin --- lustre/tests/sanity-quota.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index 97d91fa..95e2cbc 100755 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -1562,6 +1562,8 @@ test_18bc_sub() { DDPID=$! do_facet mds "$LCTL conf_param ${FSNAME}-MDT*.$(get_md_name).quota_type=ug" + replay_barrier mds + log "failing mds for $((2 * timeout)) seconds" fail mds $((2 * timeout)) -- 1.8.3.1