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:
c7effac
)
more precise name for osc on MDT0000
author
huanghua
<huanghua>
Wed, 27 Sep 2006 03:49:36 +0000
(
03:49
+0000)
committer
huanghua
<huanghua>
Wed, 27 Sep 2006 03:49:36 +0000
(
03:49
+0000)
lustre/tests/replay-single.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/replay-single.sh
b/lustre/tests/replay-single.sh
index
ad328c5
..
ed2bfe4
100755
(executable)
--- a/
lustre/tests/replay-single.sh
+++ b/
lustre/tests/replay-single.sh
@@
-862,7
+862,7
@@
test_41() {
do_facet client dd if=/dev/zero of=$f bs=4k count=1 || return 3
cancel_lru_locks osc
# fail ost2 and read from ost1
- local osc2dev=`grep ${ost2_svc}-osc-MDT $LPROC/devices | awk '{print $1}'`
+ local osc2dev=`grep ${ost2_svc}-osc-MDT
0000
$LPROC/devices | awk '{print $1}'`
[ "$osc2dev" ] || return 4
$LCTL --device $osc2dev deactivate || return 1
do_facet client dd if=$f of=/dev/null bs=4k count=1 || return 3