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:
3ebf542
)
Branch b_release_1_8_1
author
johann
<johann>
Thu, 11 Jun 2009 14:02:46 +0000
(14:02 +0000)
committer
johann
<johann>
Thu, 11 Jun 2009 14:02:46 +0000
(14:02 +0000)
b=19820
i=bobijam
stop ost2 at the end of test 50f.
lustre/tests/conf-sanity.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/conf-sanity.sh
b/lustre/tests/conf-sanity.sh
index
eb4a43b
..
a07e9b2
100644
(file)
--- a/
lustre/tests/conf-sanity.sh
+++ b/
lustre/tests/conf-sanity.sh
@@
-1830,8
+1830,9
@@
test_50f() {
sleep $(( $TIMEOUT+1 ))
kill -0 $pid
[ $? -ne 0 ] && error "process isn't sleep"
- start_ost2 || error "Unable to start OST
1
"
+ start_ost2 || error "Unable to start OST
2
"
wait $pid || error "statfs failed"
+ stop_ost2 || error "Unable to stop OST2"
fi
umount_client $MOUNT || error "Unable to unmount client"