From: grev Date: Wed, 12 Nov 2008 21:01:44 +0000 (+0000) Subject: b=17634 X-Git-Tag: v1_7_140~1^42 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=9c99ec8d319e7f866942294923aa3a1cc0395a0d;p=fs%2Flustre-release.git b=17634 i=Yury.Umanets insanity cleanup (remove dup fn, sync with HEAD t-f) --- diff --git a/lustre/tests/insanity.sh b/lustre/tests/insanity.sh index 3f998bb..9f09554 100755 --- a/lustre/tests/insanity.sh +++ b/lustre/tests/insanity.sh @@ -73,13 +73,6 @@ shutdown_client() { fi } -reboot_node() { - NODE=$1 - if [ "$FAILURE_MODE" = HARD ]; then - $POWER_UP $NODE - fi -} - fail_clients() { num=$1 @@ -105,7 +98,7 @@ fail_clients() { echo "down clients: $DOWN_CLIENTS" for client in $DOWN_CLIENTS; do - reboot_node $client + boot_node $client done DOWN_NUM=`echo $DOWN_CLIENTS | wc -w` client_rmdirs