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:
9bf76af
)
cleanup clients correctly in insanity.sh
author
rread
<rread>
Mon, 24 Nov 2003 23:57:01 +0000
(23:57 +0000)
committer
rread
<rread>
Mon, 24 Nov 2003 23:57:01 +0000
(23:57 +0000)
set the mds upcall, so the mds can recovery from ost failures
lustre/tests/test-framework.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/test-framework.sh
b/lustre/tests/test-framework.sh
index
9d597d1
..
01150a0
100644
(file)
--- a/
lustre/tests/test-framework.sh
+++ b/
lustre/tests/test-framework.sh
@@
-266,14
+266,14
@@
add_mds() {
facet=$1
shift
rm -f ${facet}active
- add_facet $facet
+ add_facet $facet
--lustre_upcall $UPCALL
do_lmc --add mds --node ${facet}_facet --mds ${facet}_svc $*
}
add_mdsfailover() {
facet=$1
shift
- add_facet ${facet}failover
+ add_facet ${facet}failover
--lustre_upcall $UPCALL
do_lmc --add mds --node ${facet}failover_facet --mds ${facet}_svc $*
}