Whamcloud - gitweb
LU-2183 quota: update tests for DNE
authorNiu Yawei <niu@whamcloud.com>
Fri, 1 Feb 2013 04:16:36 +0000 (23:16 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 27 Feb 2013 08:53:03 +0000 (03:53 -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: I4ce0522aa1de46a02d2084f329471551fce3ee90
Reviewed-on: http://review.whamcloud.com/5240
Reviewed-by: Johann Lombardi <johann.lombardi@intel.com>
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: wangdi <di.wang@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/tests/sanity-quota.sh

index 864b4e8..907b182 100644 (file)
@@ -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