Whamcloud - gitweb
LU-2183 quota: update tests for DNE
authorNiu Yawei <niu@whamcloud.com>
Fri, 1 Feb 2013 04:19:05 +0000 (23:19 -0500)
committerJohann Lombardi <johann.lombardi@intel.com>
Wed, 6 Feb 2013 03:05:14 +0000 (22:05 -0500)
Update test_13 of sq since the osp is changed to lwp in DNE.

Signed-off-by: Niu Yawei <yawei.niu@intel.com>
Change-Id: I002bc6e3377ff578767e03657b32abf02f9562d5
Reviewed-on: http://review.whamcloud.com/5241
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: wangdi <di.wang@intel.com>
Reviewed-by: Johann Lombardi <johann.lombardi@intel.com>
lustre/tests/sanity-quota.sh

index ae1d317..85a9ba0 100644 (file)
@@ -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