From 2d21f406aa17796e0a2856d73dcaff6880e1cb16 Mon Sep 17 00:00:00 2001 From: grev Date: Wed, 12 Nov 2008 21:01:46 +0000 Subject: [PATCH] b=17634 i=Yury.Umanets insanity cleanup (remove dup fn, sync with HEAD t-f) --- lustre/tests/test-framework.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index c9023a7..0e74725 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -441,6 +441,13 @@ reboot_facet() { fi } +boot_node() { + local node=$1 + if [ "$FAILURE_MODE" = HARD ]; then + $POWER_UP $node + fi +} + # verify that lustre actually cleaned up properly cleanup_check() { [ -f $CATASTROPHE ] && [ `cat $CATASTROPHE` -ne 0 ] && \ -- 1.8.3.1