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:
3a8691d
)
b=20975
author
manoj
<manoj>
Mon, 2 Nov 2009 20:27:56 +0000
(20:27 +0000)
committer
manoj
<manoj>
Mon, 2 Nov 2009 20:27:56 +0000
(20:27 +0000)
r=robert.read
r=nathan.rutman
Change forced stop of MDS to a normal stop.
lustre/tests/ost-pools.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/ost-pools.sh
b/lustre/tests/ost-pools.sh
index
84371a6
..
3f3a1e9
100644
(file)
--- a/
lustre/tests/ost-pools.sh
+++ b/
lustre/tests/ost-pools.sh
@@
-1294,7
+1294,7
@@
test_25() {
for i in $(seq 10); do
create_pool_nofail pool$i
- stop mds
-f
|| return 1
+ stop mds || return 1
sleep 10
start mds $MDSDEV $MDS_MOUNT_OPTS || \
error "Failed to start MDS after stopping"