From: Niu Yawei Date: Fri, 1 Feb 2013 04:16:36 +0000 (-0500) Subject: LU-2183 quota: update tests for DNE X-Git-Tag: 2.1.5~21 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=3b1294b2c796bd7c3c75994803050caf079c901e;p=fs%2Flustre-release.git LU-2183 quota: update tests for DNE Update test_13 of sq since the osp is changed to lwp in DNE. Signed-off-by: Niu Yawei Change-Id: I4ce0522aa1de46a02d2084f329471551fce3ee90 Reviewed-on: http://review.whamcloud.com/5240 Reviewed-by: Johann Lombardi Tested-by: Hudson Tested-by: Maloo Reviewed-by: wangdi Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index 864b4e8..907b182 100644 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -1354,8 +1354,8 @@ run_test 12 "Block quota rebalancing" test_13(){ local TESTFILE=$DIR/$tdir/$tfile - # the name of osp on ost1 name is MDT0000-osp-OST0000 - local procf="ldlm.namespaces.*MDT0000-osp-OST0000.lru_size" + # the name of lwp on ost1 name is MDT0000-lwp-OST0000 + local procf="ldlm.namespaces.*MDT0000-lwp-OST0000.lru_size" setup_quota_test trap cleanup_quota_test EXIT