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:
032ca1d
)
Branch: b1_4
author
adilger
<adilger>
Wed, 23 Mar 2005 18:56:59 +0000
(18:56 +0000)
committer
adilger
<adilger>
Wed, 23 Mar 2005 18:56:59 +0000
(18:56 +0000)
Allow FORCE for cleanup
lustre/tests/conf-sanity.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/conf-sanity.sh
b/lustre/tests/conf-sanity.sh
index
aa67da2
..
0026388
100644
(file)
--- a/
lustre/tests/conf-sanity.sh
+++ b/
lustre/tests/conf-sanity.sh
@@
-86,8
+86,8
@@
setup() {
cleanup() {
umount_client $MOUNT || return 200
- stop_mds || return 201
- stop_ost || return 202
+ stop_mds
$FORCE
|| return 201
+ stop_ost
$FORCE
|| return 202
# catch case where these return just fine, but modules are still not unloaded
/sbin/lsmod | grep -q portals
if [ 1 -ne $? ]; then