Whamcloud - gitweb
- fix in test-framework about getting osc uuid.
authoryury <yury>
Thu, 21 Sep 2006 09:03:34 +0000 (09:03 +0000)
committeryury <yury>
Thu, 21 Sep 2006 09:03:34 +0000 (09:03 +0000)
lustre/tests/test-framework.sh

index 637c2c6..988938c 100644 (file)
@@ -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"
 }