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:
1de2682
)
merge b_devel -> b_eq: 20030822
author
ericm
<ericm>
Fri, 22 Aug 2003 15:02:52 +0000
(15:02 +0000)
committer
ericm
<ericm>
Fri, 22 Aug 2003 15:02:52 +0000
(15:02 +0000)
lustre/tests/recovery-cleanup.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/recovery-cleanup.sh
b/lustre/tests/recovery-cleanup.sh
index
7cdff65
..
cb127d7
100755
(executable)
--- a/
lustre/tests/recovery-cleanup.sh
+++ b/
lustre/tests/recovery-cleanup.sh
@@
-93,9
+93,9
@@
setup() {
cleanup() {
do_mds "echo 0 > /proc/sys/lustre/fail_loc"
- unmount_client $@ ||
true
- shutdown_mds $@ ||
true
- shutdown_ost $@ ||
true
+ unmount_client $@ ||
exit 97
+ shutdown_mds $@ ||
exit 98
+ shutdown_ost $@ ||
exit 99
}
wait_for_timeout() {