Whamcloud - gitweb
b=2250
authorrread <rread>
Sat, 15 Nov 2003 01:17:52 +0000 (01:17 +0000)
committerrread <rread>
Sat, 15 Nov 2003 01:17:52 +0000 (01:17 +0000)
create lctl commands set_lustre_upcall and set_timeout, so they
can be saved as part of the 0conf log.

lustre/tests/replay-single.sh

index 773ef00..0442588 100755 (executable)
@@ -41,9 +41,9 @@ STRIPES_PER_OBJ=0
 
 gen_config() {
     rm -f $XMLCONFIG
-    add_facet mds
-    add_facet ost
-    add_facet client --lustre_upcall $UPCALL
+    add_facet mds --timeout=${TIMEOUT}
+    add_facet ost --timeout=${TIMEOUT}
+    add_facet client --lustre_upcall $UPCALL --timeout=${TIMEOUT}
     do_lmc --add mds --node mds_facet --mds mds1 --dev $MDSDEV --size $MDSSIZE
     if [ ! -z "$mdsfailover_HOST" ]; then
         add_facet mdsfailover