Whamcloud - gitweb
- vbr orphan handling
authortappro <tappro>
Sat, 20 Sep 2008 12:34:23 +0000 (12:34 +0000)
committertappro <tappro>
Sat, 20 Sep 2008 12:34:23 +0000 (12:34 +0000)
  b:15392,15391
  i:adilger, bzzz

lustre/tests/runmultiop_bg_pause

index 823ebdd..aa6a666 100644 (file)
@@ -8,4 +8,7 @@ LUSTRE=${LUSTRE:-`dirname $0`/..}
 . $LUSTRE/tests/test-framework.sh
 
 multiop_bg_pause $*
-exit $?
+pid=$!
+rc=$?
+echo "$pid" > /tmp/multiop_bg.pid
+exit $rc