From f424516984cd4e1aab0dc2070b971744c9ff811b Mon Sep 17 00:00:00 2001 From: Johann Lombardi Date: Mon, 8 Oct 2012 15:19:59 +0200 Subject: [PATCH] LU-1842 test: remove code from s-q to use OFD Now that obdfilter is gone and OFD is the default, we don't need to restart lustre with USE_OFD any more. Signed-off-by: Johann Lombardi Change-Id: Ifa3647bd815866aa29bd88a9b3c6be16c6c66fa5 Reviewed-on: http://review.whamcloud.com/4222 Reviewed-by: Niu Yawei Tested-by: Hudson Tested-by: Maloo Reviewed-by: Li Wei Reviewed-by: Yu Jian Reviewed-by: Oleg Drokin --- lustre/tests/sanity-quota.sh | 10 ---------- 1 file changed, 10 deletions(-) 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 -- 1.8.3.1