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:
6543010
)
More test cleanups.
author
rread
<rread>
Fri, 14 Nov 2003 22:32:24 +0000
(22:32 +0000)
committer
rread
<rread>
Fri, 14 Nov 2003 22:32:24 +0000
(22:32 +0000)
lustre/tests/replay-single-upcall.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/replay-single-upcall.sh
b/lustre/tests/replay-single-upcall.sh
index
c7bb7b7
..
193ef07
100755
(executable)
--- a/
lustre/tests/replay-single-upcall.sh
+++ b/
lustre/tests/replay-single-upcall.sh
@@
-10,10
+10,11
@@
exec 2>&1
set -xv
failed_import() {
-# $LUSTRE/utils/lctl --device %$3 recover ||
-# logger -p kern.info recovery failed: $@
-
- source $LUSTRE/tests/mdsactive
+ if [ -f $LUSTRE/tests/ostactive ] ; then
+ source $LUSTRE/tests/mdsactive
+ else
+ mdsactive=mds
+ fi
$LUSTRE/utils/lconf --verbose --recover --node client_facet \
--select mds1=${mdsactive}_facet\