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:
69b32e0
)
b=17634
author
grev
<grev>
Wed, 12 Nov 2008 20:52:41 +0000
(20:52 +0000)
committer
grev
<grev>
Wed, 12 Nov 2008 20:52:41 +0000
(20:52 +0000)
i=Yury.Umanets
insanity cleanup (remove dup fn)
lustre/tests/insanity.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/insanity.sh
b/lustre/tests/insanity.sh
index
61a18f6
..
3c4bf29
100755
(executable)
--- a/
lustre/tests/insanity.sh
+++ b/
lustre/tests/insanity.sh
@@
-73,13
+73,6
@@
shutdown_client() {
fi
}
fi
}
-reboot_node() {
- NODE=$1
- if [ "$FAILURE_MODE" = HARD ]; then
- $POWER_UP $NODE
- fi
-}
-
fail_clients() {
num=$1
fail_clients() {
num=$1
@@
-105,7
+98,7
@@
fail_clients() {
echo "down clients: $DOWN_CLIENTS"
for client in $DOWN_CLIENTS; do
echo "down clients: $DOWN_CLIENTS"
for client in $DOWN_CLIENTS; do
-
re
boot_node $client
+ boot_node $client
done
DOWN_NUM=`echo $DOWN_CLIENTS | wc -w`
client_rmdirs
done
DOWN_NUM=`echo $DOWN_CLIENTS | wc -w`
client_rmdirs