From: grev Date: Wed, 12 Nov 2008 20:52:41 +0000 (+0000) Subject: b=17634 X-Git-Tag: v1_9_110~27 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=99c0b6a5d5821a05151c99fce907186b360aa4ed b=17634 i=Yury.Umanets insanity cleanup (remove dup fn) --- diff --git a/lustre/tests/insanity.sh b/lustre/tests/insanity.sh index 61a18f6..3c4bf29 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