From b22bdfa1b901e97a59b4666a5a820618d8257f0e Mon Sep 17 00:00:00 2001 From: Niu Yawei Date: Thu, 31 Jan 2013 23:19:05 -0500 Subject: [PATCH] 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: I002bc6e3377ff578767e03657b32abf02f9562d5 Reviewed-on: http://review.whamcloud.com/5241 Tested-by: Hudson Tested-by: Maloo Reviewed-by: wangdi Reviewed-by: Johann Lombardi --- lustre/tests/sanity-quota.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index ae1d317..85a9ba0 100644 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -1353,8 +1353,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 -- 1.8.3.1