Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
341fd16
)
- fix in test-framework about getting osc uuid.
author
yury
<yury>
Thu, 21 Sep 2006 09:03:34 +0000
(09:03 +0000)
committer
yury
<yury>
Thu, 21 Sep 2006 09:03:34 +0000
(09:03 +0000)
lustre/tests/test-framework.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/test-framework.sh
b/lustre/tests/test-framework.sh
index
637c2c6
..
988938c
100644
(file)
--- 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"
}