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:
26ba0eb
)
- vbr orphan handling
author
tappro
<tappro>
Sat, 20 Sep 2008 12:34:23 +0000
(12:34 +0000)
committer
tappro
<tappro>
Sat, 20 Sep 2008 12:34:23 +0000
(12:34 +0000)
b:15392,15391
i:adilger, bzzz
lustre/tests/runmultiop_bg_pause
patch
|
blob
|
history
diff --git
a/lustre/tests/runmultiop_bg_pause
b/lustre/tests/runmultiop_bg_pause
index
823ebdd
..
aa6a666
100644
(file)
--- a/
lustre/tests/runmultiop_bg_pause
+++ b/
lustre/tests/runmultiop_bg_pause
@@
-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