X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Fsanity-quota.sh;h=09806a504fcc28cd8bb71ebcc83f9edfc6dfa9d0;hp=e6ed9f94c98f98992988539bfd1545e5cf90b000;hb=f424516984cd4e1aab0dc2070b971744c9ff811b;hpb=6e7b7f67c9d382a5e543199d1bf9cf277e99ea03;ds=sidebyside diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index e6ed9f9..09806a5 100644 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -79,14 +79,6 @@ SHOW_QUOTA_INFO_GROUP="$LFS quota -t -g $DIR" build_test_filter -# Use OFD for all quota testing -cleanupall -USE_OFD_OLD="$USE_OFD" -LOAD_MODULES_REMOTE_OLD="$LOAD_MODULES_REMOTE" -export USE_OFD="yes" -export LOAD_MODULES_REMOTE="true" -setupall - lustre_fail() { local fail_node=$1 local fail_loc=$2 @@ -2041,7 +2033,5 @@ quota_fini cd $ORIG_PWD complete $(basename $0) $SECONDS check_and_cleanup_lustre -export USE_OFD="$USE_OFD_OLD" -export LOAD_MODULES_REMOTE="$LOAD_MODULES_REMOTE_OLD" export QUOTA_AUTO=$QUOTA_AUTO_OLD exit_status