From: grev Date: Fri, 11 Sep 2009 16:08:43 +0000 (+0000) Subject: b=18623 X-Git-Tag: v1_8_1_1~44 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=ce72ca4a78829fe81d8d9c517de59d9eef2f3bff;p=fs%2Flustre-release.git b=18623 o=Ed.Giesen i=grev move unset ENABLE_QUOTA to after config file read --- diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index 3bb9d69..51f0ea0 100644 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -41,8 +41,6 @@ IUNIT_SZ=${IUNIT_SZ:-10} # min inode quota unit MAX_DQ_TIME=604800 MAX_IQ_TIME=604800 -unset ENABLE_QUOTA - TRACE=${TRACE:-""} LUSTRE=${LUSTRE:-`dirname $0`/..} . $LUSTRE/tests/test-framework.sh @@ -50,6 +48,8 @@ init_test_env $@ . ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh} DIRECTIO=${DIRECTIO:-$LUSTRE/tests/directio} +unset ENABLE_QUOTA + remote_mds_nodsh && skip "remote MDS with nodsh" && exit 0 remote_ost_nodsh && skip "remote OST with nodsh" && exit 0