From 18107fe2e42b3190803262b15fa435e29ac35fe5 Mon Sep 17 00:00:00 2001 From: yury Date: Thu, 21 Sep 2006 09:03:34 +0000 Subject: [PATCH] - fix in test-framework about getting osc uuid. --- lustre/tests/test-framework.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } -- 1.8.3.1