From d9a63cfffdf5d1ec7073b6b8e110b23b271405de Mon Sep 17 00:00:00 2001 From: Landen Date: Tue, 2 Nov 2010 15:24:48 +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 bb1b07b..ef5def1 100644 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -1462,6 +1462,8 @@ test_18bc_sub() { DDPID=$! do_facet $SINGLEMDS "$LCTL conf_param ${FSNAME}-MDT*.mdd.quota_type=ug" + replay_barrier $SINGLEMDS + log "failing mds for $((2 * timeout)) seconds" fail $SINGLEMDS $((2 * timeout)) -- 1.8.3.1