Whamcloud - gitweb
cleanup clients correctly in insanity.sh
authorrread <rread>
Mon, 24 Nov 2003 23:57:01 +0000 (23:57 +0000)
committerrread <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

index 9d597d1..01150a0 100644 (file)
@@ -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 $*
 }