From 7a53c2eff44cfeca5b7f38850e607f57c209b819 Mon Sep 17 00:00:00 2001 From: shaver Date: Thu, 20 Nov 2003 21:41:14 +0000 Subject: [PATCH] Small test and upcall fixes; we fail over during a write now. --- lustre/tests/replay-single-upcall.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/tests/replay-single-upcall.sh b/lustre/tests/replay-single-upcall.sh index b71b8ea..17e04c9 100755 --- a/lustre/tests/replay-single-upcall.sh +++ b/lustre/tests/replay-single-upcall.sh @@ -4,6 +4,8 @@ TESTDIR=`dirname $0` LUSTRE=$TESTDIR/.. +mkdir -p $TESTDIR/logs + exec >> $TESTDIR/logs/recovery-`hostname`.log exec 2>&1 -- 1.8.3.1