From: yury Date: Thu, 21 Sep 2006 09:03:34 +0000 (+0000) Subject: - fix in test-framework about getting osc uuid. X-Git-Tag: v1_8_0_110~486^2~883 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=18107fe2e42b3190803262b15fa435e29ac35fe5;p=fs%2Flustre-release.git - fix in test-framework about getting osc uuid. --- diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index 637c2c6..988938cf 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -484,7 +484,7 @@ mds_evict_client() { } ost_evict_client() { - UUID=`cat /proc/fs/lustre/osc/${ost1_svc}-osc-*/uuid` + UUID=`cat /proc/fs/lustre/osc/${ost1_svc}*-osc-*/uuid` do_facet ost1 "echo $UUID > /proc/fs/lustre/obdfilter/${ost1_svc}/evict_client" }