From 27d75c52f16581d5c20e5609f5eb09ee3e32870e Mon Sep 17 00:00:00 2001 From: shaver Date: Wed, 3 Dec 2003 21:24:57 +0000 Subject: [PATCH] Instrumentation for reproducing and verifying 1897 (open-count leaked if close is interrupted on the client). r=robert. --- lustre/tests/llmount-upcall.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 lustre/tests/llmount-upcall.sh diff --git a/lustre/tests/llmount-upcall.sh b/lustre/tests/llmount-upcall.sh new file mode 100755 index 0000000..f5a1ef7 --- /dev/null +++ b/lustre/tests/llmount-upcall.sh @@ -0,0 +1,6 @@ +#!/bin/sh +LUSTRE=`dirname $0`/.. +exec >> /tmp/recovery-`hostname`.log +exec 2>&1 + +$LUSTRE/utils/lconf --recover --verbose --tgt_uuid $2 --client_uuid $3 --conn_uuid $4 $LUSTRE/tests/local.xml -- 1.8.3.1